Welcome to my Python Repository! This repository contains all the code, scripts I've worked on while learning Python. It's a collection of various concepts, exercises that showcase my journey with Python programming.
- Basics: Variables, data types, operators, and basic input/output.
- Control Flow: If statements, loops (for, while), and control flow statements.
- Functions: Defining functions, arguments, return values, and lambda functions.
- Data Structures: Lists, tuples, dictionaries, sets, and their operations.
- File Handling: Reading and writing files, working with different file types.
- Error Handling: Try-except blocks, handling exceptions, and custom error messages.
- Clone the repository:
git clone https://github.com/Avijit07x/My-Python.git
- Navigate to the directory:
cd my-python - Run any Python script:
python script_name.py
-
Python 3.x installed on your machine. You can download it from python.org.
-
Additional modules (if any) can be installed using pip:
pip install module_name
Feel free to fork this repository, open issues, or submit pull requests if you'd like to contribute or suggest improvements.
A big thanks to all the tutorials, courses, and documentation that helped me along the way!
For any questions or suggestions, feel free to reach out:
- LinkedIn : Avijit07x
- Twitter : Avijit07x
- Portfolio : https://avijit07x-portfolio.vercel.app
Happy coding! 🚀