Introduction To Python Programming
Introduction To Python Programming
Python was conceived in the late 1980s and its implementation was started
in December 1989 by Guido van Rossum
Rossum choosen the name ashe is the big fan of popular BBC comedy TV
show called
“Monty Python’s Flying Circus” he needed a name that was short, unique,
and slightly mysterious, so he decided to call the language “Python”
Why python?
It is a Beginner friendly
Easy to understand
It is a portable language
Features of PYTHON
The data and methods that operate on data are encapsulated in single data
structure called object
but incase python even though it is interpreted but incase python even
though it is interpreted but it runs faster
Memory Management : here, the language itself will take care of both
allocation and de allocation of memory
Portable: the python language programs are portable i.e. we get the same
output irrespective of where it is executed.
Huge Standard Library : the python has a large library which can be ued
for rapid application development(RAD)
Python code has very natural style which makes code easy to
read,write,understand
no need place ;,{ } all these things saves our time
Applications of Python
Desktop Applications
- Mobile Applications
- Embedded Applications
- Games
- Scripting
- Machine learning
From www.python.org
Python 3.9.0
Release Date: Oct. 5, 2020
Default 64bit installer not supported window7 os
>>>is the prompt that indicates the interpreter is waiting for a Python
statement
(>>>) chevron:-
Scriptmode:-
C:\pythonproj>python Hello1.py
Helloworld
To run from IDLE select run option à select run module option