随笔:15 文章:206 评论:35 引用:0
C++博客 首页 发新随笔
发新文章 联系 聚合管理

Python

something of Python development 
django框架安装与配置      摘要: Django  阅读全文
posted @ 2010-09-07 12:16 风林 阅读(237) | 评论 (0)  编辑
学python两天半时间写的成果      摘要: addressbook,学习成果  阅读全文
posted @ 2010-09-01 13:11 风林 阅读(279) | 评论 (0)  编辑
repr函数      摘要: repr函数,反引号  阅读全文
posted @ 2010-09-01 08:44 风林 阅读(1042) | 评论 (0)  编辑
assert语句      摘要: assert  阅读全文
posted @ 2010-09-01 08:39 风林 阅读(342) | 评论 (0)  编辑
exec和eval语句      摘要: exec和eval语句  阅读全文
posted @ 2010-09-01 08:36 风林 阅读(406) | 评论 (0)  编辑
lambda形式      摘要: lambda  阅读全文
posted @ 2010-09-01 08:33 风林 阅读(204) | 评论 (0)  编辑
在函数中接收元组和列表      摘要: 元组,列表  阅读全文
posted @ 2010-09-01 08:28 风林 阅读(244) | 评论 (0)  编辑
使用列表综合      摘要: 列表综合  阅读全文
posted @ 2010-09-01 08:24 风林 阅读(181) | 评论 (0)  编辑
vim快捷键总图      摘要: vim快捷键  阅读全文
posted @ 2010-08-31 18:21 风林 阅读(750) | 评论 (0)  编辑
特殊的方法
posted @ 2010-08-31 18:09 风林 阅读(187) | 评论 (0)  编辑
sys模块      摘要: sys模块  阅读全文
posted @ 2010-08-31 18:06 风林 阅读(163) | 评论 (0)  编辑
os模块      摘要: os模块常用函数说明  阅读全文
posted @ 2010-08-31 18:04 风林 阅读(189) | 评论 (0)  编辑
try..finally      摘要: try...finally  阅读全文
posted @ 2010-08-31 17:19 风林 阅读(283) | 评论 (0)  编辑
raise 引发异常      摘要: raise,引发异常,自定义异常类  阅读全文
posted @ 2010-08-31 17:12 风林 阅读(1148) | 评论 (0)  编辑
处理异常      摘要: try..except  阅读全文
posted @ 2010-08-31 17:03 风林 阅读(144) | 评论 (0)  编辑
储存器      摘要: 存储,Pickle,cPickle  阅读全文
posted @ 2010-08-31 16:54 风林 阅读(136) | 评论 (0)  编辑
文件      摘要: file,读写文件,write,close  阅读全文
posted @ 2010-08-31 16:33 风林 阅读(148) | 评论 (0)  编辑
使用继承      摘要: 继承  阅读全文
posted @ 2010-08-31 16:23 风林 阅读(119) | 评论 (0)  编辑
__init__方法
posted @ 2010-08-31 15:39 风林 阅读(299) | 评论 (0)  编辑
posted @ 2010-08-31 15:33 风林 阅读(124) | 评论 (0)  编辑
字符串的方法      摘要: startwith,in,find,join  阅读全文
posted @ 2010-08-31 14:22 风林 阅读(264) | 评论 (0)  编辑
引用
posted @ 2010-08-31 14:14 风林 阅读(128) | 评论 (0)  编辑
序列
posted @ 2010-08-31 11:41 风林 阅读(143) | 评论 (0)  编辑
字典
posted @ 2010-08-31 11:26 风林 阅读(176) | 评论 (0)  编辑
元组
posted @ 2010-08-31 11:09 风林 阅读(259) | 评论 (0)  编辑
列表
posted @ 2010-08-31 10:54 风林 阅读(145) | 评论 (0)  编辑
数据结构      摘要: 数据结构  阅读全文
posted @ 2010-08-31 10:38 风林 阅读(120) | 评论 (0)  编辑
dir()函数      摘要: dir  阅读全文
posted @ 2010-08-31 10:36 风林 阅读(478) | 评论 (0)  编辑
模块的__name__
posted @ 2010-08-31 10:20 风林 阅读(264) | 评论 (0)  编辑
from..import语句
posted @ 2010-08-31 10:16 风林 阅读(277) | 评论 (0)  编辑
使用sys模块      摘要: sys  阅读全文
posted @ 2010-08-31 10:11 风林 阅读(204) | 评论 (0)  编辑
DocStrings      摘要: docstrings  阅读全文
posted @ 2010-08-31 09:52 风林 阅读(276) | 评论 (0)  编辑
pass      摘要: pass  阅读全文
posted @ 2010-08-31 09:44 风林 阅读(58) | 评论 (0)  编辑
关键参数      摘要: 关键参数  阅读全文
posted @ 2010-08-31 09:39 风林 阅读(119) | 评论 (0)  编辑
带默认值的形参      摘要: 带默认值的形参  阅读全文
posted @ 2010-08-31 09:35 风林 阅读(596) | 评论 (0)  编辑
global全局变量      摘要: global  阅读全文
posted @ 2010-08-31 09:26 风林 阅读(136) | 评论 (0)  编辑
Hello World      摘要: hello,def  阅读全文
posted @ 2010-08-31 09:07 风林 阅读(117) | 评论 (0)  编辑
for      摘要: for  阅读全文
posted @ 2010-08-31 08:48 风林 阅读(92) | 评论 (0)  编辑
the functions of python      摘要: raw_input,rang,len  阅读全文
posted @ 2010-08-31 08:46 风林 阅读(84) | 评论 (0)  编辑

CALENDER
<2025年9月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿

随笔分类

随笔档案

文章分类

文章档案

新闻档案

相册

搜索

  •  

最新评论

阅读排行榜

评论排行榜


Powered By: 博客园
模板提供沪江博客