Ulipad is a professional Python editor written by limodou, a Chinese language. it is based on the GUI (Graphical interface) developed by wxpython ). The following article mainly introduces the use of ulipad, a powerful tool for python development. This article is very detailed and has some reference value for everyone. let's take a look at it. Ulipad is a professional Python editor written by limodou, a Chinese language. it is based on the GUI (Graphical interface) developed by wxpython ). The following article mainly introduces the use of ulipad, a powerful tool for python development. This article is very detailed and has some reference value for everyone. let's take a look at it.
Introduction
UliPad is a lightweight python editor developed by Chinese people. it is oriented and flexible programming tool. Such as browsers, code automatically completes many functions, such as: HTML viewer, directory browser, Wizard, etc.
Download and Install
: Https://pypi.python.org/pypi/UliPad
Installation, silly, one way to next
Configuration
After the installation is complete, double-click to start and then configure the following step.
1. File> directory browsing, so that we can see the directory on the left to facilitate script management. The final result is as follows:
2. edit> parameter> python> set the python interpreter> Add> select pythonw.exe under the pythoninstallation directory in your workshop, enter any name in the description field, and save the file. The final result is as follows:
PS: I use python3 here.
3. go to the conf file in the installation directory of ulipad. if you want to configure a python template, you can modify the template. the python file, for example, is optimized to the following, so that it can be displayed every time you create a new py file.
PS: the annotations in the template do not support Chinese characters at the moment, and garbled characters may occur.
4. you can also set the font and other formats. this is what you need. it is very simple, such:
5. You can adjust the window layout in the "window" menu. just give it a try.
6. you can also install some plug-ins, which are very simple. just follow the instructions and are completely dumbfounded.
Use
Click python under the new file icon to create a py file, enter the code content, and press F5 to run the file. The result is displayed in the console below. The effect is as follows:
Summary
The above is a detailed description of the use practices of ulipad, a powerful python developer. For more information, see other related articles in the first PHP community!