Install and configure the python development environment and Ulipad development tools in windows. For more information, see.
I recently started to learn Python and found a better IDE on the Internet. because C # is developed in production and Visual Studio is used as the IDE, as VS is used to such a powerful IDE, there is a certain degree of dependency on IDE.
There are also a lot of Python IDE and many introductions on the Internet. I chose the Chinese Python IDE: UliPad. this IDE is compiled using Python + wxPython, Which is compact and fully functional and is especially suitable for beginners of Python.
This is Ulipad: http://code.google.com/p/ulipad/downloads/list
IDE author Home: http://hi.baidu.com/limodou/home
This section briefly introduces how to build a python + wxPython + UliPad development environment:
1. Download related 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
2. install and configure
1) first install Python: Double-click to install it. We will install it on D: Python.
2) install Ulipad to download the compressed package and decompress it to any folder. For example, D: Ulipad
3) install the wxPython Module
Here we choose wxpython2.8-win32-unicode-2.8.12.1-py27.exe, which corresponds to Python 2.7.
4) install the comtypes module by double-clicking it.
5) Configure Ulipad
Open Ulipad, select menu => edit => parameter => Python => set Python interpreter => Add
Enter the interpreter path to manually select the python.exe file description under the pythoninstallation folder and set it to 2.7 console
The new pythonw.exe file under the pythonfolder is described as 2.7 window. Final confirmation is complete.
In this way, Python + wxPython2.8 + Ulipad is basically set up. You can start your Python learning journey.