Category: Programming
Duration: 30 Hrs
Introduce learners to core Python programming concepts, syntax, and data structures. By the end of the course, students will be able to write clean, functional Python code and build simple applications using real-world logic.
Kickstart your Python journey by understanding its history, strengths, and how to set up your coding environment.
Learn how to store, manipulate, and evaluate data using Python’s built-in types and operators.
Control the flow of your program using conditional logic and loops.
if
, if-else
, elif
, nested if
for
, while
break
, continue
, pass
Encapsulate logic into reusable blocks and explore Python’s modular architecture.
math
, random
, and other standard librariesManipulate text and collections using Python’s powerful string and list features.
sort()
, reverse()
, count()
Explore Python’s other core data structures and their unique properties.
get()
, items()
, update()
Learn how to read from and write to files, enabling data persistence.
with
statement for safe file handlingcsv
moduleApply everything you’ve learned in a mini project. Showcase your understanding through code review and presentation.