MusicTools - Python library with tools to download, label and sort music files. (more…)
Read more »
Thanks to the article “Your Makefiles are wrong” it really dawned on me that Makefile can run any interpreter, not just sh or bash:
The key message here, of course, is to choose a specific shell. If you’d rather use ZSH, or Python or Node for that matter,... (more…)
Read more »
Every time you create an instance of a class in Python, you are using up some memory–including overhead that might actually be larger than the data you care about. Create a million objects, and you have a million times the overhead. And that overhead can ... (more…)
Read more »
Dear mpv community,
I and @8lurry are excited to introduce Python scripting support for mpv through python-embed. With this PR merged, you can use Python for scripting in mpv just how you can use L... (more…)
Read more »
SeleniumBase Chart Maker allows you to create HTML charts with Python. (HighCharts JS is used for drawing the charts.)... (more…)
Read more »