Merge Python and JS code into one file that can be run in both languages. - EvanZhouDev/polycompiler... (more…)
Read more »
Description of the bug NixOS/nixpkgs#210452 OpenSSL 1.1 is flagged as insecure and will be removed for the next stable NixOS release as it's EOL 09/2023. I'm using sublime-text4 as primary editor (... (more…)
Read more »
I try to experiment with a lot of different technologies. I’ve found that having experience with a diverse set of concepts, languages, libraries, tools etc. leads to more robust thinking when trying to solve a problem. If you don’t know that somet...
Read more »
Python’s pickle
module is a very convenient way to serialize and de-serialize objects. It needs
no schema, and can handle arbitrary Python objects. But it has problems. This
post briefly explains the problems. (more…)
Read more »
Learn how to create a bar chart race in python using matplotlib and pandas. Automate the process with the new bar_chart_race python package. (more…)
Read more »