Wednesday, June 23, 2021

Real Python: CPython Internals: Paperback Now Available!

After almost two years of writing, reviewing, and testing, we’re delighted to announce that CPython Internals: Your Guide to the Python 3 Interpreter is now available in paperback!

Are there certain parts of Python that just seem like magic? Once you see how Python works at the interpreter level, you’ll be able to optimize your applications and fully leverage the power of Python.

In CPython Internals, you’ll unlock the inner workings of the Python language, learn how to compile the Python interpreter from source code, and cover what you’ll need to know to confidently start contributing to CPython yourself!

In this article, you’ll see:

  • How you can take your Python skills to the next level with CPython Internals
  • How other Pythonistas have already been doing it

To skip right to the good stuff and get your hands on the book, click the link below:

You Can Get CPython Internals in Paperback!

It’s finally here! Readers have been showing us their copies and letting us know what they think:

Front cover of CPython Internals: Your Guide to the Python 3 Interpreter

This book is a sort of “missing manual” for CPython’s internals, and we’re looking forward to the Python community getting tons of knowledge and skills from this unique resource. We’re delighted with the final product, so here’s the author, Anthony Shaw, to walk you through the paperback version of the book:

Read the full article at https://realpython.com/cpython-internals-paperback/ »


[ Improve Your Python With 🐍 Python Tricks πŸ’Œ – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...