Home>Article>Backend Development> Which software to use for python programming

Which software to use for python programming

(*-*)浩
(*-*)浩 Original
2019-08-01 14:43:38 11267browse

Python is a good choice for getting started with programming, and many programmers now study this programming language in their spare time.

Which software to use for python programming

#When learning Python, sometimes you will suffer a lot if you don’t find a good tool the first time. After all, good tools can increase work efficiency many times faster. (Recommended learning:Python video tutorial)

Ipython

IPython is an interactive interpreter based on Python Shell.

Its auto-completion is very easy to use. Even after using it, many programmers no longer want to use the built-in Python shell!

Anaconda

Anaconda can be called a powerful tool for data analysis. It comes with a large number of commonly used data science packages, which is simply the standard for data analysis.

It includes a package management tool and a Python management environment.

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.

pycharm python

pycharm python is a powerful python IDE.

It has functions such as debugging, syntax highlighting, project management, code jumping, intelligent prompts, etc., and is quite complete.

QPython

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

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

For more Python related technical articles, please visit thePython Tutorialcolumn to learn!

The above is the detailed content of Which software to use for python programming. 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