What software should be installed in python?
Python installs the pycharm software. PyCharm is a Python IDE with a set of tools that can help users improve their efficiency when developing in the Python language, such as debugging, syntax highlighting, project management, and code Jump, smart prompt, auto-completion, unit testing, version control. In addition, the IDE provides some advanced features to support professional web development under the Django framework.
Recommended: "Python Tutorial"
pycharm Features
First of all, PyCharm has 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, and also supports Google App Engine, and what's even cooler is that PyCharm supports IronPython.
The above is the detailed content of What software should be installed in python?. For more information, please follow other related articles on the PHP Chinese website!