在昨早乘巴士上班時,遇到一件小小爭執。看來在這麼擁擠的巴士上,始終有壓力未解決。
在巴士下層面對面的位置裏,我坐在靠窗的位置,右手邊坐了一位要上學的小朋友 (應該是小學生),負責照顧他上學的外傭工人則坐在
在昨早乘巴士上班時,遇到一件小小爭執。看來在這麼擁擠的巴士上,始終有壓力未解決。
在巴士下層面對面的位置裏,我坐在靠窗的位置,右手邊坐了一位要上學的小朋友 (應該是小學生),負責照顧他上學的外傭工人則坐在
Non-Errors is anice catalog of things that aren't English usage errors, even though alot of people tend to think that they are. Since I do any number of themI find this reassuring, and it's amusing to see just how old some ofthese perfectly proper usages turn out to be.
(From Daring Fireball .)
My attempts to write a general 'why I like Python' entry to answer arecent comment have floundered completely. However, part of the answeris in the reasons why I like Python more than Perl, and I came up with asummary of that back when I started programming in Python (and still hada copy of it, once I could find it).
The three problems I have with Perl that Python deals with are:

Freedom
Document Centric isabout the disconnect between relational databases and regular users, andwhy people keep stuffing data into spreadsheets and the like instead of'real' databases.
(They do. Joel Spolsky has written about the Excel team's surpriseat finding this out about how real users used Excel.)
(From Carlos de la Guardia .)
One of the things I like about the Python interpreter is thatit is just about right for doing little system behavior tests,like how various systems handled a TCP port binding issue . This is because Python islow level enough to be relatively close to the actual system, so you canbe pretty sure that what you're seeing isn't Python-specific behavior,while at the same time being high level enough that you can do the testsin a couple of lines.
Strictly speaking you don't need