Curriculum
9 Sections
9 Lessons
3 Weeks
Expand all sections
Collapse all sections
Background/Introduction to Python
1
0.0
In this component, students are introduced to the basics of Python, its history, and its applications in various fields. Learning will also include the fundamental concepts of programming, such as data types, variables, and control flow.
Basic Syntax
1
0.0
Exploring the fundamental syntax of Python programming language. This will further cover learning about the syntax rules, indentation, comments, and whitespace.
Variable types
1
0.0
Lists,Tuples,Dictionaries,sets: This covers the different variable types in Python, including lists, tuples, dictionaries, and sets. This further includes learning how to create, manipulate and access data from these variables.
Basic Operators
1
0.0
Learning about the different types of operators in Python, including arithmetic, comparison, logical, and assignment operators. This includes how to use these operators to perform basic arithmetic operations and compare variables.
Control Flow
1
0.0
Exploring conditional statements, loops, and branching structures in Python. This includes learning how to use these control structures to control the flow of program execution.
Functions
1
0.0
In this component, students learn about functions in Python, how to create them, and how to use them. They learn about the importance of functions in modular programming and how to call them from different parts of the program.
File I/O
1
0.0
Learning how to read and write data to files using Python. This includes learning how to open files, read from them, write to them, and close them properly.
Exceptions
1
0.0
In this component, students learn about exception handling in Python. They learn how to handle errors and exceptions in their code and how to use try and except statements to handle different types of exceptions.
Classes
1
0.0
In this component, students learn about object-oriented programming (OOP) concepts in Python, including classes, objects, and inheritance. They learn how to create classes and objects, and how to use them in their programs.
Python Programming Fundamentals
Search
This content is protected, please
login
and enroll in the course to view this content!
Scan the code
Modal title
Main Content