Nothing forecasts the future of a programming language better than the epos of its community. For Python, one word dominates the discussions of the past few years: performance. (more…)
Read more »
Delbot understands your voice commands, searches news and knowledge sources, and summarizes and reads out content to you. (more…)
Read more »
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 »
Pytest has a lot of features, but not many best-practice guides. Here’s a list of the 5 most impactful best-practices we’ve discovered at NerdWallet. At NerdWallet, we have a lot… (more…)
Read more »