0
Which one is better
If I want to become a game developer should I start with python or java
11 ответов
+ 4
The Python programming language is a great place to start if you're a complete beginner to coding. It's readable for non-programmers, and PyGame makes it easy to start developing simple games. Additionally, learning Python makes it easier to switch to Godot, which is becoming increasingly popular. Learning Python will make learning many other languages easier. So you can pick up Java afterwards if you find Python isn't able to give you the results that you want.
+ 3
Mohmmed Elhadi actually JavaScript or more advanced cpp is usually the direction most game developers pursue but as to your question Java.
+ 3
BroFar There are many different languages to use for game development. However the language you choose depends on the game engine of choice. And the device you want to publish the game to.
+ 2
none Mohmmed Elhadi
https://www.sololearn.com/discuss/2609239/?ref=app
https://www.sololearn.com/discuss/1754600/?ref=app
https://www.sololearn.com/discuss/159733/?ref=app
https://www.sololearn.com/discuss/701603/?ref=app
https://www.sololearn.com/discuss/1233403/?ref=app
https://www.sololearn.com/discuss/1262303/?ref=app
https://www.sololearn.com/discuss/741702/?ref=app
https://www.sololearn.com/discuss/1878194/?ref=app
https://www.sololearn.com/discuss/2960978/?ref=app
+ 1
What the relation between java and JavaScript
+ 1
Chris Coder absolutely..
+ 1
Both them are good in gaming but the recommendation for gaming is to use unity and there we can use c# only. So better to go for it
0
Java
0
Java is better in this aspect.
0
I would say java because java is strictly typed based
What do i mean by this?
You need to assign type of variable to a variable for example int,float and double.
The other reason is because java help you to have a better foundation on OOP(Object oriented programmming) which will help you pick up other programming languages eaisly such as C# and kotlin etc
0
I personally like Python, as i am a beginner, but i haven’t tried Java. Python is good if you want to start to learn coding, but my friend says Java is better for intermediate coders. It’s really up to you.