Use of ulipad as a powerful python developer, pythonulipad
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 all the content of this article. I hope the content of this article will help you in your study or work. If you have any questions, please leave a message, thank you for your support.