my son's having some fun doing very basic python coding so I thought I'd ask for any recommended python 101/for dummy's links.
my son's having some fun doing very basic python coding so I thought I'd ask for any recommended python 101/for dummy's links.
heh, looks like ppl don't like going near the back end, and python's as popular as syphilis around here. I'll tell him that he'll have to do what the rest of us do - search and conquer.
If he hasn't already, check out Mark Pilgrim's Dive into Python. Book is available to read online: diveintopython.org/
Nice primer. Been a while since it was out but the majority of information, as far as I can recall, is valid.
Django is Python's answer to Ruby on Rails. Lots of cool stuff in the source to learn from.
IronPython (python for silverlight/dot net) book's first chapter can be found here...
manning.com/foord/meap_foordch1.pdf
there is also a forum where you can get source code for other chapters.
Basically in the future you will be able to use a dynamic language with standard windows type interface without getting bogged down in all the windows inner workings. But maybe at the moment this does not really qualify as 101 reading, but if you want to write a window or fancy web app with python then it is worth exploring.
awaretek.com/
It isn't exactly pretty, but it's loaded with python stuff. He also has a podcast that's really well done.