< published January 05, 2017

Problems I Have With Python


I’ve been using Python for about 10 years now. I love the language as much as I can any, and for the most part I enjoy writing in it – and reading it.

However, despite its qualities it also shares quite a few massive flaws that slow me down and make me groan and sigh while attempting to solve problems in it. These are obvious flaws in design, in my opinion, that warrant re-looking at, but to which no real improvements are being made for some reason. (Incompetence? Politics? Both? Who knows.)

There are some languages (such as Coconut) which transpile to Python, but I argue that I should not have to build a better language on top of an already decent one.

Why can’t Python accept some fairly sane changes and improve its experience throughout? Things other languages have and are well-received? Remove inconsistencies, and add useful features? Is that not what a growing languages aspires to – or should?

With that in mind, here are some of the common issues I have with Python. Remember that it’s a matter of opinion, although they stem from experience. Without further ado:


All original content on this blog is licensed under CC BY-NC-SA 2.0. Support free information.