Home  >  Article  >  Backend Development  >  How to use python with pycharm

How to use python with pycharm

(*-*)浩
(*-*)浩Original
2019-06-27 09:51:448673browse

PyCharm is a Python IDE created by JetBrains. Resharper, the reconstruction plug-in for VS2010, was developed by JetBrains.

How to use python with pycharm

#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

How to use python with pycharmOkay, 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!

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