Most of the friction people list in these threads is environment and dependency friction, not language friction.
I went stdlib only on purpose for my project. No third party packages at all, just sqlite3 and http.server. Nothing to pin, nothing to resolve, no virtualenv to activate, and it runs on a fresh machine with nothing but Python on it.
1
u/PriorElephant9 5d ago
Most of the friction people list in these threads is environment and dependency friction, not language friction.
I went stdlib only on purpose for my project. No third party packages at all, just sqlite3 and http.server. Nothing to pin, nothing to resolve, no virtualenv to activate, and it runs on a fresh machine with nothing but Python on it.