Installation of Python Ide Students
Installation of Python Ide Students
INSTALLING
PHYTON &
PHYCHARM
What is IDE (Integrated
Development Environment?
Professional Community
A User Account
Control prompt
message will likely
pop up. If it does,
choose Yes.
Select the appropriate
installation options for
your computer, then
click Next.
It defaults to a location
within your
Windows user directory.
Click Create.
PYCHARM
GUI
Main Menu - Provides access to most of the functionalities in PyCharm.
Commands are grouped into File, Edit, View, Navigate, Code, Refactor,
Run, Tools, VCS, Window, and Help.
Toolbar - Provides quick access to the most commonly accessed tools
such as Open, Save, Run, and Debug. If this is not available in your first
run, you can enable it by clicking View > Appearance > Toolbar.
Editor - The space where you work on your code.
Navigation Bar - Allows you to navigate the files and folder of your
project.
Tool Window Bars - Located at the edges of the GUI. Can be toggled to
show the various tools including Project, Favorites, Problems, Structure,
Services, Event Log, Python Console, Terminal, and TODO.
Status Bar - Displays information about the project including errors and
warnings.
Project-lets you take a look at your project from various
viewpoints and perform different tasks such as creating new
items , opening files in the editor, navigating to the
necessary code fragments.
Favorites- allows users to view their favorite project.
Problems-displays problems that PyCharm detects in your
project using several tabs: Current File. Project Errors.
Inspection Results
Structure- displays the structure of a file currently opened in
the editor and having the focus, or selected in the Project
tool window.
Event Log- shows information about events that take place in
Programming System
Services- it helps during software development: run/debug
configurations, database sessions
Python Console-enables executing Python commands and
scripts line by line
Terminal-Use it to run commands, set file permissions, and
perform other command-line tasks without switching to a
dedicated terminal application.
TODO.-PyCharm constantly scans your project for comments in
the source code that match specific TODO patterns and
displays them in the TODO tool window.