====== Python 技巧 ====== * [[python-hacks:function-procedure|过程式编程与函数式编程]] * [[python-hacks:re-find|得到正则表达式中的特定单元内容]] * [[python-hacks:perthon]] * [[hacks:color-decimal]] * [[hacks:evolution]] * [[hacks:decorator-miaoyong]] * [[hacks:collection-tips]] * [[hacks:solve-x-y]] ===== 数据类型/数据处理 ===== ==== 变量 ==== * [[python-hacks:variable-defined]] ==== List 列表 ==== * [[hacks:list-element-tongji]] * [[hacks:infinite-list]] ==== Dict 字典 ==== * [[python-hacks:string2dict|将字符串类型转为字典类型(string to dict)]]