Introduction To Python.
CONTENT. . What is Python . History of Python . Features . Scope of Python . Why do people use python . Applications . What can I do with Python . Installing python IDE.
What is Python. . Python is high-level language. . Python is a general purpose programming language that in often applied in scripting roles. . So, python is programming language as well as scripting language. . Python is also called as Interpreted language..
History of Python. . Invented in the Netherlands, early 90s by Guido Van Rossum. . Python was conceived in the late 1980s and its implementation was started in December 1989. . Guido Van Rossum is fan of ‘Monty Python’s Flying Circus’, this is a famous TV show in Netherlands. . Named after Monty Python. . Opens sourced from the beginning..
Features. . Easy to Code . Easy to Read . Free and Open source . Robust Standard Library . Interpreted . Portable . Object-Oriented and Procedure-Oriented . Extensible . High-level language.
Scope of Python. Python. Web development. Chatbots.
Why do people use python. The following Primary factors cited by Python users seem to be these . Python is object-oriented:- Structure supports such concepts as polymorphism, operation overloading and multiple inheritance. . It’s free (open source):- Downloading and installing Python is free and easy Source code is easily accessible..
. It’s powerful:- - Dynamic typing - Built –in types and tools - Library utilities - Third party utilities (e.g. Numeric, NumPy, SciPy) - Automatic memory management . It’s portable:- - Python runs virtually every major platforms used today - As long as you have a compatible Python interpreter installed, Python programs will run in exactly the same manner, irrespective of platform..
Applications. . Web Development . Game development . Machine Learning and Artificial Intelligence . Data Science and Data Visualization . Desktop GUI . Web Scraping Applications . Business Applications . Audio and Video Applications . CAD Applications . Embedded Applications.
What can I do with Python….?. . System Programming . Graphical User Interface Programming . Component Integration . Internet Scripting . Database Programming . Gaming, Images, XML, Robot and more.
Installing Python. . Python is pre-installed on most Unix systems , including Linux and MAC OS X. . But for in the windows operating system, user can download from https://www.python.org/downloads/ - from the above link download latest version of python IDE and install, recent version is 3.4.1 but most of them uses version 2.7.7 only.
Thank You.