Where are we going? How do we understand human history? How do we understand our current trend, especially changes brought out by software and web?
There are a lot of economic theories. There are a lot of ideologies, religions based on whether human nature is selfish or altruistic. In China, in the recent decades, people realize [...]
Archive for March, 2008
Build a better playground
Posted in Essay, Featured Essays, Grassroots on March 20, 2008 | 4 Comments »
Python resources for beginners
Posted in Computer Software, Programming, Python on March 18, 2008 | Leave a Comment »
Here are some python tutorials:
http://swaroopch.info/text/Byte_of_Python:Main_Page (very simple introduction to python, very good for beginners)
http://www.python.org/doc/current/tut/tut.html (a classic tutorial written by python’s author, very well-written tutorial, highly recommended)
Some free books: http://diveintopython.org/
Python is very easy to learn. The best thing of python is that you can play with it. You can play with [...]