-1

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?

Jamie Vic
  • 23
  • 3

4 Answers4

0

What you are looking for is called an Integrated Development Environment, abbreviated IDE. Eclipse and PyDev are popular IDEs for Python development.

http://pydev.org/

Morten Jensen
  • 5,111
  • 3
  • 38
  • 51
0

Eclipse and NetBeans have integrated python support. Search for 'IDE python' on the web to find many others. (IDE stands for 'Integrated Development Environment', Visual Studio is an IDE).

Nicolas Defranoux
  • 2,588
  • 1
  • 8
  • 11
0

Eclipse is better choice,You can get plugins but you need to have Interpretor for Python. Visit http://pydev.org/

Md Faraz
  • 237
  • 3
  • 15
0

Vim is my choice but Emacs and Sublime are also very good.

Umair Khan
  • 179
  • 4