Category Archives: Python

A new understanding on life

Note: This is a repost of a book outline with a new title and a little addition in the content. Our science so far hasn’t developed sufficiently to provide a proper understanding of human consciousness and development of human society. … Continue reading

1 Comment

Filed under About Software, Chan/Zen, Computer Software, Culture, Learning, life, Python, Social Software

Social consciousness, software, and our future society

Note: a newer version is available. Note: Based on my review of 2008 posts, I added more posts, and some introduction for the parts and chapters. I am thinking of publishing this as a book. I haven’t thought a good … Continue reading

2 Comments

Filed under About Software, Chan/Zen, Computer Software, Essay, Featured Essays, Learning, life, Python, Social Software

Python Design Philosophy and the Principle of Playing

Read of Python’s Design Philosophy on python Python’s BDFL’s blog. Below I quote those lines that clearly embodies the principle of playing. BTW, from that blog post, I can see why python succeeded where abc didn’t. Do one thing well … Continue reading

Leave a Comment

Filed under Programming, Python

Computer Science is Life Science

Computer Science (CS) is not a science of computers. CS is a science of life. It is a bridge to connect the physical science with human science. Here I take the word life as what is meant by C.A. (Christopher … Continue reading

4 Comments

Filed under About Software, Chan/Zen, Computer Software, Essay, Featured Essays, Programming, Python, Social Software

Software programming for everybody

When software programming is made so easy, it is a revolution. I am referring to python and its web frameworks. Programming with python is like writing articles. Instead of writing things down, I just write them into software directly. In … Continue reading

1 Comment

Filed under About Software, Programming, Python, Social Software

Future organizations’ education responsibilities

Note: I was talking with a friend about the future of education tonight. During the conversation, I mentioned a little what I think of future organization’s education responsibilities.  I thought it would be helpful to post these thoughts here. In … Continue reading

Leave a Comment

Filed under Python, Social Software, unschooling

Python resources for beginners

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 … Continue reading

Leave a Comment

Filed under Computer Software, Programming, Python