What apps should I have as a programmer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What apps should I have as a programmer?

14th Mar 2021, 9:35 AM
Harihara Sudhan R
Harihara Sudhan R - avatar
5 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. :)
14th Mar 2021, 9:53 AM
Matthew
Matthew - avatar
+ 2
Harihara Sudhan R I think 1.Sololearn 2.Freecodeacademy 3.W3schools
16th Mar 2021, 1:11 AM
❤️😍Prerana😍❤️
❤️😍Prerana😍❤️ - avatar
+ 1
If you are a beginner and using mobile as a device for coding,then sololearn should be preferable
14th Mar 2021, 9:40 AM
Atul [Inactive]
0
For Mobile or Desktop?
14th Mar 2021, 10:25 AM
deleted
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.
15th Mar 2021, 4:35 PM
Lewis Searle
Lewis Searle - avatar