Just like how Microsoft Visual Studio is used to make software applications for Windows OS computers, what programs are used to develop software applications using Python?
4 Answers
What you are looking for is called an Integrated Development Environment, abbreviated IDE. Eclipse and PyDev are popular IDEs for Python development.
Comments
Eclipse is better choice,You can get plugins but you need to have Interpretor for Python. Visit http://pydev.org/
1 Comment
Jamie Vic
I've chosen to go with Eclipse, how do I add GUI to my programs?