Explore >> Select a destination


You are here

lanziani.com
| | davidbieber.com
6.2 parsecs away

Travel
| | Automatically generate CLIs from Python objects.
| | donsz.nl
12.2 parsecs away

Travel
| | Over the past week I've been trying to understand rust's incremental compilation model by implementing it myself. The one inside [rustc](https://rustc-dev-guide.rust-lang.org/queries/incremental-compilation.html) is already very well documented, but the implementation lives inside of a giant compiler. Maybe this is a little more accessible to you!
| | humberto.io
18.9 parsecs away

Travel
| | Discover pipx! An awesome Python library to keep your Python tools safe, updated, and organized
| | www.ethanrosenthal.com
71.0 parsecs away

Travel
| I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent.