2014年10月24日

今天是1024,程序员节。

摘要: 世界上最遥远的距离,是我在if里,你在else里,似乎一直相伴又永远分离;世界上最痴心的等待,是我当case,你是switch,或许永远都选不上 自己;世界上最真情的相依,是你在try,我在catch。无论你发神马脾气,我都默默承受,静静处理。到那时,再来期待我们的finally !hello wo... 阅读全文

posted @ 2014-10-24 18:16 ukouryou 阅读(192) 评论(0) 推荐(1) 编辑

Python resource

摘要: https://docs.python.org/3/tutorial/index.htmlhttps://docs.python.org/3/library/index.html#https://docs.python.org/3/reference/index.htmlhttp://blog.cs... 阅读全文

posted @ 2014-10-24 18:09 ukouryou 阅读(306) 评论(0) 推荐(0) 编辑

Python3 tutorial day5

摘要: Standard LibraryOSimport osos.getcwd()os.chdir("/home/andy")os.system("mkdir today")>>> import shutil>>> dir(shutil)['Error', 'ExecError', 'ReadError'... 阅读全文

posted @ 2014-10-24 18:07 ukouryou 阅读(120) 评论(0) 推荐(0) 编辑

导航