What’s the thing you hate the most in Python?

sonnk

Nguyen Kim Son

Posted on September 27, 2019

What’s the thing you hate the most in Python?

Don’t take me wrong, I use Python in most of my projects and Python is my most loved language. But sometimes it still drives me crazy... Some of the things that I’d love to see major changes in Python:

  • import system: import cycle happens to all Python devs I know and until now there’s still no solution or even an official way to organize modules to avoid this problem.

  • pip/pipenv/pip-tools/setup.py/... : a Python developer doesn’t need to worry about which tool works best for managing dependencies, there should be only one official way to do it.

So what is the thing that bothers you the most in Python?

💖 💪 🙅 🚩
sonnk
Nguyen Kim Son

Posted on September 27, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related