0 reply
0 recast
2 reactions
3 replies
0 recast
5 reactions
1 reply
0 recast
1 reaction

i use backend python and i slightly prefer it to modern typescript (which has gotten much better but still kinda sucked for backend dev 2-3y ago)
imho it's more pleasant to read and write and it feels like a much cleaner codebase, every time
modern tools like uv + ruff fix many toolchain issues. typing is supported pretty well in many packages, and it's always optionally there, i use it lots.
npm ecosystem still has its issues as well, and this is just a feeling, but generally i trust any python package to "just work" even if the maintainer doesn't touch it in 5-10y, as opposed to 5-10mo from npm
i really like django framework, for the ORM (which many people hate? idgi) and built in auth and admin pages - it's nuts to me that nothing in JS comes close right now
im also currently a fan of a newish framework called mountaineer, which does python-backed SSR of tsx pages via rust bindings, like a fastapi nextjs replacement, it solves frontend/backend typing consistency and is fun to use (unlike nextjs) 2 replies
0 recast
0 reaction
1 reply
0 recast
0 reaction
1 reply
0 recast
1 reaction