We introduce a new type of programming challenge called programming puzzles,
as an objective and comprehensive evaluation of program synthesis, and release
an open-source dataset of Python Programming Puzzles (P3). Each puzzle is
defined by a short Python... (more…)
Read more »
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source. (more…)
Read more »
An object database with zero dependencies in less than 100 lines of Python. - GitHub - shanebellone/ObjectiveDB: An object database with zero dependencies in less than 100 lines of Python. (more…)
Read more »
What if mypy could warn you about possible problems at "compile time"? In this article I share a little trick to get mypy to fail when a value in an enumeration type is left unhandled. (more…)
Read more »
A function decorator, that rewrites the bytecode, to enable goto in Python - GitHub - snoack/python-goto: A function decorator, that rewrites the bytecode, to enable goto in Python... (more…)
Read more »