Difference between revisions of "Pycharm"
(undoing vandalism) |
(→Overview) |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | Pycharm is an | + | Pycharm is an IDE (Integrated Development Environment) made by Jetbrains s.r.o. that is made for Python. Like other IDEs, Pycharm has many features 'integrated' such as a console, command line, debugger, and many extra packages. There are three main versions of Pycharm - Professional (Paid), Community (Free), Educational (Free). |
== Installation == | == Installation == |
Revision as of 09:40, 14 May 2021
Overview
Pycharm is an IDE (Integrated Development Environment) made by Jetbrains s.r.o. that is made for Python. Like other IDEs, Pycharm has many features 'integrated' such as a console, command line, debugger, and many extra packages. There are three main versions of Pycharm - Professional (Paid), Community (Free), Educational (Free).
Installation
To install pycharm make sure you have the python shell installed. If not, read the page Getting Started With Python Programming. Then install pycharm at: https://www.jetbrains.com/pycharm/download/#section=mac for Macs, https://www.jetbrains.com/pycharm/download/#section=windows for Windows, and https://www.jetbrains.com/pycharm/download/#section=linux for Linux. Please have parental guidance when installing.
See also
This article is a stub. Help us out by expanding it.