#152: Understanding and using Python's AST

Talk Python To Me

Episode | Podcast

Date: Fri, 23 Feb 2018 00:00:00 -0800

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.