Module 13: Error Handling
In this module, we will learn about Error Handling. We will learn how to handle unexpected crashes (errors/exceptions) in our programs so that the code runs smoothly without stopping.
Module 14: File Handling
In this module, we will learn about File Handling. This allows us to store data permanently in text files (.txt) on the hard disk, so the data remains saved even after the program stops running.
Module 15: JSON
In this module, we will learn about JSON. JSON is the most popular format used to send and receive data across the internet between different applications.
Module 16: Modules & Packages
In this module, we will learn how to organize our code by splitting it across multiple files, and how to download and install packages made by other developers from the internet.
Module 17: OOP Basics
In this module, we will learn the basics of Object-Oriented Programming (OOP). OOP helps us organize our code by representing real-world things as objects in our programs.
Module 18: Python for AI
Welcome to the final and most exciting module! Here, we will learn how Python is used to call AI models, fetch data from the web, and what you should learn next.