- 博客(7)
- 收藏
- 关注
原创 Apache HTTP Server 安装包下载
1. http://httpd.apache.org/2. Download > From a mi
2014-11-11 11:29:31
896
转载 [Python]Import: Using Non-Builtin Functions
Import: Using Non-Builtin FunctionsModulesPython contains many functions, but not all of them are immediately available as builtin functions. Instead of being available as builtins, some functions
2014-10-16 17:03:02
409
转载 [Python]Type bool: Booleans in Python
Type bool: Booleans in PythonBoolean valuesThe Python type bool has two values: True and False.
2014-10-16 16:31:30
534
原创 [Python]Functions, Variables, and the Call Stack
Call stack: the stack of frames for functions currently being executed.
2014-10-14 10:55:50
482
转载 [Python]Function Design Receipe
The Six StepsExamplesWhat should your function do?Type a couple of example calls.Pick a name (often a verb or verb phrase): What is a short answer to "What does your function do"?Type Contra
2014-10-13 15:32:46
608
原创 [Python]Input/Output and str Formatting
1. During execution of a function call, if the end of the function body is reached without executing a return statement, that function call produces a value None.eg. 1. def square_return(num):
2014-10-13 11:03:33
311
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人