In this repository there's explanation of some advanced topics of Python with some examples.
- Advanced OOP(Object Oriented Programming)
- Generators, Iterators, Iterables
- Built in Functions(filter, map, any, all)
- Mutability
- Arguments unpacking and mutability
- Default values parameters
- Collections module(counter, defaultdict, ordereddict, namedtuple, deque)
- Timezones(modules: datetime, time)
- Regular Expressions, regex
- Logging module
- Decorators
- Asynchronous Python Development