0

which program do you use to write python

15th Jul 2017, 3:14 AM
Hugh
Hugh - avatar
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)
15th Jul 2017, 3:30 AM
Prem Mody
Prem Mody - avatar
+ 1
pycharm You can find it here: https://www.jetbrains.com/pycharm/download/
15th Jul 2017, 3:33 AM
Debakar Roy
Debakar Roy - avatar
+ 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.
15th Jul 2017, 4:06 AM
Venkatesh Pitta
Venkatesh Pitta - avatar
+ 1
I am using Atom. Any favorite text editor would be fine for python.
15th Jul 2017, 4:32 AM
Deddy Tandean
0
Python IDLE ( you can download it from python's official site )
15th Jul 2017, 10:45 PM
PierX
PierX - avatar