Cristian Strat pfp
Cristian Strat
@c
What's the best organized modern open-source Python codebase you know?
2 replies
0 recast
0 reaction

Cristian Strat pfp
Cristian Strat
@c
What are some of the most useful tools available today for improving and maintaining the quality of a Python codebase?
1 reply
0 recast
0 reaction

Nicholas Charriere pfp
Nicholas Charriere
@pushix
I personally like opinionated linters (so black) + pipenv for deps management (I know poetry has also gained in popularity for that).
1 reply
0 recast
0 reaction

Cristian Strat pfp
Cristian Strat
@c
I love `black`! It's the gofmt/rustfmt of Python. Is `pipenv` better than the built-in `venv`?
1 reply
0 recast
0 reaction

Nicholas Charriere pfp
Nicholas Charriere
@pushix
I think poetry is better still but yes. It’s a package locking library
0 reply
0 recast
0 reaction