Lastest Posts | 最新文章

Python Notes: Context management

Python supports context management. Which often used when handling resources, for example, file, network connection. With statement helps make sure the resources are cleaned up or released. There are two major functions for context management: __enter__ and __exit__.

read more

Python Notes: Closure

The following is an example of python closure. def outer_function(outter_arg): closure_var = outter_arg def inner_function(inner_arg): print("{} {}".format(closure_var, inner_arg)) return inner_function # Usage of a python closure closure_func = outer_function("X")...

read more

《人类文化的起源》书评

为什么不同国家不同地区的文化相差如此之大?为什么当代的文化与古代甚至近代的文化这么不同?文化的演进是完全随机的吗?还是说存在着某种共同的推动力量?马文-哈里斯试图在《人类文化的起源》一书中回答这个问题。他认为,人口压力带来的生产强化是解释这个问题的关键。

read more

Economics & Financial Market | 经济与金融

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

Computer Science & Software | 计算机与软件

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

Humanities, Society & Art | 人文、社会与艺术

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

Professional Development | 职业发展

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

Personal Growth | 个人成长

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.