A hands-on Python tutorial repository by Muthu, featuring executed code, real-world examples, and step-by-step explanations for learners and developers.
This repository is a collection of Python tutorials with practical examples and executed code to help you learn Python effectively. Whether you're a beginner or revisiting concepts, these examples are designed to be:
- Beginner-friendly
- Executable and tested
- Focused on clarity and real-world use cases
- Python Basics (Variables, Operators)
- Functions
- Modules and Execution
- Regular Expressions
- Variable Scope
- String Methods
- Sets and Dictionaries
- Arrays and File Handling
- Error Handling and Logging
- SSH Operations
New topics and examples will be added regularly.
git clone https://github.com/kumarmuthu/MuthuPythonTutorials.git
cd MuthuPythonTutorials
You can run individual .py
files using:
python3 filename.py
Make sure you have Python 3.x installed.
MuthuPythonTutorials/
├── kt_01_basics_operators.py
├── kt_02_function.py
├── kt_03_01_module.py
├── kt_03_02_execute_module.py
├── kt_04_regex.py
├── kt_05_scope.py
├── kt_06_str_methods.py
├── kt_07_set_dict.py
├── kt_08_01_array_and_array_with_file_handling.py
├── kt_08_02_file_handling.py
├── kt_09_error_and_exception_and_logging.py
├── kt_10_ssh.py
├── LICENSE
└── README.md
Each script is self-contained and includes inline comments for clarity.
Muthu Kumar GitHub: @kumarmuthu
This project is licensed under the MIT License.