I really enjoyed Classic Computer Science Problems in Python by David Kopec. It covers many different problems I hadn’t read detailed explanations of before. For example: neural networks, con… (more…)
Read more »
It is now time to organize/refactor our code! When you begin, this is a strange process since the final code does the same as before. However, refactoring is the only way to create a code easy to maintain and expand. … Continue reading →... (more…)
Read more »
The FAT Python project was started by Victor Stinner in October 2015 to try to solve issues of previous attempts of “static optimizers” for… (more…)
Read more »
Learn how to change CPython internals to accept new syntax and features. This post adds a Ruby feature to Python by changing its source code. (more…)
Read more »
Python library for creating PEG parsers. Contribute to pyparsing/pyparsing development by creating an account on GitHub. (more…)
Read more »