Hacker News new | ask | show | jobs
by ericflo 5200 days ago
I didn't get a chance to see this at PyCon, but wow, this video really helped me understand some of the fundamentals of PyPy. (For example, I had no idea it didn't have a parser, and instead only acts on the intermediate representation of Python bytecode.)

Also, David Beazley has a great way of making difficult concepts approachable.