DEV Community

Discussion on: Why learn Python? 5 advantages and disadvantages

Collapse
 
tzwel profile image
tzwel • Edited

why did you write this article using the form we, even if clearly you are the only one that wrote this article?

back to the topic, I want to strongly advise any beginner programmers against python, its interpreted nature makes it hell to distribute exes of your software to other people, you need a library and a lot of configuration to do that, and your file will be massively inflated in size

It's also absolute garbage for game developing, requiring you to use even more libraries that work questionably good. The code gets messy, and it's not worth to set up at all. As I said, try to distribute a game written in python to a larger audience, you won't

python just wasn't made for this. use it for automating tasks and scripting