How to Think Like a Computer Scientist(openbookproject.net)
openbookproject.net
How to Think Like a Computer Scientist
http://openbookproject.net/thinkcs/python/english2e/
4 comments
Thanks, you got me interested. There's a free PDF of "The Little Book of Semaphores" by Allen Downey (and a video) here:
http://greenteapress.com/semaphores/
http://greenteapress.com/semaphores/
It's a good introduction to Python for those who cannot yet program. I recommend it to the economists who want to use my Python experimental economics user interface library, and they usually like it.
Check this out too
http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
http://www.greenteapress.com/thinkpython/thinkpython.html
Downing has a bunch of good stuff; his text on concurrency is good too.