Home  >  Article  >  Backend Development  >  Introducing a python editor: ulipad

Introducing a python editor: ulipad

Y2J
Y2JOriginal
2017-05-16 13:12:117848browse

Ulipad is a professional Python editor written by Chinese limodou. 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: pypi.python.org/pypi/ UliPad


Installation, fool-proof, all the way

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:


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


##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:


##5. The layout of the window can be adjusted in the menu "Window". You will understand this after trying it yourself

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




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


Summary

[Related recommendations]

1.

Special recommendation

:"php Programmer Toolbox" V0.1 version download2.

Python free video tutorial

3.

Python basic introductory tutorial

The above is the detailed content of Introducing a python editor: ulipad. 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