Revall-info Книги по программированию бесплатно!
591 subscribers
569 photos
3 files
571 links
Download Telegram
CPython Internals: Your Guide to the Python 3 Interpreter (2020)

Are there certain parts of Python that just seem magic? Like how dictionaries are so much faster than looping over a list to find an item. How does a generator remember the state of the variables each time it yields a value, and why do you never have to allocate memory like other languages? It turns out, CPython, the most popular Python run-time is written in human-readable C and Python code. CPython abstracts the complexities of the underlying C platform and your Operating System.

Read more | Download

#CPython #Python #revall #Guide #programming