Items related to Internals of Python 3.x: Derive Maximum Code Performance...

Internals of Python 3.x: Derive Maximum Code Performance and Delve Further into Iterations, Objects, GIL, Memory management, and various Internals (English Edition) - Softcover

 
9789391030940: Internals of Python 3.x: Derive Maximum Code Performance and Delve Further into Iterations, Objects, GIL, Memory management, and various Internals (English Edition)
  • PublisherBPB Publications
  • Publication date2021
  • ISBN 10 9391030947
  • ISBN 13 9789391030940
  • BindingPaperback
  • LanguageEnglish
  • Number of pages236

Search results for Internals of Python 3.x: Derive Maximum Code Performance...

Stock Image

Raghu, Prashanth
Published by BPB Publications, 2021
ISBN 10: 9391030947 ISBN 13: 9789391030940
New Softcover

Seller: Books Puddle, New York, NY, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 26394662664

Contact seller

Buy New

US$ 20.38
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Raghu, Prashanth
Published by BPB Publications, 2021
ISBN 10: 9391030947 ISBN 13: 9789391030940
New Softcover

Seller: Majestic Books, Hounslow, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 401714391

Contact seller

Buy New

US$ 18.00
Convert currency
Shipping: US$ 8.57
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Raghu, Prashanth
Published by BPB Publications, 2021
ISBN 10: 9391030947 ISBN 13: 9789391030940
New Softcover
Print on Demand

Seller: Biblios, Frankfurt am main, HESSE, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. PRINT ON DEMAND. Seller Inventory # 18394662658

Contact seller

Buy New

US$ 21.54
Convert currency
Shipping: US$ 11.04
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 4 available

Add to basket

Stock Image

Raghu, Prashanth
Published by BPB Publications, 2021
ISBN 10: 9391030947 ISBN 13: 9789391030940
New Softcover

Seller: Lucky's Textbooks, Dallas, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # ABLIING23Apr0412070048287

Contact seller

Buy New

US$ 40.53
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Prashanth Raghu
Published by BPB Publications, 2022
ISBN 10: 9391030947 ISBN 13: 9789391030940
New PAP
Print on Demand

Seller: PBShop.store US, Wood Dale, IL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Seller Inventory # L0-9789391030940

Contact seller

Buy New

US$ 48.72
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Prashanth Raghu
Published by BPB Publications, 2022
ISBN 10: 9391030947 ISBN 13: 9789391030940
New PAP
Print on Demand

Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Seller Inventory # L0-9789391030940

Contact seller

Buy New

US$ 45.58
Convert currency
Shipping: US$ 5.48
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Raghu, Prashanth
Published by BPB Publications 2021-12, 2021
ISBN 10: 9391030947 ISBN 13: 9789391030940
New PF

Seller: Chiron Media, Wallingford, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PF. Condition: New. Seller Inventory # 6666-IUK-9789391030940

Contact seller

Buy New

US$ 39.15
Convert currency
Shipping: US$ 20.41
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 10 available

Add to basket

Stock Image

Raghu, Prashanth
Published by BPB Publications, 2021
ISBN 10: 9391030947 ISBN 13: 9789391030940
New Softcover

Seller: Ria Christie Collections, Uxbridge, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. In. Seller Inventory # ria9789391030940_new

Contact seller

Buy New

US$ 44.82
Convert currency
Shipping: US$ 15.79
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Prashanth Raghu
Published by BPB Publications, 2021
ISBN 10: 9391030947 ISBN 13: 9789391030940
New Taschenbuch
Print on Demand

Seller: AHA-BUCH GmbH, Einbeck, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Taschenbuch. Condition: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - 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 CONTENTS1. Design of Generic Objects2. Basic Python Types3. Iterable Sequence Objects4. Set and Dictionary5. Functions and Generators6. Memory Management7. Interpreter and Opcodes8. GIL and Multithreading9. Async Python10. Source Code Layout and the Compiler Stages. Seller Inventory # 9789391030940

Contact seller

Buy New

US$ 62.15
Convert currency
Shipping: US$ 33.58
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Raghu, Prashanth
Published by BPB Publications, 2021
ISBN 10: 9391030947 ISBN 13: 9789391030940
New Softcover
Print on Demand

Seller: moluna, Greven, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. KlappentextInternals 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. Seller Inventory # 560090435

Contact seller

Buy New

US$ 50.14
Convert currency
Shipping: US$ 54.36
From Germany to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket