The notebooks cover the basic python concepts that are crucial for logic building and code development. This was compiled during my initial stages of learning python from several courses at once. The concepts covered are:
- Loops (while and for)
- Classes (object-oriented programming)
- Functions (code reusability)
- String formatting