Answer the question
In order to leave comments, you need to log in
What is the best Python IDE for a beginner?
Hello! I recently started learning python, but I just can’t decide on the choice of an editor (well, or a development environment - whatever you like to call it).
Initially, I coded in my native IDLE, but its project editor (NOT a shell!, I know the difference between them) leaves much to be desired, let's say.
I tried PyCharm - it's too complicated and fancy + everything is in English and a lot of things are not clear, including in terms of settings.
WingsIDE (like him) in the free version has limitations and you can not fine-tune the syntax highlighting.
I liked PyScripter a lot: everything is fine, everything is in it, but it has problems with canvas and displaying the image on the canvas, even if its code is verified to the smallest detail (for comparison: the same code in the idle works with a bang without unnecessary muddiness) .
I also liked Thonny, but there, as in the idle, you need to constantly save before each run of the code (in the same PyScripter, you can configure and run it without saving).
So: who else can tell? what other free editors / development environments are there with a simple, understandable and intuitive interface, detailed settings for code highlighting, auto-completion (so that it immediately creates paired characters - (), [], {}, ' ', " ") the ability to open a project with the same place (such as autosave) and the ability to run the code without saving (I mean Run, F5)?
Answer the question
In order to leave comments, you need to log in
Sublime , the good thing is that there is nothing superfluous, everything can be customized
UPD0: You can deliver plugins for python CLICK!
There are Notepad++
plugins, everything is configurable, everything you need is there, there is nothing superfluous.
Try ATOM with the atom-python-run plugin or Visual Studio Code
Why do you need an IDE? now many code editors can do everything you need for beginner and intermediate developers.
Yes, the editors themselves will be better for you:
only when you practice and gain experience can you start choosing an IDE, but even if you do some kind of medium-large project in a team, otherwise the best idea would be to stay on what you were
Can be installed. Atom. It has python Run,autocomplete extensions from kite and jedi. And it's getting easier to work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question