Tag Archives: book

free python books A very nice website about free python books: pythonbooks.revolunet.com Some  books are only free to look at / to download, but some books are properly creative commons licensed. ThePythonGameBook.com itself is not (yet) listed there, but i like the … Continue reading

Link | Posted on by | Tagged , , | Leave a comment

Think Python

Good news, everyone: there is a nice, creative-commons licensed ( cc-by-nc ) book about python, even with a python3 version: Think Python: http://www.greenteapress.com/thinkpython/. From the author of “How to think like a computer scientist”, Allen B. Downey. He initially wrote … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

free python3 book

Another free python3 tutorial book is online: http://beastie.cs.ua.edu/cs150/book/index.html

Posted in Uncategorized | Tagged , , | Leave a comment

new pages

Found time to work on new sites (wiki pages) of my Python Game Book. Have lot’s of ideas for re-working already existing pages and improving nearly all code examples. Click on the images to go directly to the new pages.

Posted in Uncategorized | Tagged , , , , | Leave a comment

Book presentation: computer science for Kids by André Lessa

I was so impressed by this free book from André Lessa that i did a promo video for him. His code examples are abstract, but he use python syntax. André’s Homepage: http://www.lesaaworld.com/kids More Videos (mostly in german language) can be … Continue reading

| Tagged , , , | Leave a comment

First public reading from The Python Game Book

Vienna, 17. Feb. 2010: The first public reading directly from The Python Game Book took place during my talk about programming with Pygame at a meeting of the PYUGAT (Python User Group Austria) in Vienna‘s famous hackerspace, the Metalab. My … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , | Leave a comment

code line by line discussion: better layout

Responding to critique from users of the german pythonforum i changed the layout of the code “line by line” discussion. The old layout (a table with comments left and the code lines right) was very ugly at low screen resolutions … Continue reading

| Tagged | Leave a comment

pythongamebook part 2: first pygame examples uploaded

The good news: i uploaded the first set of pygame examples into The Python Game Book: http://www.spielend-programmieren.at/pythongamebook/doku.php?id=en:part2:step001 The bad news: i have not yet cleaned up several of the errors in part 1 (python). Also explaining text and code discussion … Continue reading

| Tagged , | Leave a comment

one page written

I can proudly announce that at least one page of my book is ready: http://www.spielend-programmieren.at/pythongamebook/doku.php?id=en:part1:step002 and several other pages are at least created, like the English start / overview page: http://www.spielend-programmieren.at/pythongamebook/doku.php?id=en:start Note that the url’s are not final, please do … Continue reading

| Tagged | Leave a comment

why open source ?

Added some minor pages, the most recent is Why open-source and needs some proof-reading from an legal expert. Also i noted that my provider forward the url WWW.PYGAMEBOOK.COM inside an invisible frameset to the “real” url, meaning that it was … Continue reading

| Tagged , | Leave a comment