We a good story
Quick delivery in the UK

Internals of Python 3.x

About Internals of Python 3.x

Internals of Python 3.x transform a programmer's learning path by emphasizing the source code over the syntax to teach things from the ground up in nearly the same amount of time and effort. The book delves into the structure and distinctions between the primary Python object and iterable objects. The iterable types, namely, lists and tuples, have been thoroughly defined in the structure and operations. The internals of sets and dictionaries, which are data structures that provide O(1) insertion and search, have been thoroughly discussed. Memory allocation explains how Python handles memory for tiny and large objects. The chapter on GIL explains how the GIL works, which is halted by a semaphore and a conditional variable. The chapter on Async Python describes how the async module generates coroutines and async functions that can be executed on an event loop and interact through events. After reading this book, you will be more confident to create high-performance code on a day-to-day basis. ¿TABLE OF CONTENTS 1. Design of Generic Objects 2. Basic Python Types 3. Iterable Sequence Objects 4. Set and Dictionary 5. Functions and Generators 6. Memory Management 7. Interpreter and Opcodes 8. GIL and Multithreading 9. Async Python 10. Source Code Layout and the Compiler Stages

Show more
  • Language:
  • English
  • ISBN:
  • 9789391030940
  • Binding:
  • Paperback
  • Pages:
  • 236
  • Published:
  • January 6, 2022
  • Dimensions:
  • 190x240x10 mm.
Delivery: 1-2 weeks
Expected delivery: December 5, 2024

Description of Internals of Python 3.x

Internals of Python 3.x transform a programmer's learning path by emphasizing the source code over the syntax to teach things from the ground up in nearly the same amount of time and effort.
The book delves into the structure and distinctions between the primary Python object and iterable objects. The iterable types, namely, lists and tuples, have been thoroughly defined in the structure and operations. The internals of sets and dictionaries, which are data structures that provide O(1) insertion and search, have been thoroughly discussed. Memory allocation explains how Python handles memory for tiny and large objects. The chapter on GIL explains how the GIL works, which is halted by a semaphore and a conditional variable. The chapter on Async Python describes how the async module generates coroutines and async functions that can be executed on an event loop and interact through events.
After reading this book, you will be more confident to create high-performance code on a day-to-day basis.
¿TABLE OF CONTENTS
1. Design of Generic Objects
2. Basic Python Types
3. Iterable Sequence Objects
4. Set and Dictionary
5. Functions and Generators
6. Memory Management
7. Interpreter and Opcodes
8. GIL and Multithreading
9. Async Python
10. Source Code Layout and the Compiler Stages

User ratings of Internals of Python 3.x



Join thousands of book lovers

Sign up to our newsletter and receive discounts and inspiration for your next reading experience.