Home  >  Article  >  Backend Development  >  Detailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python development

Detailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python development

高洛峰
高洛峰Original
2017-03-16 11:56:392001browse

Ulipad is a professional Pythoneditor written by Limodou, a Chinese. It is based on the GUI (graphical interface) developed by wxpython. The following article mainly introduces the usage practice of Ulipad, a powerful tool for Python development. The article is very detailed and has certain reference value for everyone. Friends who need it can take a look below.

Introduction

UliPad is a python lightweight editor developed by Chinese people, oriented and flexible programming Device. It is like a class browser, codeautocompletemany functions, such as: HTML viewer, directory browser, wizard, etc.

Download and Installation

##Download address:

https://pypi.python.org/pypi/UliPad

Installation, foolproof, just go to

next

Configuration

After installation, double-click to start and then proceed to the following configuration step by step.


1. File > Directory browsing, so that we can see the directory on the left to facilitate script management. The final rendering is as follows:


Detailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python development

2. Edit>Parameters>python>Set python interpreter>Add>Select pythonw.exe under the path where you installed python locally, fill in the description field with any name, and save it. The final effect The picture is as follows:


PS: I am using python3 here

Detailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python development
##3. Enter the conf in the Ulipad installation directory. If you want to configure the python template, you can modify the template.python file. For example, I optimized it as follows, so that it can be displayed every time you create a new py file. .


PS: The comment in the template does not support Chinese for the time being, and there will be garbled characters

##4. You can also set the font and other formats. This depends on personal needs. It is very simple, as shown below: Detailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python development


##5. The layout of the window can be adjusted in the menu "Window". You will understand this after trying it yourselfDetailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python development

6. You can also install some plug-ins. It is very simple. Just follow the picture below. , completely fool-proof



Detailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python development
Use

and click New python under the file icon, you can create a py file, then enter the code content, and then press F5 to run. You can see the result in the console below. The effect is as follows


Detailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python developmentSummarize

The above is the detailed content of Detailed graphic and text explanation of the usage practice of ulipad, a powerful tool for python development. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn