Python 1
Python 1
Submitted by:
Sumant Bhatia
INDEX
What is Python ?
History of Python
Who uses Python today
Installing Python IDE
Python code execution
Running Python
Python Basic(variable , strings , Data types etc.)
What is Python ??
Python is a high level general purpose, open source
programming language developed by guido van
rossum .
- Dynamic typing
- Built-in tupes and tools
- Library utilities
- Automatic Memory Management
.
• It’s portable
- Python runs virtually every major platform
used today.
- As long as you have a compatible Python
Interpreter installed , Python programs will run un
exactly the same manner , irrespective of platform .
Installing Python
Python is pre-installed on most Unix systems,
including Linux and MAC OS X
Numbers can be integers (1 and 2 ), floats (1.1 and 2.3), fractions (1/2and
2/3) , or even complex numbers.