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
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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 sizeIt'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