This repository documents my ongoing Python learning journey.
I am learning Python step by step and saving my Jupyter notebooks here.
This repo is a work in progress and will be updated regularly.
1. Variables
- Python_Variables.ipynb
- Basics of variables, assignment, and types.
2. Data Types
- Python_DataTypes.ipynb
- Strings, numbers, lists, tuples, dictionaries, sets.
- Currently learning and practicing examples.
3. Operators
- Arithmetic, logical, and comparison operators.
4. Statements
- Conditional statements, loops (
if
,else
,for
,while
,break
,continue
).
5. Functions
- Defining functions, parameters, return values.
6. Built-in Functions
- Common Python built-ins like
len()
,type()
,range()
, etc.
7. Projects
- Mini-projects to apply Python concepts.
- Planned after completing all topics.
- All notebooks are in Jupyter
.ipynb
format. .ipynb_checkpoints
are excluded from Git to keep the repo clean.- This repository will be updated daily as I progress through Python learning.
- This repository was created to update my progress of Python Basics from analystbuilder
- Click on any notebook link to view the content directly on GitHub.