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, […]
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, […]
Tags: Book writing · Mathematics · Python Book
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 […]
Tags: Atmel AVR · Book writing · Python · Python Book