Skip to content

A hands-on Python tutorial repository by Muthukumar, featuring executed code, real-world examples, and step-by-step explanations for learners and developers.

License

Notifications You must be signed in to change notification settings

kumarmuthu/MuthuPythonTutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuthuPythonTutorials

A hands-on Python tutorial repository by Muthu, featuring executed code, real-world examples, and step-by-step explanations for learners and developers.

📌 About

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

📚 Topics Covered

  • 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.

🚀 Getting Started

Clone the repo

git clone https://github.com/kumarmuthu/MuthuPythonTutorials.git
cd MuthuPythonTutorials

Run examples

You can run individual .py files using:

python3 filename.py

Make sure you have Python 3.x installed.

📂 Structure

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.

🙋‍♂️ Author

Muthu Kumar GitHub: @kumarmuthu

📝 License

This project is licensed under the MIT License.

About

A hands-on Python tutorial repository by Muthukumar, featuring executed code, real-world examples, and step-by-step explanations for learners and developers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages