#576 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Beginning Game Development with Python and Pygame: From Novice to Professional (Beginning From Novice to Professional)

Sentiment score: 5
Reddit mentions: 7

We found 7 Reddit mentions of Beginning Game Development with Python and Pygame: From Novice to Professional (Beginning From Novice to Professional). Here are the top ones.

Beginning Game Development with Python and Pygame: From Novice to Professional (Beginning From Novice to Professional)
Buying options
View on Amazon.com
or
Specs:
Height9.25 Inches
Length7.52 Inches
Number of items1
Weight1.75928885076 Pounds
Width0.78 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 7 comments on Beginning Game Development with Python and Pygame: From Novice to Professional (Beginning From Novice to Professional):

u/[deleted] · 5 pointsr/Python

I recommend this guy for any starter on Python/PyGame. He teaches a lot of game basics like how to use vectors, and from there you can apply it to a spaceship game.

Other than that, take a look at some examples already existing on PyGame itself. It's good to look at other people's code and see what can be learned. There's also some code under the cookbook that you can check out for additional reading.

u/Keui · 2 pointsr/gamedev

> What would you recommend to a total newcomer who knows 0% programming, but would love to learn?

Python has been suggested. I found this book informative and fairly complete (from not-a-programmer to 3D in a few hundred pages).

From there, it depends on what he finds he likes of that experience. If he really likes the programming aspect, you could toss him in head first to C++ or get him into a easier start with Java (Slick2D (website currently down, hopefully temporarily) or JME would further smooth his acclimation to Java, FWIW). Maybe he really likes the game dev itself more, in which case Unity is probably a great option (no experience personally, but the community is ostensibly large and Unity itself conducive to easy game dev).

u/Scoutdrago3 · 2 pointsr/pcmasterrace

Heres some book I have bought in the past on Programming. You can just download a PDF/e-reader file if you dont want to spend the money, but I would recommend supporting the author.

Programming:

Python Game Developement

Pro Python

Java For Dummies

How to Program Java

Networking:

Networking All-In-One

Networking: A Beginner's Guide

General:

Computer Repair with Diagnostic Flowcharts

Code: The Hidden Language of Computer Hardware and Software

u/DarkFlame7 · 1 pointr/MyLittleFriends

Well I started with Python, which there is an ABUNDANCE of tutorials for. I also used pygame. The tutorials for pygame are slightly less common and useful, but I initially learned the basics with a book.

u/OmegaVesko · 1 pointr/Python

Thanks! I've already started reading Beginning Game Development with Python and Pygame, but those look interesting too.

u/motdidr · 1 pointr/programming

Unfortunately no. I haven't read any python books, except for a "Game Programming with Python and Pygame" (this one I think: http://www.amazon.com/Beginning-Game-Development-Python-Pygame/dp/1590598725). It was a decent-enough book but I don't remember whether the "python" portions taught you to be "pythonic" or not.

If you already know how to program, something like Project Euler is interesting because if you go and look up solutions to the problems in python, you'll find a lot of really neat uses of idiomatic python, generally involving their lists/collections. That's really the only thing I used when "learning" python, and truthfully I haven't really used it much in the last few years so I've probably forgotten a lot.