0
which program do you use to write python
5 Answers
+ 1
Install a text editor. While you can create Python programs in Notepad or TextEdit, you will find it much easier to read and write the code using a specialized text editor. There are a variety of free editors to choose from such as Notepad++ (Windows), TextWrangler (Mac)
+ 1
pycharm
You can find it here: https://www.jetbrains.com/pycharm/download/
+ 1
GNU Emacs with Jedi.el, when I have the freedom to use what I love. PyCharm when working in teams and they ask what can Emacs do or are otherwise illiterate in Emacs.
+ 1
I am using Atom. Any favorite text editor would be fine for python.
0
Python IDLE ( you can download it from python's official site )