Deep Dive Python

ebook Techniques and Best Practices for Developers · Professional and Applied Computing

By Adarsh Divakaran

cover image of Deep Dive Python

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today

Find this title in Libby, the library reading app by OverDrive.

Download Libby on the App Store Download Libby on Google Play

Search for a digital library with this title

Title found at these libraries:

Library Name Distance
Loading...

Take your programming skills to the next level by expanding real-world Python applications in open-source code. This book is an essential guide for experienced developers looking to enhance their Python proficiency.  

Using code examples from popular open-source projects you’ll master Python concepts and see how they are applied in production-level code. By understanding code from established projects, you’ll develop a deeper appreciation for Python’s capabilities and learn best practices that have been battle-tested in the real world. You’ll gain the confidence to tackle complex projects, optimize your code, and implement advanced Python features effectively. 

You’ll also examine typing, generators, iterators, the itertools module, multithreading, multiprocessing, and asyncio. This will equip you to build production-ready Python programs and libraries. Whether you’re building large-scale applications, contributing to open-source projects, or solving intricate programming challenges, Deep Dive Python will provide you with the knowledge and practical experience to excel in your Python development journey. 

What You Will Learn

  • Master Python's core data structures and how to use them effectively.
  • Implement decorators, descriptors, metaclasses, and abstract base classes in your code
  • Enhance your code with functional programming techniques using the functools module
  • Deep Dive Python