Explore >> Select a destination


You are here

adamj.eu
| | hackycode.com
3.7 parsecs away

Travel
| | The Problem I was recently working on a project and decided to use Tortoise ORM. I appreciated the small footprint, ease of use, and the first class async support. However, I was disappointed to find that it didn't support parameter hints when creating an instance of a model. The IDE only shows **kwargs when creating a Tortoise ORM model instance Working Towards a Solution Libraries like PyDantic and msgspec already support this feature, so I knew it must be possible.
| | nickdrozd.github.io
3.7 parsecs away

Travel
| | Mypy is a typechecker for Python. It's not the official typechecker for Python. There is no official typechecker. But Mypy seems to be the official-est. I use it, and it's mostly pretty great.
| | yotam.net
2.3 parsecs away

Travel
| | A blog about free software and programming
| | www.markusdosch.com
24.7 parsecs away

Travel
| With the Windows Subsystem for Linux (WSL & WSL2), Microsoft has brought a full Linux environment to Windows. I'll show some tips and tricks, so software development on the WSL2 becomes even more fun!