5 essential tools for Python programming, how many have you used?

  Python is a very good choice for beginners in programming. Now many programmers are beginning to switch to the ranks of python, because it is easy to learn and has a wide range of applications. However, learning python still needs a good tool, otherwise it will suffer a lot, then Python 5 essential tools for programming, how many have you used?

  1. lpython: is an interactive interpreter based on Python Shell. Auto-completion is very easy to use. Even after using it, many programmers don't want to use the built-in pythonshell anymore.

  2. Anaconda: It is a powerful tool for data analysis. It comes with a large number of commonly used data science packages, which is the standard for data analysis. Contains a package management tool and a Python management environment.

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

  4. pycharm python: a powerful python IDE. It has functions such as debugging, syntax highlighting, code jump, intelligent prompt, etc., and the functions are very complete.

  5. QPython: Python script engine can be run on Android system, integrating Python interpreter, Console, editor and SL4A library.


Guess you like

Origin blog.51cto.com/15052541/2679355