PyCharm is a Python IDE created by JetBrains. Resharper, the reconstruction plug-in for VS2010, was developed by JetBrains.
#Also supports Google App Engine, and PyCharm supports IronPython. These features, backed by advanced code analysis programs, make PyCharm a powerful tool for both professional Python developers and those just starting out. (Recommended learning: Python Video Tutorial)
First of all, PyCharm has the functions that general IDEs have, such as debugging, syntax highlighting, project management, code jumps, smart prompts, and auto-complete , unit testing, version control
In addition, PyCharm also provides some good features for Django development, and supports Google App Engine. What’s even cooler is that PyCharm supports IronPython.
PyCharm is very easy to use, but Pycharm cannot be used after downloading.
Need to set the calling python version
File---Settings---Project:Python _code---Project Interpreter, choose to install python yourself The path
Okay, now you can use PyCharm to write python programs.
For more Python related technical articles, please visit the Python Tutorial column to learn!
The above is the detailed content of How to use python with pycharm. For more information, please follow other related articles on the PHP Chinese website!