|
|
|
|
|
by saboot
3645 days ago
|
|
I never quite grasped the actual machinations of Python until I watched Philip Guo's lectures on Python internals. https://www.youtube.com/watch?v=LhadeL7_EIU It's a bit long, and definitely over several sittings, but I feel like I really understand Python better and relevant to the post, the complexities and tracking (frames, exceptions, objects, types, stacks, references) that occur behind the curtain which drive Python's slow native performance. |
|
I guess the latter, because PyPy performs a lot better I hear.