best editor for python windows 10 code example
Example 1: the best ide for python
I prefer Vim and Sublime text 3. Sublime text 3 is very beginner friendly. The
UI is great and it has a lot of features. But it can't handle HUGE projects.
That's why I recommend Vim too. Vim can be very powerfull in the right hands
and it can handle big projects with ease.
Example 2: best python ide
PyCharm
Visual Studio Code
Python IDLE
Example 3: best code editors for micropython
I prefer to use atom code editor.
It supports a whole lot of languages including python, c, c++, c sharp
java, javascript, coffescript
and it goes on.(It supports more
than 50 languages)
and unlike jetbrains pycharm or anything else, Its totally free.
you can download custom packages for any languages or for specific thing like
game development.
it is open source and you can customise it's built in themes and add
code snippets on your own(https://www.hongkiat.com/blog/add-custom-code-snippets-atom/
in the editor itself. no need to change the source code(you can do that if u want)
The Atom IDE is made by github and it supports version control from git
and you can clone projects and edit them in the Atom IDE itself.
As far as i know, the best code editor ever.