(no title)
joss82 | 2 years ago
I started doing Python 15 years ago for game development (using Pygame) and it was fairly good at it. At least for prototype, side-project games. Coming from C, the syntax wasn't hard to grasp.
Then I tried it for web, coming from PHP. It was good at it too. I could reuse some of what I learnt in the previous step.
Same for AI, now I can dig into it and only learn the AI part. I don't have to learn yet another new language. And it does the job here too.
Python won because it has the least amount of friction at every step.
No comments yet.