Is python good for game developmen t?

wel i am just a new letrner i have bit of knowledge of java but recently i started leaning python too!!
is this languiage use full for my game developmet ?
please guide me with proper book to which could refer and master it
just want toi becopme a game developer and a hardoce software developer
please guide me with proper opinios and guidence !!!

Yea, it’s fine for basic games and the language is very approachable, which is what you want at this stage:

For beginners:

http://inventwithpython.com/invent4thed/

Then this is the most widely-used game framework for Python:

https://www.pygame.org

And here is a list of games to clone:

http://inventwithpython.com/blog/2012/02/20/i-need-practice-programming-49-ideas-for-game-clones-to-code/

2 Likes