One of the problems we tackled here at my university is one as old as
the modern Romanian language. It is a problem for linguists, as well as
for foreigners trying to learn the language. We call it the root
alternations problem.
Similar to French and other languages, Romanian verbs …
When plotting multiple subplots using matplotlib, the axes rarely look
pretty with the default configuration. Since matplotlib figures are
abstract objects, designed for consistency in print as well as on
screen, tweaking their layout can get tricky.
Today, I spent more than two hours trying to figure out why, despite
things working out fine in my development scikits.learn folder,
python setup.py install would completely ignore the module I
refactored into a subpackage.
I imagined that simply adding it to the parent __init__.py __all__
attribute …