Introduction To Python
Introduction To Python
to python
Agenda
• Introduction
• Data Type and variables
• Conditions and loops
• Lists
• Strings
• Dictionaries
• Functions
Environment installation
1. Go to https://www.jetbrains.com/pycharm/
2. Download and Install Pycharm community version (alternatively,
you can look for PyCharm-edu version and register with your
educational-email)
3. Create a new project
1. File > New Project
2. Enter Project Name
3. Right click on the project and select New Python File
4. Write this sentence then press run
• print (“Hello Pycharm”)
What is python?
Python is a programming language.
Python is a versatile and powerful
programming language. Python is
useful for programming in a variety of
fields:
• Experience in data science and
writing system tools.
• Creating programs with graphical
user interfaces.
• Writing network-based software
Work with databases.
Data Types
• Variables actually have a type, which
defines the way it is stored.
• The basic types are:
Arithmetic
operations