This course introduces the basics of programming using Python. Students will learn core programming concepts such as variables, control flow, functions, and data structures.
Curriculum
- 8 Sections
- 0 Lessons
- 6 Weeks
Expand all sectionsCollapse all sections
- Introduction to PythonYou will learn the fundamentals of programming and how to setup your computer for Python Programing0
- Variables and Data TypesYou will learn about the basic data types in Python (int, float, bool, str)0
- Control Flow and LoopsYou will learn about conditional execution with if..else statements as well as conducting repetitive tasks using the "for" and "while" loops.0
- Functions and ModulesYou will see how to use Python's inbuilt functions and how to write your own functions that can be used by you or others.0
- Working with Data StructuresSome more aggregate data types like lists, dictionary, tuple will be learnt.0
- File HandlingFile handling is the most basic forms of data persistence. You will learn how to read data from file and how to save data into a file.0
- Error HandlingThere is a common saying among programmers that there is no bug-free program. This means there is no program that does not have some type of error. In this module, you will learn how to handle the common errors that happen in your python program.0
- Project: Building a Simple ApplicationThe course ends with a small (but big) project that you can use to practice all what you have learnt in the course.0
Requirements
- No prerequisites.
Features
- Interactive coding exercises.
- Hands-on projects.
- Quizzes and assessments.
Target audiences
- Beginners with no prior programming experience.