Programing Basics
This teaches the fundamentals of programing. At the end of this, you should be able to read and write simple code in most common programing languages. This course basically lays the foundation for learning any more specific programing related tasks like game-development, tool-development or web-development.
Sessions
- PB Session 01 - The Fundamentals
- PB Session 02 - The Order Of Code
- PB Session 03 - Variables & Data Types
- PB Session 04 - Operators & Expressions
- PB Session 05 - Conditionals
- PB Session 06 - Loops
- PB Session 07 - Scope & Lifetime
- PB Session 08 - Functions
- PB Session 09 - Data Structures
- PB Session 10 - Debugging and Errors
- PB Session 11 - Object-Oriented Programming
- PB Session 12 - Classes & Objects
- PB Session 13 - Alogrithms
- PB Session 14 - Clean Code & Modular Code
- PB Session 15 - Recursion
- PB Session 16 - Error handling