0
What apps should I have as a programmer?
6 Answers
+ 2
Hey there Harihara Sudhan R,
For me, the best resources/apps are:
- SoloLearn for coding, learning, etc.
- W3schools for revising or to search anything if I don't remember it more, it has many tutorials. :)
+ 2
Harihara Sudhan R
I think
1.Sololearn
2.Freecodeacademy
3.W3schools
+ 1
If you are a beginner and using mobile as a device for coding,then sololearn should be preferable
0
For Mobile or Desktop?
0
Notepad++ is good for quick and easy programming, but it doesn't run any of the programs and only had very basic features: it's really a text-editor more than anything, but it's good for scripting and markup.
For quick python programming, I would use the IDE you can download here: https://www.python.org/downloads/
Again, this app is basic, but it gets you used to programming without a difficult IDE to navigate, it provides debugging tools and can run the code so it is a bit better than notepad++.
Once you are used to coding and you feel more confident, I would use Microsoft's VisualStudio (the free version). It's good for everything, and is a real IDE.
I agree with the other comments, don't program on a phone, it's extremely difficult. I didn't have a very good laptop and it was able to run at least notepad++ and the python IDLE above.