https://github.com/amssdias/python-advanced_topics
Advanced topics in Python Language
https://github.com/amssdias/python-advanced_topics
asynchronous builtin-functions collections datetime filter generators iterables iterators map mutability processes python3 regular-expression threadpool threads
Last synced: 3 months ago
JSON representation
Advanced topics in Python Language
- Host: GitHub
- URL: https://github.com/amssdias/python-advanced_topics
- Owner: amssdias
- Created: 2021-01-20T00:21:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T22:18:15.000Z (about 4 years ago)
- Last Synced: 2025-01-13T19:24:41.702Z (4 months ago)
- Topics: asynchronous, builtin-functions, collections, datetime, filter, generators, iterables, iterators, map, mutability, processes, python3, regular-expression, threadpool, threads
- Language: Python
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Advanced topics
In this repository there's explanation of some advanced topics of Python with some examples.
### Here's the list of the topics we going to cover:
- [Advanced OOP(Object Oriented Programming)](https://github.com/amssdias/python-advanced_topics/tree/master/Advanced%20OOP)
- [Generators, Iterators, Iterables](https://github.com/amssdias/python-advanced_topics/tree/master/Generators%2C%20Iterators%2C%20Iterables)
- [Built in Functions(filter, map, any, all)](https://github.com/amssdias/python-advanced_topics/tree/master/Generators%2C%20Iterators%2C%20Iterables)
- [Mutability](https://github.com/amssdias/python-advanced_topics/tree/master/Mutability)
- [Arguments unpacking and mutability](https://github.com/amssdias/python-advanced_topics/blob/master/Other%20Advanced%20topics/argument_unpacking.py)
- [Default values parameters](https://github.com/amssdias/python-advanced_topics/blob/master/Other%20Advanced%20topics/argument_unpacking.py)
- [Collections module(counter, defaultdict, ordereddict, namedtuple, deque)](https://github.com/amssdias/python-advanced_topics/blob/master/Other%20Advanced%20topics/argument_unpacking.py)
- [Timezones(modules: datetime, time)](https://github.com/amssdias/python-advanced_topics/tree/master/datetime%20module)
- [Regular Expressions, regex](https://github.com/amssdias/python-advanced_topics/tree/master/Regular%20expressions)
- [Logging module](https://github.com/amssdias/python-advanced_topics/tree/master/Other%20Advanced%20topics)
- [**_Decorators_**](https://github.com/amssdias/python-advanced_topics/tree/master/decorators)
- [**_Asynchronous Python Development_**](https://github.com/amssdias/python-advanced_topics/tree/master/Asynchronous%20Dev)