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
  1. Python’s latest version can be downloaded from https://www.python.org/downloads/.
  2. At the time of writing this, the latest version was 3.8.5.
  3. Download the installer file according to your operating system and execute the installer commands according to your Operating System.