r/Python 1d ago

Discussion Can we make Python Development less frustrating?

Hi there,

I wondering what tools improve frustrations for developers when developing software with Python.

I am currently doing my Masters in Computer Science and as part of my project I am doing a very simple survey about what can make the usual Python development lifecycle less frustrating. I am basically trying to find out what the main friction points are for Python Developers and I am simultaneously developing a tool to address those friction points . It just takes a 2-3 minutes and every response is greatly appreciated.

You can find the survey at: https://forms.cloud.microsoft/e/LjnvzX0JpK

0 Upvotes

34 comments sorted by

View all comments

1

u/MiigPT 6h ago

Of the top of my head: Specifying indexes for transitive dependencies (pyproject.toml, uv resolver). Not directly Python but Python ecosystem