Monday, 15 March, 2010
Kudos have to go to Joe Ehrensberger for translating “Snake Wrangling for Kids” into German.
The completed edition of Schlangengerangel für Kinder was just released today. PDFs for Windows, Linux and Mac versions can be downloaded from the Google Code site (this link will take you directly to the downloads).
Au ja!
Saturday, 19 December, 2009
This is cool – SWFK was the top voted comment (option?) on a recent stack overflow discussion about programming for 11 year olds:
stackoverflow.com/…/which-programming-language-is-manageable-by-an-11-year-old-kid
There’s finally a German version in progress:
code.google.com/p/swfk-de/
Here’s a news group discussion about SWFK being used (at least in part) for a course on teaching Python:
archives.seul.org/schoolforge/…/msg00041.html
And finally, the book also made the list of beginner’s tools on the sugarlabs wiki:
wiki.sugarlabs.org/…/Resources
Chuffed.
Monday, 21 September, 2009
I was updating the SWFK project page with the total number of downloads (since I last updated it in March), and discovered that I’ve miscalculated the figure. I use awstats for my site, and usually just go through all the swfk-*.zip links for each month, using a calculator, to work out the sub-total, then add the downloads from the Google Code project page. However, this time I used a spreadsheet, and it appears as if I’ve previously missed a few thousand downloads. So while I thought the the grand total was around 16K, it looks like it’s actually in the region of 19K. Which is something like 18-20GB worth of data — a reasonably impressive figure, when I think about it.
Perhaps I’ll throw myself a party when I hit 20K…
Tuesday, 4 August, 2009
…or “Snake Wrangling for Kids in Spanish”, has just been released. Well done to José for getting it finished.
Download from the Google project page: http://code.google.com/p/swfk-es
Muy bueno! (I hope that’s right…
)
Monday, 27 July, 2009
That’s Snake Wrangling for Kids, in French for the linguistically challenged.
Congratulations to Michel for releasing the first non-English edition of SWFK. Awesome effort!
See the project downloads for version 0.0.1.
Spanish edition soon to follow (at least judging from the commits)…
Monday, 1 June, 2009
“Snake Wrangling for Kids” is now hosted at Google Code. This includes the Mercurial repository, with all image files (including the cover, which I felt was too large for my repo, but should be fine supported by Google’s BigTable…
).
Check out the new project page here: http://code.google.com/p/swfk.
Monday, 9 March, 2009
I’ve just uploaded the latest version of Snake Wrangling for Kids (verson 0.7.7). This fixes a few minor issues pointed about by readers, and updates the illustrations to higher quality versions (thanks to Michel W). I’ve also, rather belatedly, re-published (is that a word?) the printable version on Lulu.com, which can be found here. At the moment, only the Windows version is available. Once Python3 is *easily* available for Linux and Mac, I’ll add the printable editions for those platforms as well.
Tuesday, 30 December, 2008
A recent visit by Slashdotters (which I had no idea had happened until after the fact) finally tipped the download stats for SWFK over 10K. 11767 (at time of writing), to be exact.
I have no idea how that compares to ‘real’ books (i.e. stuff that is printed… or sold in fact), but it seems like a reasonably impressive number to me… at least, for an unmarketed, self-published effort.
Thanks for your support, and hopefully your kids are finding it useful.
Wednesday, 17 December, 2008
Slight problem with the 0.7.5 version of Snake Wrangling for Kids. My check script, which ran through 99% of the code samples in the book, wasn’t functioning quite as well as intended.
It’s now fixed (well better than it was), and I’ve hopefully tidied up a few loose ends. If anyone has downloaded a copy in the last few days (version 0.7.5), I suggest downloading again.
Wednesday, 10 December, 2008
I’ve updated “Snake Wrangling for Kids” to be compatible with Python 3. This mainly consisted of replacing “print blah” with “print(blah)”, fixing problems with range, and otherwise tidying up a few mistakes, errors, etc.
I’ve also taken the opportunity to replace the existing green-coloured code samples, with a plain black, larger font — apparently the green version didn’t print that well. Particularly on older lasers.
Both the new version, and the previous version for Python 2 are now available from the SWFK page.