Difference between revisions of "Pycharm"

(Starting pycharm)
(Added few sentances about IDEs)
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
Pycharm is a software that helps you program and has many extra packages. It can find your bugs, give formatting tips, and is downloadable. It has upgrades every once in a while.
+
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. It is a great resource and allows you to write code quickly and easily. However, there may be alternate IDEs like Spyder, Komodo edit 12, or IDLE. Also, there are keyboard shortcuts: https://www.jetbrains.com/help/pycharm/mastering-keyboard-shortcuts.html. There are three main versions of Pycharm - Professional (Paid), Community (Free), Educational (Free).
 +
 
 
== Installation ==
 
== 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:
+
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=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.
+
https://www.jetbrains.com/pycharm/download/#section=windows for Windows, and https://www.jetbrains.com/pycharm/download/#section=linux for Linux.
  
== Starting pycharm ==
+
Please have parental guidance when installing.
First, open pycharm and create a new project. It should look like this:
 
file:Screen Shot 2019-07-04 at 5.38.52 PM.png
 
  
 
== See also ==
 
== See also ==

Revision as of 03:35, 8 July 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. It is a great resource and allows you to write code quickly and easily. However, there may be alternate IDEs like Spyder, Komodo edit 12, or IDLE. Also, there are keyboard shortcuts: https://www.jetbrains.com/help/pycharm/mastering-keyboard-shortcuts.html. 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.