This is a tool that for writing AST-based refactorings for large Python codebases. It uses lib2to3 to convert source code to an AST, run a visitor over it that modifies the tree, and convert the tree back into source code. (more…)
Read more »
Python package to communicate with Wii U/3DS/Switch servers - Kinnay/NintendoClients... (more…)
Read more »
Taking a brief look at some less known modules from the Standard Library. (more…)
Read more »
Lex Fridman Podcast full episode: https://www.youtube.com/watch?v=-DVyjdw4t9IPlease support this podcast by checking out our sponsors:- GiveDirectly: https:/... (more…)
Read more »
In this tutorial we'll dive in Topic Mining. We'll analyze a dataset of newsfeed extracted from more than 60 sources. We'll show how to process it, analyze it and extract visual clusters from it. We'll be using great python tools for interactive visualiza... (more…)
Read more »