https://github.com/maruf346/python-programs
Here some basic python programs are uploaded. Find your needed one. Happy coding!
https://github.com/maruf346/python-programs
dict-python list-in-python numpy numpy-exercises pandas-python set-in-python tuples-in-python
Last synced: 10 months ago
JSON representation
Here some basic python programs are uploaded. Find your needed one. Happy coding!
- Host: GitHub
- URL: https://github.com/maruf346/python-programs
- Owner: Maruf346
- Created: 2024-11-30T16:34:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T06:57:02.000Z (10 months ago)
- Last Synced: 2025-02-25T07:43:06.960Z (10 months ago)
- Topics: dict-python, list-in-python, numpy, numpy-exercises, pandas-python, set-in-python, tuples-in-python
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Programs
This repository contains various **Python programs** covering fundamental concepts and libraries like **lists, tuples, dictionaries, sets, NumPy, pandas, and more**.
## Contents
- 🔹 **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)
## How to Use
1. Clone the repository:
```bash
git clone https://github.com/Maruf346/python-programs.git
2. Navigate to the desired topic folder.
3. Run the Python scripts using:
python filename.py
## Requirements
- Python 3.x
- NumPy & pandas (for respective programs)
```bash
pip install numpy pandas
## Contact
Author: Maruf Hossain.
Dept. of CSE.
Green University of Bangladesh.
mail: maruf.bshs@gmail.com
Feel free to explore and contribute! 🚀😊