- Home
- Our Courses
- Foundations
- Introduction to Python Programming
Curriculum
- 8 Sections
- 52 Lessons
- 35 Weeks
Expand all sectionsCollapse all sections
- Overview of Python ProgrammingThis chapter introduces Python, its uses, and sets up the environment for development. Learners will write their first basic scripts.6
- 1.1What is Python and Why Learn It?
- 1.2Installing Python and Setting Up Your Environment
- 1.3Introduction to IDEs (IDLE, VS Code, Jupyter)
- 1.4Writing and Running Your First PyUnderstanding Comments and Code Structurethon Script
- 1.5Understanding Comments and Code Structure
- 1.6Print Statements and String Output
- Variables, Data Types, and OperatorsLearn how to store, manipulate, and operate on data using variables and basic operators in Python.6
- Control Flow: Conditionals and LoopsThis module teaches how to control the flow of your programs using if-else conditions and loops.7
- Data Structures in PythonStudents explore built-in Python data structures such as lists, tuples, dictionaries, and sets.7
- Functions and Modular ProgrammingWe will introduce the concept of reusable code with functions and modules.7
- Working with FilesLearn how to read from and write to text files in Python, essential for data manipulation and automation.6
- Introduction to Python LibrariesThis module introduces powerful Python libraries that expand functionality for real-world tasks like math, data, and visualization.6
- Final Project: Build a Simple Python ApplicationApply everything you've learned in a capstone project that demonstrates your ability to write functional, real-world Python code.7