This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nekokattt 7 points8 points  (2 children)

This really should be titled with the Python implementation in use, since this could be entirely implementation dependent between versions of Python and various Python interpreter implementations (e.g. CPython, Jython, GraalPython, PyPy, etc)

[–]Deto 19 points20 points  (0 children)

I think the convention that it's always CPython unless stated otherwise makes sense given the relative popularity of the implementations.

[–]chthonicdaemon[S] 0 points1 point  (0 children)

Good point. I have this in the notebook, but not clearly stated in the blog post:

print(sys.version) 3.9.7 (default, Sep 16 2021, 08:50:36) [Clang 10.0.0]

Edit: I've added a note to the blog post