Penjee.com 's Blog

How to install pygame

Installing pygame can be tricky. The instructions here lead you through what you need to do.   Some pointers to reiterate: Pygame is very particular about the version of python. You need to have the same version of python that your pygame build  is targeted for.   The highlighted pygame build above is intended for python 2.5 32 … Continue reading How to install pygame →

Flowchart and Animation of while loop with if else

We are in the process of creating a unit on while loops with if/else (and soon if/elif/else) structures  in our latest python unit. The Goal is to start your penguin here : And to write a single loop to get to the fish, as shown in this animation     Or as a flow chart … Continue reading Flowchart and Animation of while loop with if else →

Computer Programming Gifs–all of em’

  Well, this isn’t all of our gifs, but it’s a smattering of them from each topic. You can always check out our top 5 programming gifs if you want a shorter version. 1) Pass by Value vs reference More on value vs reference   2)   Recursion Gifs Full article of Fibonacci with Java/Python code   … Continue reading Computer Programming Gifs–all of em’ →