This summer I worked on my first substantial research project in Python. I’ve used Python for a number of small projects before, but this was the first time that it was important for me to have an efficient workflow for working with many models at once. I... (more…)
Read more »
An argument that Jupyter Notebooks are flawed and the world needs a successor. - samuelcolvin/notbook... (more…)
Read more »
Fynx is a signal-based, lightweight library inspired by MobX that simplifies reactive state management in Python. It auto-syncs application data upon changes, no boilerplate needed. - off-by-some/fynx... (more…)
Read more »
Some Linux distributions (like Alpine and Arch Linux) are shipping something called “python bytecode” in their packages. It’s stored in .pyc files and is generated during the package build. They’re stored in __pycache__ folders and can be seen here: (more…)
Read more »
Simple educational python Snake game created with PySide6 and Qt framework - gudarzi/QtSnake... (more…)
Read more »