In this game of high adventure, your objective is to travel 200 miles across the great Gobi Desert while being chased by a tribe of knock-kneed pygmies. High adventure, indeed!
Category: code
One does not simply learn how to Code
Get comfortable with abstraction. If you try to understand how everything works, you’ll get nothing done. pic.twitter.com/jfsXtdIySk
— Quincy Larson (@ossia) February 12, 2015
Web Design Resources
Free Resources for Learning Python
A short, but hopefully growing list of free online resources that may help you learn Python. The default for these links is Python 3, unless noted.
Tutorials and Books
- Program Arcade Games with Python and Pygame
- Learn Python the Hard Way
- Learn X in Y Minutes (where X=python3)
- How to Think Like a Computer Scientist
- Full Stack Python
- The Python Tutorial
- Test-Driven Development with Python
- learnpython.org
Videos
- Berkeley EE61A – Computer Science
- TheNewBoston (Python 2)
Python or bust!
And so after months of harping about how great it would be to switch from DarkBASIC to Python in my game design classes, the time has come to put up or shut up and start designing the class itself. It will be split in two, starting with Python and ending with JavaScript.
Now to figure out how all this is going to work…