This repo is for revisiting core concepts of Python and reinforcing strong fundamentals through clean, structured, practical examples.
-
Core Python foundations
-
Logic-building exercises
-
Data structures
-
Conditionals & loops
-
Functions & lambdas
-
Map / filter / reduce
-
File handling
-
Small warm-up questions to sharpen thinking
Clone the repo:
git clone https://github.com/shailesh2210/Python-Refresher-Kit.git
cd Python-Refresher-Kit
-
Variables & Strings
-
Lists, Tuples
-
Dicts & Sets
-
Warm-Up Questions
-
Conditionals
-
Loops
-
File Handling
-
Functions
-
Lambda / Map / Filter / Reduce
This order builds your foundation step-by-step.
-
Build Python confidence
-
Strengthen logic thinking
-
Refresh fundamentals for interviews
Create a clean notebook-based revision kit
-
Exception handling
-
Modules & packages
-
Basic OOP
-
Mini projects
-
Python cheatsheets