Python Getting Started
Understand Python, run your first program, use the interpreter and learn the basic execution model.
Read Chapter →Python is a readable general-purpose language used in scripting, automation, web backends, data work and AI. This track starts from the language fundamentals and steadily moves toward reusable programs and problem solving.
Understand Python, run your first program, use the interpreter and learn the basic execution model.
Read Chapter →Work with numbers, strings, booleans, type conversion and simple expressions.
Read Chapter →Control program flow with if/elif/else, for loops, while loops, range, break and continue.
Read Chapter →Choose the right Python collection and perform common add, read, update, loop and membership operations.
Read Chapter →Create reusable functions, pass arguments, return values and organize code across modules.
Read Chapter →Use classes, objects, file handling and exception handling to build more realistic Python programs.
Read Chapter →This free tutorial teaches the fundamentals. For structured training, projects and instructor guidance, review the related Mango Engineers course page.
View related course details