I created this small python course to revise my python skills and to help my friends learn python.
My course is divided into three parts -
- Part 1 - Introductory
- Part 2 - Intermediate
- Part 3 - Advance
Basic information about history, installation, basic cmd commands to help, variables, data types, operations, data structures and input-output.
Loops ( For, While, Nested ), Basic Inbuilt Functions, Object Attribute ( Method and Properties) and Comprehensions.
Simple Functions, Functions with logic, Advance Functions ( Args and Kwargs ), Global Variables and Scope of variables
Object Oriented Programming, Objects and Classes, Attributes and Methods, Inheritance and Polymorphism and Dunder Methods
Error handling, Try-Except Format, Pylint and Unit Test Tools, Decorators and Generators
Working with built in modules Collection Module, OS Module, Date-Time Module, Random Module and more
Python Regular Expressions, Timimg Python Code, Zipping and Unzipping Files and Making own Python Module
Introduction to web scraping, web scraping libraries, web scparing format and web scraping project.
( To be Continued )
These courses helped to me to learn a lot and helped me to form my content
- Complete Python Bootcamp From Zero to Hero in Python - Jose Portilla
- Python For Everybody - Dr. Charles Severances
- Scientific Computing with Python - Free Code Camp
- Python Tutorials - Kaggle