FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Python-Learning-Course/09-advanced-features at master · brutal-45/Python-Learning-Course · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Module 09: Advanced Features

📋 Overview

This module covers advanced Python features including generators, iterators, context managers, and metaclasses.

🎯 Learning Objectives

  • Create and use generators
  • Implement custom iterators
  • Build context managers
  • Understand descriptors and metaclasses

📂 Module Contents

File Topic Description
generators.py Generators yield keyword and generator expressions
iterators.py Iterators Custom iterator classes
context_managers.py Context Managers with statement and custom managers

⏱️ Estimated Time

6-8 hours for complete understanding

✅ Prerequisites

  • Completion of Modules 01-08
  • Strong understanding of functions and classes

🔗 Next Steps

After completing this module, proceed to 10-concurrency.


Back | FazBrowse Home | New Git URL