#152: Understanding and using Python's AST

Published: Feb. 23, 2018, 8 a.m.

b'Have you heard about ASTs? Maybe that was in the context of compilers or parsers? They are an powerful data structure that we all use but often indirectly. They are just an, well, abstract idea to most of us.'