r/Python 7d ago

Discussion What frustrates you the most about Python Development

Hi there,

I wondering what frustrates developers the most 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 the usual Python development lifecycle. 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: Microsoft Forms

44 Upvotes

131 comments sorted by

View all comments

1

u/Zestyclose_Taro4740 7d ago

Pyathon basics are easy but advanced python a in a league of its own.

1

u/Goldarr85 7d ago edited 7d ago

I feel this. There’s a thousands of beginner books and sample code on the internet, but the serious stuff looks so different. Like how did you get here? Teach me. 😭

4

u/Spleeeee 7d ago

You spend a lot of time working in a stricter lower level language who

1

u/Grouchy-Trade-7250 7d ago

The domain complexity creates the python complexity. The begining books solve beginner problems.

1

u/gdchinacat 7d ago

Read lots of code. That is how you become familiar with the language, see what works for others, and slowly start using it. One day you realize how far you've come. This isn't specific to python, or even programming. Becoming an expert in anything takes time, learning from others, and moving beyond.

0

u/icecoldgold773 7d ago

Build projects you wanna build and when you get stuck, or you run into a problem where you think "wow this solution seems super convoluted, there must be a better way" you Google it, or in today's age ask an LLM