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