0% found this document useful (0 votes)
56 views

Python Course Format: Introduction - (Checkpoint 1)

This document outlines the format of a Python course, which includes 5 checkpoints that cover the basics of the Python language. The checkpoints include introductions to data types, basic programs, modules, conditional statements, and loops. Quizzes are provided at the end of each checkpoint to test understanding of the material. The course aims to take students from basic Python syntax and operations to more advanced topics like modules and conditional logic.

Uploaded by

VARNESH GAWDE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Python Course Format: Introduction - (Checkpoint 1)

This document outlines the format of a Python course, which includes 5 checkpoints that cover the basics of the Python language. The checkpoints include introductions to data types, basic programs, modules, conditional statements, and loops. Quizzes are provided at the end of each checkpoint to test understanding of the material. The course aims to take students from basic Python syntax and operations to more advanced topics like modules and conditional logic.

Uploaded by

VARNESH GAWDE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Python Course Format

● Introduction -(Checkpoint 1)
○ Introduction to Python Language.
○ Use of Python.
○ Who all can learn python?
○ Things one can do with Python.
○ About this course.
○ Prerequisites.
○ Quiz on checkpoint-1
● Let’s stick to the basics -(Checkpoint 2)
○ What are Data-Types?
○ Your First Program(​“Hello world!”​)
○ Let’s dig a bit deeper.
○ All about input/output.(input(), print())
○ In-built functions.(len(), int(), str())
○ Arithmetic Operators
○ Quiz on checkpoint-2
● Holding hands with Modules -(Checkpoint 3)
○ Built-in modules.​(just an overlook)
■ math
■ random
■ os
■ Datetime
○ How to install new modules
■ Installing ​“PIP”.
■ Using pip for installing modules.
○ Quiz on checkpoint-3
● Conditional Statements -(Checkpoint 4)
○ What is Boolean?
○ Comparison Operators.
○ If condition.
 
○ If-else condition.
○ Elif condition.
○ Example Programs.
○ Quiz on checkpoint-4.
● Just Flow within the Loops -(Checkpoint 5)
○ For loops.
○ While Loops.
○ continue and break statements.
○ The ​range()​ function.
○ Quiz on checkpoint-5

You might also like