The GnuVision Blog

Free Software for a Free Society

The GnuVision Blog header image 4

Entries Tagged as 'Python Book'

A binary sequence

February 4th, 2008 · No Comments

Playing with number series can be fun - even binary numbers can form interesting patterns!

[0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1,
1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0,
0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, […]

[Read more →]

Tags: Book writing · Mathematics · Python Book

Book updates

January 27th, 2008 · No Comments

PyNeko has been extended a little bit - now, we can build walls between cells.

Check out this link

I have introduced the first Python keyword, `def’ in chapter 5 (neko learns some new tricks). Now, it is time to introduce variables and iteration. The variables-as-name-tags approach (rather than values-in-boxes) seems to be better, as […]

[Read more →]

Tags: Atmel AVR · Book writing · Python · Python Book

Python Book update

January 19th, 2008 · No Comments

Added one more small chapter.
Check out:
http://gnuvision.com/books/pybook

[Read more →]

Tags: Education · Python Book