Fri 07 October 2011

Pygame Cheat Sheet

Posted by Al Sweigart in misc   

If you already know a bit of programming and Python, and want to get up to speed on the Pygame 2D game framework, here's a cheat sheet that you can look over. It implements a very short Pygame program covering most of Pygame's basic features.

Read more...




Sun 18 September 2011

Virtual Caesar Cipher Wheel program

Posted by Al Sweigart in misc   

The Caesar Cipher Wheel is a paper cutout that can be used to perform encryption and decryption in the Caesar Cipher. However, if you don't have a printer but do have Python and Pygame installed, you can use this Caesar Cipher Wheel program to rotate a virtual cipher disk instead.

Read more...




Wed 07 September 2011

Rough Drafts of My Next Two Books Are Available

Posted by Al Sweigart in misc   

I've decided to make the incomplete rough drafts of my next two Python books available.

Become a Codebreaker with Python

Making Graphical Games with Pygame

The emphasis is on "rough" and "incomplete", but I thought it would be better to give a preview of the direction I was going. These books are also available under a Creative Commons BY-NC-SA license like the first "Invent with Python" book.

Read more...