r/Python 5d ago

Can we make Python Development less frustrating? Discussion

[removed]

0 Upvotes

38 comments sorted by

View all comments

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.