I was having a chat with a dear friend about a couple coding styles, known as EAFP and LBYL. (more…)
Read more »
Attempt to guess requirements.txt modules versions based on Git history - GitHub - J3rome/py-requirements-guesser: Attempt to guess requirements.txt modules versions based on Git history... (more…)
Read more »
In software, it's said that all abstractions are leaky, and this is true for the Jupyter notebook as it is for any other software.
I most often see this manifest itself with the following issue: (more…)
Read more »
Pure Python spell-checker, (almost) full port of Hunspell - zverok/spylls... (more…)
Read more »