0% found this document useful (0 votes)
6 views

Basic of Python

Uploaded by

yogesh.sahu22
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Basic of Python

Uploaded by

yogesh.sahu22
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Introduction to Python: Getting Started with

Programming Basics

Yogesh Sahu
Assistant Professor
SIRT, Bhopal
Outline
• Why Python ?

• History of Python.

• Programming Cycle of Python.

• Installation and Running Environment of Python.


Why Python ?

• Python is •C is much faster but much


• Easy to learn, harder to use.
• Relatively fast,
• Object-Oriented, •Java is about as fast and
• Strongly Typed, slightly harder to use.
• Widely used, and
• Portable. •Perl is slower, is as easy to
use, but is not strongly
typed.
Brief History of Python ?

• Invented in the Netherlands, early 90s by Guido van


Rossum.
• Named after Monty Python's Flying Circus. Television
show.
• Open sourced from the beginning.
• Considered a scripting language, but is much more
Scalable, object oriented and functional from the
beginning.
• Used by Google from the beginning.
• Increasingly Popular.
Brief History of Python ?

“Python is an experiment in how


much freedom programmers
need. Too much freedom and
nobody can read another's
code; too little and
expressiveness is endangered.”
- Guido van Rossum
The Programming Cycle for Python

Source: Internet
Installation and Running Environment of Python

•Use With Command Prompt

•Download IDE’s (Anaconda Distribution etc.)

•Use Online (Google Colab etc.)


Installation and Running Environment of Python

Official Web Site: www.python.org


Installation and Running Environment of Python

IDE’s for Python


Installation and Running Environment of Python

Online Using Google Colab


Thank you

You might also like