A structured, hands-on repository dedicated to mastering Core Python, Advanced Language Features, Object-Oriented Programming (OOP), Modular Software Design, and Web Application Development using the Django Framework.
This workspace is organized logically into progressive learning modules:
Learning_python/β Focuses on practical Python scripts, background image removers, UI apps, and fundamental concepts (includingwalrus_operator.py).Python/β Covers intermediate functional programming (Maps, Filters, Reduces, Comprehensions, Scopes) alongside Custom Modules and Packages (east/west).Python_for_all_levels_course/β Core learning suite containing:Django_Project/β Full-stack Django web project (MyWeb) with dynamic HTML templates and database integration.OOP/β Object-Oriented Principles (Classes, Polymorphism, Namespaces, Encapsulation rules).Professional_Project/β Game development logic modularized acrossmain.py,player.py, andenemy.py.- Core Scripts β Advanced concepts like Decorators, Generators, Recursion, File I/O operations, and Built-in OS utilities.
Generated: 8/18/2026, 7:22:31 PM
Root Path: workspace\Learning_Python
βββ π Learning_python
β βββ π Python_Concepts
β β βββ π conceptual_logic.py
β β βββ π tricks_of_python.py
β β βββ π tricks_of_python_2.py
β β βββ π walrus_operator.py
β βββ π age_group_task.py
β βββ π bg_remover.py
β βββ π first_task.py
β βββ π heart.py
β βββ πΌοΈ pictorial_representation_of_datascience.png
β βββ π star_loop.py
β βββ π threeTasks.py
β βββ π vowel.py
β βββ π web_app.py
β βββ π window.py
βββ π Python
β βββ π modules
β β βββ π america.py
β β βββ π china.py
β β βββ π germany.py
β β βββ π iran.py
β β βββ π pakistan_industry.py
β βββ π pakages
β β βββ π east
β β β βββ π china.py
β β β βββ π iran.py
β β βββ π west
β β β βββ π america.py
β β β βββ π germany.py
β β βββ π pakages.py
β βββ π exercise.py
β βββ π filter.py
β βββ π function.py
β βββ π help_function.py
β βββ π important.txt
β βββ π list_comprehension.py
β βββ π local__scope_rulee.py
β βββ π map.py
β βββ π non_local_scope.py
β βββ π range.py
β βββ π reduce.py
β βββ π sets_dicts_comprehension.py
β βββ π stars.py
β βββ π three_keywords.py
β βββ π while.py
β βββ π zip.py
βββ π Python_for_all_levels_course
β βββ π Django_Project
β β βββ π MyWeb
β β β βββ π __init__.py
β β β βββ π asgi.py
β β β βββ π settings.py
β β β βββ π urls.py
β β β βββ π views.py
β β β βββ π wsgi.py
β β βββ π Templates
β β β βββ πΌοΈ BMW.jpg
β β β βββ π index.html
β β β βββ π result.html
β β βββ π db.sqlite3
β β βββ π manage.py
β βββ π OOP
β β βββ π README.md
β β βββ π bank_project.py
β β βββ π class.py
β β βββ π class_exercise.py
β β βββ π doc.py
β β βββ π name_space_class.py
β β βββ π polymorphism.py
β β βββ π underscore_meaning.py
β βββ π Professional_Project
β β βββ π enemy.py
β β βββ π main.py
β β βββ π player.py
β βββ π builtins_modules.py
β βββ π decorators.py
β βββ π else_in_comprehension.py
β βββ π fabanucc_sequence.py
β βββ π factorial.py
β βββ π file.txt
β βββ π file_a_mode.py
β βββ π file_r_mode.py
β βββ π file_w_mode.py
β βββ π first.py
β βββ π fruits.txt
β βββ π func_task.py
β βββ π function.py
β βββ π genrator.py
β βββ π module1.py
β βββ π module2.py
β βββ π module3.py
β βββ π nested_list_comprehension.py
β βββ π os.py
β βββ π prime.py
β βββ π recursive.py
β βββ π turtle_test.py
β βββ π word_counter.py
βββ βοΈ .gitignore
βββ π README.md
Follow these steps on Windows to set up your environment and launch the applications.
Open Command Prompt (cmd) or PowerShell and verify Python is installed:
python --versionMehmoodCoder
- π GitHub: github.com/MehmoodCoder
- π Portfolio: My Portfolio Link
This project is open source and available under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request