Turning a Python app into a real product feels harder than writing the code

Posted by Haunting-Shower1654@reddit | Python | View on Reddit | 50 comments

In Python, the actual app construction usually feels pretty straightforward. The hard part starts when you try to turn it into something real people can actually use.

Things like packaging, updates, installers, compatibility issues, access control, managing different systems etc. take a lot longer than I thought they would.

At first, I thought the hard part was finishing the code. But now it feels like everything afterwards is a whole new ball game.

Curious if anyone else who builds Python apps has felt the same.