| in blog | Django News |
|---|---|
| original entry | Django News - A New Django Fellow - Aug 15th 2025 |
Eric Matthes, author of Python Crash Course, covers this common question in his most recent "Mostly Python" newsletter. He shows how to clean up old pyenv and Homebrew Pythons in favor of adopting uv to install and manage Python interpreters and virtual environments.
Use the eventsourcing Python package to learn Event, Aggregate, and Application patterns, then apply event sourcing to Django app domain logic with minimal infrastructure.
It's easy to combine functools.lru_cache with Django signals to get a good memoization pattern on Django ORM queries.