Does pycharm come with python?

(*-*)浩
Release: 2019-06-18 11:51:10
Original
18166 people have browsed it

PyCharm is a Python IDE with a complete set of tools that can help users improve their efficiency when developing in the Python language, such as debugging, syntax highlighting, project management, code jumps, smart prompts, auto-completion, and unit testing ,version control. In addition, the IDE provides some advanced features to support professional web development under the Django framework.

Does pycharm come with python?

does not come with python. After installing python, you need to specify the python you use in pycharm->settings->Project Interpreter

PyCharm is a Python IDE created by JetBrains. Resharper, the reconstruction plug-in for VS2010, was developed by JetBrains. (Recommended learning: Python video tutorial)

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.

Features

First of all, PyCharm has the functions that general IDEs have, such as debugging, syntax highlighting, project management, code jumps, smart prompts, 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.

Main functions

Coding assistance

It provides a smart, configurable editor with coding completion, code snippets, support for code folding and split windows It helps users complete coding tasks faster and easier.

Project Code Navigation

The IDE helps users instantly navigate from one file to another, from a method to its declaration or usage, and even through the class hierarchy. It can even be faster if users learn to use the shortcut keys provided.

Code Analysis

Users can use its coding syntax, error highlighting, intelligent detection and one-click code completion suggestions to make coding more optimized.

Python Refactoring

With this feature, users can easily rename, extract methods/superclasses, import fields/variables/constants, move and forward/ Back and refactor.

Support Django

With its own HTML, CSS and JavaScript editors, users can more quickly develop Web through the Django framework. In addition, it supports CoffeeScript, Mako and Jinja2.

Support Google App Engine

Users can choose to use the Python 2.5 or 2.7 operating environment to develop applications for the Google App Engine and perform routine program deployment.

Integrated version control

Log in, log out, view splitting and merging - all within its unified VCS user interface (available for Mercurial, Subversion, Git, Perforce and other SCM).

Graphic page debugger

Users can use its own comprehensive debugger to adjust Python or Django applications and test units. The debugger has breakpoints, steps, Multi-screen views, windows and evaluation expressions.

Integrated unit testing

Users can run a test file, a single test class, a method or all test projects in a folder.

Customizable & Extensible

Can be bound to Textmate, NetBeans, Eclipse & Emacs keyboard master, and Vi/Vim simulation plug-in.

For more Python related technical articles, please visit the Python Tutorial column to learn!

The above is the detailed content of Does pycharm come with python?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!