This folder contains the following, among many other, directories:
Getting started with Python.
Loops and conditional loops in Python
Importing modules from other files and the defined modules as well
Data structures like lists in Python
Throwing the right exceptions that are also custom to the kind of errors that arise.
Learning about Object Oriented Programming in Python
Implementing tests in Python
Deeper dive into OOP in Python.
Understanding the whole universe of Python.
Understanding class-based inheritance in Python
Learning about writing and reading from files.
Learning about Unit testing and how to implement it in a large project.
Introductory concepts to SQL and Relational Database Management Systems.
A deeper dive into SQL queries
Getting started with JavaScript
Learning about objects, scopes and closures in JavaScript
Learning about Object Relational Mapping in Python