Contribute Media
A thank you to everyone who makes this possible: Read More

Unspeakably Evil Hacks in Service of Marginally Improved Syntax

Description

One of Python's strengths as a dynamic language is its suite of powerful metaprogramming tools. What happens, however, when you want to move beyond the tools provided by "traditional" metaprogramming techniques? This talk will take the audience on a brief tour of projects and techniques that stretch the boundaries of what's possible in Python. ​ Abstract In this talk, we provide an introduction to several lesser-known techniques for hacking extending the functionality of Python. Along the way, we consider the costs (in clarity, portability, or otherwise) of employing nonstandard tools to work around limitations of Python.

Topics may include: - Runtime Bytecode Rewriting (https://github.com/llllllllll/codetransformer) - Hooking the Lexer with Custom Encodings (https://github.com/dropbox/pyxl) - Import Hooks (https://github.com/hylang/hy, http://cython.org/)

Bio: Scott Sanderson is an engineer at Quantopian, where he is responsible for the design of Quantopian's backtesting and research APIs. He is a core developer on the open source backtesting library Zipline, and he is a contributor to several projects in the PyData ecosystem, including IPython and the Jupyter Notebook. Scott graduated from Williams College in 2013 with bachelor's degrees in Mathematics and Philosophy.

https://speakerdeck.com/pybay2016/scott-sanderson-unspeakably-evil-hacks-in-service-of-marginally-improved-syntax-compile-time-python-programming

Details

Improve this page