CPython Internals: Your Guide to the Python 3 Interpreter by Anthony Shaw: New

US $36.00
or 4 interest-free payments of $9.00 available with
Condition:
Brand New
Shipping:
US $5.22 USPS Media MailTM.
Located in: London, Kentucky, United States
Delivery:
Estimated between Thu, Sep 25 and Wed, Oct 1 to 94104
Estimated delivery dates - opens in a new window or tab include seller's handling time, origin ZIP Code, destination ZIP Code and time of acceptance and will depend on shipping service selected and receipt of cleared paymentcleared payment - opens in a new window or tab. Delivery times may vary, especially during peak periods.
Returns:
Seller does not accept returns.
Payments:
       .
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:385494271188

Item specifics

Condition
Brand New: A new, unread, unused book in perfect condition with no missing or damaged pages. See the ...
Pages
396
Publication Date
2021-05-05
ISBN
9781775093343
Subject Area
Computers
Publication Name
Cpython Internals : Your Guide to the Python 3 Interpreter
Publisher
Bader, Dan
Item Length
9 in
Subject
Programming Languages / Python
Publication Year
2021
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.8 in
Author
Anthony Shaw
Item Weight
18.6 Oz
Item Width
6 in
Number of Pages
396 Pages
Category

About this product

Product Identifiers

Publisher
Bader, Dan
ISBN-10
1775093344
ISBN-13
9781775093343
eBay Product ID (ePID)
3057279079

Product Key Features

Number of Pages
396 Pages
Language
English
Publication Name
Cpython Internals : Your Guide to the Python 3 Interpreter
Subject
Programming Languages / Python
Publication Year
2021
Type
Textbook
Author
Anthony Shaw
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
0.8 in
Item Weight
18.6 Oz
Item Length
9 in
Item Width
6 in

Additional Product Features

Intended Audience
Trade
Synopsis
Get your guided tour through the Python 3.9 interpreter: Unlock the inner workings of the Python language, compile the Python interpreter from source code, and participate in the development of CPython. Are there certain parts of Python that just seem like magic? This book explains the concepts, ideas, and technicalities of the Python interpreter in an approachable and hands-on fashion. Once you see how Python works at the interpreter level, you can optimize your applications and fully leverage the power of Python. By the End of the Book You'll Be Able To: Read and navigate the CPython 3.9 interpreter source code. You'll deeply comprehend and appreciate the inner workings of concepts like lists, dictionaries, and generators. Make changes to the Python syntax and compile your own version of CPython, from scratch. You'll customize the Python core data types with new functionality and run CPython's automated test suite. Master Python's memory management capabilities and scale your Python code with parallelism and concurrency. Debug C and Python code like a true professional. Profile and benchmark the performance of your Python code and the runtime. Participate in the development of CPython and know how to contribute to future versions of the Python interpreter and standard library. How great would it feel to give back to the community as a "Python Core Developer?" With this book you'll cover the critical concepts behind the internals of CPython and how they work with visual explanations as you go along. Each page in the book has been carefully laid out with beautiful typography, syntax highlighting for code examples. About the Author: Anthony Shaw is a CPython contributor and a PyCon speaker. He has a B.Sc. in Computer Science and over 8 years of experience working with Python. Anthony is also a Fellow of the Python Software Foundation and member of the Open-Source Apache Foundation. What Python Developers Say About The Book: "It's the book that I wish existed years ago when I started my Python journey. [...] After reading this book your skills will grow and you will be able solve even more complex problems that can improve our world." - Carol Willing, CPython Core Developer & Member of the CPython Steering Council "CPython Internals is a great (and unique) resource for anybody looking to take their knowledge of Python to a deeper level." - Dan Bader, Author of Python Tricks "There are a ton of books on Python which teach the language, but I haven't really come across anything that would go about explaining the internals to those curious minded." - Milan Patel, Vice President at (a major investment bank) "I can recommend CPython Internals to anyone who wants to get going with hacking on CPython." - Guido van Rossum, Creator of Python

Item description from the seller

About this seller

Michayla’s Market

88.9% positive feedback3.7K items sold

Joined Nov 2019
I decided to take on this side venture to help pay my way through Nurse practitioner school and to help my family. If ever you have any problems with anything if you will let me know I will do my best ...
See more

Detailed seller ratings

Average for the last 12 months
Accurate description
4.8
Reasonable shipping cost
4.3
Shipping speed
4.8
Communication
4.8

Seller feedback (940)

All ratings
Positive
Neutral
Negative
  • s***a (160)- Feedback left by buyer.
    Past year
    Verified purchase
    This seller went above and beyond with my purchase and I am so thankful! I shared that I have an upcoming anniversary in my note to the seller and this kind person wrote a sweet well wishes note to me on the package! They also, I know for sure, worked really hard to make sure that I got the item in time! I took a chance on ordering this wig and I am glad that I did because it is GORGEOUS! It's exactly what I was looking for at the price that I needed! Thank you seller! You are the best!
    Reply from: michev-2562- Feedback replied by seller michev-2562.- Feedback replied by seller michev-2562.
    I am so happy that you loved the wig! I hope you have a blessed anniversary and wish you many more! I know you will be gorgeous! Thank you so much for shopping with me and Many Blessings!
  • t***u (164)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Do not trust this seller. I paid for my order and it was not delivered within the promised timeframe. I’ve asked for clarification and received none. If this continues, I will be filing a formal fraud report. Buyers, be warned.
    Reply from: michev-2562- Feedback replied by seller michev-2562.- Feedback replied by seller michev-2562.
    I have been working to solve the tracking issue with this package. The item has been sent out and the tracking had not updated. I filed a claim with the post office and they have found the package and the tracking will be updated. We had a massive tornado just a few weeks ago where I live that wiped half of my town away. That has made things a little slower around here. On top of family emergencies. I do my best to do right by all of my customers and hope to be able to resolve this/all issues.
  • e***m (0)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    I haven't received this item. I was issued a refund because the item is lost in the mail. It is not been located at this point. Not the sellers fault. Stinks for both of us.

Product ratings and reviews

3.0
1 product ratings
  • 0 users rated this 5 out of 5 stars
  • 0 users rated this 4 out of 5 stars
  • 1 users rated this 3 out of 5 stars
  • 0 users rated this 2 out of 5 stars
  • 0 users rated this 1 out of 5 stars

Would recommend

Good value

Compelling content

Most relevant reviews

  • Not an easy read

    The first few chapters talk about building the Python compiler from open source code and how everything is based on the language 'C (which I know a log about).'. The last few chapters talked about how python handle memory (very interesting), debuggers, stacks, and a few other issues. I have over 30 Python books. I think the book was good for what it was but it was not what I was hoping/looking for.. I was hoping/looking for more internal stuff on how to improve my code by knowing the internals of Python and I really did not walk away with that knowledge. I did learn some things but I was looking for more about Python such as explanations about all the __stuff__ , why writing code this way vs that way, etc.

    Verified purchase: YesCondition: Pre-OwnedSold by: patrick_marigold_goods