Home > Article > Backend Development > A complete collection of software for learning python
Python is a general-purpose programming language suitable for various scenarios. Learning Python requires using the appropriate software to write and run code.
PyCharm
PyCharm is a powerful Python IDE that provides rich functions and an easy-to-use user interface. It has functions such as debugging, syntax highlighting, code jumping, smart prompts, etc., and is suitable for Python development.
VS Code
VS Code is a free and open source modern lightweight code editor that supports syntax highlighting and smart code for almost all mainstream development languages. Completion, custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT and other features. It is also optimized for web development and cloud application development. VS Code supports Win, Mac and Linux across platforms and is a powerful development tool.
Sublime Text 3
Sublime Text 3 is a powerful code editor with a beautiful user interface and custom features such as code thumbnails, Python Plug-ins and code snippets, etc.
Github
Github is one of the favorite software among programmers because it provides rich resources and convenient collaboration tools, allowing programmers to easily Communicate and collaborate on code with others.
ipython
For beginners, especially writing syntax and short functions, ipython is the best choice. It's easy to get started, fast to implement code, and compiles and runs on the fly.
Anaconda
Anaconda is a one-stop service that integrates the Python runtime environment and integrates hundreds of libraries.
Atom
Atom is a cross-platform text editor launched by Github. It has a simple and intuitive interface and has many interesting features. It supports macros, autocomplete, split-screen functionality, and an integrated file manager.
VIM
Learning VIM takes a certain amount of time and effort, because it takes time to study the use of shortcut commands and plug-ins, but in the long run, using VIM is A very good choice.
jupyter
For beginners, jupyter is a very suitable software choice. It has intuitive syntax and execution speed, and is very suitable for writing short functions and data. Analysis and other projects.
Eclipse
Eclipse is an open source, Java-based extensible development platform that is simply a framework and a set of services for building development through plug-in components environment.
Spyder
Spyder is a lightweight IDE development tool written in Python. It has a simple and clear interface without too many options, making it very easy to use.
Thonny
Thonny is an integrated development environment suitable for most mainstream platforms. It is installed by default with the built-in Python version, which is very convenient.
Emacs
Emacs is an open source editor that supports plug-in extensions and can configure a Python integrated development environment. It is not only an editor, but also an integrated environment, and can even be said to be an integrated development environment.
QPython
QPython is a Python script engine that can run on Android systems. It integrates the Python3 interpreter, Console console and QEdit editor.
Upterm
Upterm is a full-platform terminal, which can be said to be an IDE in the terminal, with a powerful auto-completion function.
The above is the detailed content of A complete collection of software for learning python. For more information, please follow other related articles on the PHP Chinese website!