Recently began to learn python, looking for a better IDE on the Internet. Since it was developed in C #, with Visual Studio as the IDE, it has a certain dependency on the IDE, given the use of the IDE, which is so powerful for vs.
Python also has many Ides, and there are many introductions on the web. I chose the homemade Python ide:ulipad. The IDE itself is written in Python+wxpython, small, full-featured, especially for Python beginners.
This is ulipad:http://code.google.com/p/ulipad/downloads/list.
IDE Author Home: Http://hi.baidu.com/limodou/home
A brief introduction to the environment construction under PYTHON+WXPYTHON+ULIPAD development:
1. Download the relevant resources
Python 2.6:http://www.python.org/download/releases/2.6.7/
WxPython 2.8:http://www.wxpython.org/download.php#stable
ComTypes module: http://sourceforge.net/projects/comtypes/
Wxformbuilder 3.2 beta:http://sourceforge.net/projects/wxformbuilder/
Uipad 4.0:http://www.onlinedown.net/soft/101104.htm [NET disk address: Http://pan.baidu.com/s/1c0AL5wk]
2. Installation Configuration
1) First install Python: double-click Install, we install to D:\Python.
2) Install Ulipad download the compressed package and extract it to any folder. such as D:\Ulipad
3) Installing the WxPython module
Here we choose Wxpython2.8-win32-unicode-2.8.12.1-py27.exe, which corresponds to the Python version 2.7.
4) Install the ComTypes module by double-clicking the installation.
5) Configuration Ulipad
Open Ulipad, select menu + edit = parameter =>python=> set Python interpreter = + add
The input interpreter path can be manually selected under the Python installation folder under the Python.exe file description set to 2.7 console
Add a new Python folder under the Pythonw.exe described as 2.7 window. Finalize Finalize.
This python+wxpython2.8+ulipad is basically OK. You can start a Python learning journey.
Python_ Installing the Configuration Python development environment and ULIPAD development tools under Windows