+ 3

What's the best IDE for Python Beginners?

I am a beginner at Python (and coding in general). I am looking for an IDE to fiddle on, I downloaded Pycharm but having an issue with it, whenever I try type print it automatically prints out old lines I wrote and does not enable me to write new lines of code, maybe Pycharm isn't for Beginners like me?

3rd Nov 2020, 9:49 AM
Omega Shange
Omega Shange - avatar
5 odpowiedzi
+ 2
In my opinion, especially when you are learning a new language like python, it will be best not to use an IDE for the meantime. This will make it more challenging and will enhance your memory. If you get to the level where in you can debug a code even if it is in a paper then you can use IDE. This is just my opinion though, not really an expert myself.
3rd Nov 2020, 10:45 AM
AntorP
AntorP - avatar
+ 8
I use Visual Studio Code . I found it pretty easy as compared to PyCharm . Hope this Answer Helps ✌️
3rd Nov 2020, 9:53 AM
Kartik
Kartik - avatar
0
There are many great code editors out there. Just google 'IDE for python' and you will be presented with many great IDEs
4th Nov 2020, 1:42 PM
Aradhay Mathur
Aradhay Mathur - avatar
0
ÃKR , all these threads are about what is the best IDE for Python which I went through before posting. If you read my question you would understand that it a technical question regarding a particular issue I am having with Pycharm. Read the question before posting the "similar threads" thing.
9th Dec 2020, 7:04 AM
Omega Shange
Omega Shange - avatar