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

Refactoring Code With the Standard Library

Translations: en

Description

What if you could refactor your entire code base, safely and automatically? How much old code could you fix or replace if you didn't need to worry about updating every reference by hand? I'll show you how a concrete syntax tree (CST) can help you do just that using only the standard Python library.

Details

Improve this page