Write Your First Program With
PYTHON
A readable, dynamic, pleasant,
flexible, fast and powerful language
1
Presenting By : Md. All Rabbi,
Blog : http://mdallrabbi.blogspot.com
What is Python
Multi-purpose (Web, GUI, Scripting, etc.)
Object Oriented
Interpreted
Strongly typed and Dynamically typed
Focus on readability and productivity
Who Uses Python
Google
PBS
NASA
Library of Congress
the ONION
...the list goes on...
3
Environment Setup
In Linux Or Mac System Just go to Terminal & Type python
You are ready to go with python
Let's Write Our First
Code With Python
Hello World
print "Hello World"
Indentation
Most languages don’t care about indentation
Most humans do
We tend to group similar things together
You should always be explicit
Python embraces indentation
Comments
Lets Do Coding
Follow The Chart Bellow
Topics Following Link
Getting started http://pythonprogramminglanguage.com/getting-started/
Text input and output http://pythonprogramminglanguage.com/text-input-and-output/
Variables http://pythonprogramminglanguage.com/variables/
If statements http://pythonprogramminglanguage.com/if-statements/
For loops http://pythonprogramminglanguage.com/for-loops/
While loop http://pythonprogramminglanguage.com/while-loop/
Functions http://pythonprogramminglanguage.com/functions/
Lists http://pythonprogramminglanguage.com/lists/
Tuples http://pythonprogramminglanguage.com/tuples/
Strings and Sub-
strings
http://pythonprogramminglanguage.com/strings-and-sub-strings/
To Know More about Python
Go To : https://www.python.org/
Thanks Everyone
Md. All Rabbi
Dept. of CSE, Jahangirnagar University
Program Coordinator, Bangladesh open Source Network.

Code in python

  • 1.
    Write Your FirstProgram With PYTHON A readable, dynamic, pleasant, flexible, fast and powerful language 1 Presenting By : Md. All Rabbi, Blog : http://mdallrabbi.blogspot.com
  • 2.
    What is Python Multi-purpose(Web, GUI, Scripting, etc.) Object Oriented Interpreted Strongly typed and Dynamically typed Focus on readability and productivity
  • 3.
    Who Uses Python Google PBS NASA Libraryof Congress the ONION ...the list goes on... 3
  • 4.
    Environment Setup In LinuxOr Mac System Just go to Terminal & Type python You are ready to go with python Let's Write Our First Code With Python
  • 5.
  • 6.
    Indentation Most languages don’tcare about indentation Most humans do We tend to group similar things together You should always be explicit Python embraces indentation
  • 7.
  • 8.
  • 9.
    Follow The ChartBellow Topics Following Link Getting started http://pythonprogramminglanguage.com/getting-started/ Text input and output http://pythonprogramminglanguage.com/text-input-and-output/ Variables http://pythonprogramminglanguage.com/variables/ If statements http://pythonprogramminglanguage.com/if-statements/ For loops http://pythonprogramminglanguage.com/for-loops/ While loop http://pythonprogramminglanguage.com/while-loop/ Functions http://pythonprogramminglanguage.com/functions/ Lists http://pythonprogramminglanguage.com/lists/ Tuples http://pythonprogramminglanguage.com/tuples/ Strings and Sub- strings http://pythonprogramminglanguage.com/strings-and-sub-strings/
  • 10.
    To Know Moreabout Python Go To : https://www.python.org/
  • 11.
    Thanks Everyone Md. AllRabbi Dept. of CSE, Jahangirnagar University Program Coordinator, Bangladesh open Source Network.