Originally posted by Turbine
View Post
I like Python for small scripts, and there are things that I like about Python, it is neat for prototype, algorithms and as pseudocode, but I would hate to use it for large projects.
I think the the type hinting is confusing, and the distincion between class instance fields and static fields aren't obvious, and don't like that there is no async HTTP client in the standard library, doing async things is more complicated than it needs to be, it is much easier in C# and JavaScript, and I don't like that the standard JSON module cannot deserialize JSON into a class.
Leave a comment: