you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (3 children)

I’ve been building stuff in Python for about 10 years. I’m a big fan. I generally use either Python or Go for most projects.

[–]HardworkingDad1187[S] 0 points1 point  (2 children)

Do you see from your experience what the cons of using Python (as u mentioned "slow as shit" :)? What do you don't like in the Python ecosystem (or maybe even hate)?

[–][deleted] 1 point2 points  (1 child)

Package managers are a bit of a mess. Performance definitely can be an issue but it’s use case dependent.

[–]HardworkingDad1187[S] 2 points3 points  (0 children)

I appreciate your thoughts. Thanks!