This repository contains various Python programs covering fundamental concepts and libraries like lists, tuples, dictionaries, sets, NumPy, pandas, and more.
- ๐น Basic Python Codes (loops, functions, conditionals)
- ๐น Lists & Tuples (operations, slicing, methods)
- ๐น Dictionaries (key-value manipulation, nested dicts)
- ๐น Sets (set operations, uniqueness, performance)
- ๐น NumPy (arrays, mathematical operations)
- ๐น Pandas (dataframes, data handling)
- Clone the repository:
git clone https://github.com/Maruf346/python-programs.git
- Navigate to the desired topic folder.
- Run the Python scripts using:
python filename.py
- Python 3.x
- NumPy & pandas (for respective programs)
pip install numpy pandas
Author: Maruf Hossain.
Dept. of CSE.
Green University of Bangladesh.
mail: maruf.bshs@gmail.com
Feel free to explore and contribute! ๐๐