https://github.com/rohit-2301/python_basics
Basics of Python
https://github.com/rohit-2301/python_basics
datastructuresinpython exception-handling-in-python file-handling-in-python functions-python generate-qrcode python
Last synced: 4 months ago
JSON representation
Basics of Python
- Host: GitHub
- URL: https://github.com/rohit-2301/python_basics
- Owner: Rohit-2301
- Created: 2025-02-23T20:04:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T10:41:21.000Z (4 months ago)
- Last Synced: 2025-02-28T15:36:14.770Z (4 months ago)
- Topics: datastructuresinpython, exception-handling-in-python, file-handling-in-python, functions-python, generate-qrcode, python
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Basics
This repository contains fundamental Python programs covering various topics such as data structures, functions, exception handling, loops, and more.
## 📂 Project Structure
This project is organized into different categories:
- **datastructures/**: Python programs related to dictionaries, lists, sets, and tuples.
- **filehandling/**: Scripts for reading and writing files.
- **functions/**: Python functions, including lambda functions.
- **exceptionhandling/**: Covers exception handling in Python, including:
- `customexceptions.py` - User-defined exceptions.
- `multipleexceptions.py` - Handling multiple exceptions.
- `exceptionhandling.py` - Basic exception handling concepts.
- **Loops & Conditionals**: Demonstrates loops and conditional statements.
- **Miscellaneous**: Other Python scripts like QR code generation and basic programs.## How to Run
1. Clone the repository:
```sh
git clone https://github.com/Rohit-2301/python_basics.git
cd python_basics