Introduction to Python:
This course is to introduce the basics of the Python programming language.
About Python:
Python was created by Guido van Rossum in 1991 as a general-purpose programming language. It is interpreted and interactive language. Python is an open-source language under a general public license (GPL). It supports both object-oriented and structured style of programming.
Advantages of python:
In this course, we will discuss the basic concepts like
1) Basics of Python
2) Control Structures
3) Functions
4) Collections
5) Libraries
6) Built-in functions
7) Modules and packages
8) File and exception handling
Learning Objective:
After the reader completes reading and practicing programs in all the posts, the reader will be able to understand a python program logically and as well as apply the concepts of python to solve a real-world problem.
Learning Outcomes:
This course is to introduce the basics of the Python programming language.

About Python:
Python was created by Guido van Rossum in 1991 as a general-purpose programming language. It is interpreted and interactive language. Python is an open-source language under a general public license (GPL). It supports both object-oriented and structured style of programming.
Advantages of python:
- Easy to learn and follows a simple syntax.
- a wide range of libraries and built-in functions.
- Good choice for beginners
In this course, we will discuss the basic concepts like
1) Basics of Python
2) Control Structures
3) Functions
4) Collections
5) Libraries
6) Built-in functions
7) Modules and packages
8) File and exception handling
Learning Objective:
After the reader completes reading and practicing programs in all the posts, the reader will be able to understand a python program logically and as well as apply the concepts of python to solve a real-world problem.
Learning Outcomes:
- Write business and complex logic
- Store and access group of elements
- Create function and reuse them
- Develop a user-defined function
- Organize code using modules and packages
- Perform file I/o operations
- Handle exception in a program
let's get started.