上年沒有去的 BarcampHK ,今年終於有去了,可是星期六上午要工作,下午才能到。我聽了:
Open Source + Microsoft
剛剛到達,此時已是 Q&A 時間,所以聽不出所以然來… 望各位補完…
FCKE ditor
這是一個通常會 embed 到 blog、CMS 等等的 Rich Text Editor,因為聽了十分鐘
The CPython interpreter doesn't run Python code directly, but first compiles it to bytecode . Because this parsingand compiling steps are somewhat time-consuming, CPython optimizesthings by saving the compiled bytecodes into .pyc files (or .pyo files if you used the -O switch to python ), and trying to usethem when possible.This speed increase doesn't necessarily matter all that much for aprogram that runs a long time, but it does matter for typical utilityprograms, which only run for a
When I first started coding in Python, I didn't know what I was doing.So I structured my Python programs the way I would write Bourne shellscripts or Perl programs, writing functions as necessary and usefulbut otherwise putting all of the logic and code in the program's fileoutside of functions (in what I now call 'module scope').
This is a perfectly rational structure for Python programs, and evenworks; my programs ran fine and were perfectly functional. But it wasalso a
上年沒有去的 BarcampHK ,今年終於有去了,可是星期六上午要工作,下午才能到。我聽了:
Open Source + Microsoft
剛剛到達,此時已是 Q&A 時間,所以聽不出所以然來… 望各位補完…
FCKE ditor
這是一個通常會 embed 到 blog、CMS 等等的 Rich Text Editor,因為聽了十分鐘