Home  >  Article  >  Backend Development  >  What software can compile and run python?

What software can compile and run python?

anonymity
anonymityOriginal
2019-06-17 09:29:4117209browse

What software can run and compile python? Here are 9 commonly used software:

What software can compile and run python?

1, Vim

Vim can be said to be the best IDE for Python. Vim is an advanced text editor designed to provide actual Unix editor 'Vi' functionality, supporting a more comprehensive feature set. Vim doesn't take much time to learn, and once you need a seamless programming experience, integrate Vim into your workflow.

2. Eclipse with PyDev

Eclipse is a very popular IDE and has a long history. Eclipse with Pydev allows developers to create useful and interactive web applications. PyDev is an IDE for Eclipse development of Python, supporting the development of Python, Jython and IronPython.

3. QPython

QPython is a Python script engine that can run on Android systems. It integrates the Python interpreter, Console, editor and SL4A library.

With it, you can still play python on Android devices.

4. Interactive Editor for Python

IEP is a cross-platform Python IDE designed to provide a simple and efficient Python development environment. It includes two important components: editor and Shell, and provides a plug-in tool set to improve developer efficiency from all aspects.

5. QPython

QPython is a Python script engine that can run on Android systems. It integrates the Python interpreter, Console, editor and SL4A library.

With it, you can still play python on Android devices.

6. PyCharm

PyCharm is a Python IDE developed by JetBrains. PyCharm is used for the functions that general IDEs have, such as debugging, syntax highlighting, project management, code jumps, smart prompts, auto-completion, unit testing, version control... In addition, PyCharm also provides some good functions for Django development also supports Google App Engine. What's even cooler is that PyCharm supports IronPython!

7, Sublime3

Sublime3 is an absolutely lightweight editor tool.

Code highlighting, syntax prompts, and gorgeous interface are simply pleasing to the eye. It also supports plug-in extensions. Writing code with Sublime3 is definitely a pleasure.

8. PyScripter

PyScripter is a free and open source Python integrated development environment (IDE).

9. The Eric Python IDE

Eric is a full-featured Python and Ruby editor and IDE written in Python. Eric integrates the highly flexible Scintilla editor control based on the cross-platform GUI toolkit Qt. Eric includes a plug-in system that allows easy functional extension of the IDE.

The above is the detailed content of What software can compile and run python?. 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