Contents Menu Expand Light mode Dark mode Auto light/dark mode
Python-World Newsletter
Python-World Newsletter
  • About Us
  • Contributors
  • Upcoming Events
  • 2023
    • September - Week 35
    • Augest - Week 34
    • Augest - Week 33
    • Augest - Week 32
    • Augest - Week 31
    • July - Week 30
    • July - Week 29
    • July - Week 28
    • July - Week 27
    • June - Week 26
    • June - Week 25
  • 2022
    • 2022 Jan - Week 1
Back to top
  • About Us
  • Contributors
  • Upcoming Events
  • 2023
    • September - Week 35
      • 1. πŸ“¦ Unveiling Descriptors: The Hidden Gems of Python
      • 2. πŸ§™β€β™‚οΈ Dynamic Code Generation: Crafting Code on the Fly
      • 3. 🐍 Avoid These 5 Common Mistakes When Writing Python Programs
      • 4. πŸ›‘οΈ Test Cases: Your Safety Net in Code Development
      • 5. πŸ”„ How to Check if a Generator is Empty
    • Augest - Week 34
      • 1. πŸ“° The β€˜Title()’ Method and Its Nuances(Limitations)
      • 2. πŸ“š Run A Python Module Directly With __main__.py
      • 3. πŸ” Unraveling Dictionary Literals and Constructors
      • 4. 🧹 Discovering isort: The Art of Import Arrangement
      • 5. πŸ•°οΈ Master Time with Python’s Scheduler!
    • Augest - Week 33
      • 1. πŸ“Š Understanding Underscores in Numeric Literals
      • 2. πŸ“œ Text Wrapping with Python’s Textwrap Module
      • 3. 🌐 Exploring IP Address Manipulation with Python’s ipaddress Module
      • 4. 🏁 Graceful Script Exit with atexit in Python
      • 5. πŸ”’ Safeguarding Data with Python’s hashlib Module
    • Augest - Week 32
      • 1. πŸ‘« Strict separation of settings from code with Decouple
      • 2. 🐍 Empower yourself with Pydantic
      • 3. πŸƒ Stable Diffusion WebUI
      • 4. ✍️ Text Generation WebUI
      • 5. πŸ₯‡ Streamlit: A Python Library for Interactive Data Apps
    • Augest - Week 31
      • 1. πŸ”’ Python Match Statement
      • 2. πŸŒͺ️ Decorators that Take Arguments
      • 3. πŸ›« Map and Filter Functions
      • 4. 🍁 Global and Nonlocal Variables
      • 5. πŸ«™ Closures
    • July - Week 30
      • 1. πŸ’» Understanding __name__ and __main__.
      • 2. πŸš€ Exploring getattr() and setattr() 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.
    • July - Week 29
      • 1. πŸ’Ό Simplifying Python Classes with Dataclasses.
      • 2. πŸ”¦ Exploring Python’s Hidden Secrets: The inspect Module
      • 3. πŸ”§ The Python Package Manager: Unleashing the Power of pip
      • 4. 🎁 Unpacking the Magic of Tuples
      • 5. βž— Divmod - Dividing and Modulo Together
    • July - Week 28
      • 1. βš–οΈ Unleashing the Potential of Counter
      • 2. βš™οΈ Exploring Python’s Temporary File Handling
      • 3. πŸ” Discovering the Magic of String Prefix Matching with startswith
      • 4. 🌐 Simplify file path matching and retrieval using glob
      • 5. πŸ”€ Unveiling the Secrets of the string Module
    • 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
        • Industry use cases of assert
        • Conclusion
      • 8. πŸŒ€ Exploiting Parallelism with Python: Multiprocessing vs Multithreading vs Co-routines
        • Synchronous/Sequential Execution
        • IO-Bound Tasks vs CPU-Bound Tasks
        • Multiprocessing for CPU-Bound Tasks
        • Multithreading for IO-Bound Tasks
        • Co-routines for Efficient Asynchronous Tasks
        • Simplifying Co-routine Development with async/await
        • Comparison and Use Cases
        • Video Resources
      • 9. 🀸 Understanding Python Typing and Type Hints with MyPy and VS Code Support
        • Python Typing and Type Hints
        • MyPy - Static Type Checker for Python
        • VS Code Support for Type Hints
        • Benefits of Type Hints and Tooling Support
        • Embrace the Power of Type Hints
        • Resources
      • 10. πŸ—„οΈ Python Persistence: Pickling and SQLite
        • Pickling
        • SQLite
        • Choosing the Right Persistence Method
    • 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
        • Useful Resources
    • 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()
        • Useful Resources
  • 2022
    • 2022 Jan - Week 1
      • Introduction and Highlights
      • Introduction
      • Useful Resources
      • Contact
      • Contributors
Next
About Us
Previous
Home
Copyright © 2023, Ravishankar Chavare
Made with Sphinx and @pradyunsg's Furo