- About Us
- Contributors
- Upcoming Events
- 2023
- September - Week 35
- Augest - Week 34
- Augest - Week 33
- Augest - Week 32
- Augest - Week 31
- July - Week 30
- 1. π» Understanding
__name__
and__main__
. - 2. π Exploring
getattr()
andsetattr()
in python. - 3. π¦ Parsing, installing, verifying requirements using
pip._internal
in python. - 4. π§ Exploring
dis
- Disassembler for python bytecode. - 5. π Generating cryptographically secure tokens, passwords using
secrets
.
- 1. π» Understanding
- July - Week 29
- July - Week 28
- July - Week 27
- 1. π Mastering the βelseβ Statement in Looping
- 2. π Track the history of a request using the βrequests.historyβ
- 3. π Understanding UUIDs
- 4. β οΈ Understanding Errno and Error Handling
- 5. π Dive into Debugging with PDB
- 6. π₯ Unleash the power of Python Function Decorators
- 7. β
Using
assert
in Python - 8. π Exploiting Parallelism with Python: Multiprocessing vs Multithreading vs Co-routines
- 9. π€Έ Understanding Python Typing and Type Hints with MyPy and VS Code Support
- 10. ποΈ Python Persistence: Pickling and SQLite
- June - Week 26
- 1. π Exploring the Power of \r in Pythonβs Print Statement
- 2. π Unleashing the Power of OrderedDict
- 3. πΏ Exploring the Magic of stem in pathlib
- 4. π Demystifying URL Parsing with urlparse
- 5. π§ͺ Exploring Type Creation and Modification using type
- 6. ποΈ Uses of Ellipses in Python
- 7. 𧩠Understanding *args and **kwargs in Python
- 8. π Exploring Context Managers in Python with with
- 9. 𧨠Harnessing the Power of Generators in Python with yield
- 10.β‘οΈ Understanding Async and Await in Python: Concurrency Made Easy
- June - Week 25
- 1. π Power of the βreprβ function in python.
- 2. π Enhancing console output with ANSI color codes.
- 3. π Partial method in python
- 4. π Encoding and Decoding using Base64
- 5. π£ Understanding hooks in requests
- 6. π’ LinkExtractor in Scrapy
- 7. π itemgetter in python
- 8. π₯οΈ Fetching device name using platform
- 9. π Package your app into a executable file using zipapp
- 10. π§ Secure User Input with getpass()
- 2022