Learning Programming Fundamentals In Python
We will be learning Python right from the basics! At the end of every session, a small problem to practice the concepts will also be given.
Here is the outline of the series!
1) Python Basic Concepts - if...else, for loop, while loop, syntax, introduction to user-defined functions
2) Data Structures - Lists, Tuples, Dictionaries, Sets
3) Introduction to Object Oriented Programming - fundamental concepts, classes in Python, self keyword
4) Continuation of OOP - Constructors, Polymorphism and Inheritance
5) File Handling
6) Exception and Error Handling
7) Solving Algorithms
Apart from all this, we will be solving a lot of coding problems and having fun at the same time!