Course Content
What is Python?
Introduction of Python and Its setup
0/2
Control Statement
Control statements are used to control the flow of execution depending upon the specified condition/logic.
0/4
File Handling
File handling is an important component of any application. Python has multiple functions for creating, reading, updating, and deleting files.
0/2
Examples
Following are the examples of python scripts to try hands-on, you are ready to start your python journey.
0/7
Python
About Lesson

Python is a free, easy to learn, high-level, interpreted, general-purpose programming language. Python is developed by Guido van Rossum and the first version of Python was released in 1991. Guido van Rossum started python as a hobby project to keep him busy in the week around Christmas. Got its name from the name of the British comedy group Monty Python. It is used in :

  1. Software Development
  2. Web Development
  3. System Scripting
  4. Mathematics
  5. Machine Learning
  6. Artificial Intelligence
  7. Data Science