And web devs should use php or html… ofc
Best Coding Language?
I've coded a whole site on just php before, just so I could test the tcp payload injection
I used to code IOT with Arduino and that was the language I used. It is straightforward, but not that much syntax
Scratch and Python are two different things tho
If you actually look at a Python source code compared to a scratch source code you'd be surprised how much they are alike. Python is like a typed-out version of Scratch, that's why there is so much syntax
Hardcore developers or large teams making a triple AAA complex game should use C++. It is by far the most efficient and low level commonly used language which will help run advanced graphics and calculations without having as much lag.
Indie developers making games for fun should use python. It’s a lot easier, but is efficient enough to run basic simple games well. It’s a great introduction to programming in general as well.
Small teams trying to make a decent game should use C#. It’s in between python and C++ in terms of level, being more efficient than python but less than c++. It’s however much easier than C++, making it likely faster to code in.