Russell Keith Magee How to write a Python transpiler PyCon 2017
PyCon 2017
0:00 / 0:00
Russell Keith Magee How to write a Python transpiler PyCon 2017
9 186 просмотров · 9 лет назад
PyCon 2017
19,6 тыс. подписчиков
9 186 просмотров · 9 лет назад
"Speaker: Russell Keith-Magee
We all know Python is a powerful and expressive programming language. What you may not know is how much of the internals of Python itself is exposed for you to use and manipulate.
In this talk, you'll be introduced to the tools and libraries Python provides to manipulate the compilation and execution of Python code. You will also see how you can use those tools to target execution environments other than the CPython virtual machine.
Slides can be found at: https://speakerdeck.com/pycon2017 and https://github.com/PyCon/2017-slides"