Python is a high-level, object-oriented, interpreted, and robust programming language. Python was developed in the year 1985 – 1990 by Guido Van Rossum a brilliant programmer. The source code of python language is available in General public license (GPL) as other languages.
Features of Python:
1. It consists of structured, functional, and object oriented programming methodology.
2. Python can also be integrated with COM, Active, C, C++, and Java.
3. Garbage Collection is automatically supported by python.
4. It gives for dynamic type checking and high-level data types.
Application of Python in the real world.
1. It is used to create a GUI application for the different operating systems.
2. It is beneficial to create Web application servers side with the help of the Django framework.
3. It is used for solving problems related to the real world, it consists of brilliant types of libraries that are portable for cross-platform compatible on UNIX, Windows, and Macintosh.
4. It provides the best structure and support for big programs rather than shell scripting.
5. It can be run on different hardware platforms. Python provides an interface for many commercial databases.
Python system features
i) Python is good to know for readability and has some similarities to the English language with influence from mathematics that everyone can understand it with ease.
ii)Rather than many other programming languages that frequently use semicolons or parentheses, Python uses new lines to complete a command which is a time-saving approach.
iii) Python focuses on indentation, using whitespace, to describe scope; such as the scope of classes, loop, and functions. While other programming language uses curly braces to close the scope.
Curriculum
- 5 Sections
- 31 Lessons
- 10 Weeks
- Installation & Basic Syntax2
- Variable. Data Types & Operators7
- Conditional, Looping & Control Statements3
- Operations, Methods & Dictionary11
- 4.1Random number functions in Python
- 4.2List in python
- 4.3List Operations and Methods
- 4.4Tuples in python
- 4.5Dictionary in python:
- 4.6Major Important Dictionary methods in python
- 4.7Python data and time
- 4.8Functions in Python
- 4.9Pass by value vs pass by reference in python using function
- 4.10Modules in Python
- 4.11Namespaces and Scoping in Python
- File & Exception Handling8
