dev
7 posts
uv looks like a very promising new python package manager. Its fast, does global python tool installs, and has sensible defaults.
The only downside against conda is that uv only installs python tools, while conda can install other apps and tools.
- AWS Summit 2026 Sydneynotes and some cents from attending AWS Sydney
- Vercel x OpenAI in Sydneynotes taken during/after this meetup
python-dotenv makes it easy to read in secrets from env or a
.envfile in the project folder.from dotenv import load_dotenv load_dotenv() # take environment variables- PyCon Australia 2019Notes for PyconAU 2019.
- Googles Best Practices for ML Engineeringmy read through notes on googles ml guide
- fastai Practical Deep Learning For Coders, Part 1, 2018notes taken during/after this meetup