This course is designed to teach the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you'll understand the benefits of programming in IT roles; be able to write simple programs using Python; figure out how the building blocks of programming fit together; and combine all of this knowledge to solve a complex programming problem.
- Week 1 : Hello Python
- Week 2 : Basic Python Syntax
- Week 3 : Loops
- Week 4 : Strings, Lists and Dictionaries
- Week 5 : Object Oriented Programming
- Week 6 : Final Project