基本信息
源码名称:Python简明教程
源码大小:0.17M
文件格式:.rar
开发语言:Python
更新时间:2023-06-28
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Python简明教程
使用dir函数 概括 9. 数据结构 简介 列表 对象与类的快速入门 使用列表 元组 使用元组 元组与打印语句 字典 使用字典 序列 使用序列 参考 对象与参考 更多字符串的内容 字符串的方法 概括 10. 解决问题——...
文件清单
└── a_byte_of_python_cn
└── chinese
├── apa.html
├── apb.html
├── apbs02.html
├── apbs03.html
├── apbs04.html
├── apc.html
├── apcs02.html
├── ch01.html
├── ch01s02.html
├── ch01s03.html
├── ch01s04.html
├── ch02.html
├── ch02s02.html
├── ch02s03.html
├── ch03.html
├── ch03s02.html
├── ch03s03.html
├── ch03s04.html
├── ch03s05.html
├── ch03s06.html
├── ch03s07.html
├── ch04.html
├── ch04s02.html
├── ch04s03.html
├── ch04s04.html
├── ch04s05.html
├── ch04s06.html
├── ch04s07.html
├── ch04s08.html
├── ch04s09.html
├── ch04s10.html
├── ch05.html
├── ch05s02.html
├── ch05s03.html
├── ch05s04.html
├── ch05s05.html
├── ch06.html
├── ch06s02.html
├── ch06s03.html
├── ch06s04.html
├── ch06s05.html
├── ch06s06.html
├── ch06s07.html
├── ch07.html
├── ch07s02.html
├── ch07s03.html
├── ch07s04.html
├── ch07s05.html
├── ch07s06.html
├── ch07s07.html
├── ch07s08.html
├── ch08.html
├── ch08s02.html
├── ch08s03.html
├── ch08s04.html
├── ch08s05.html
├── ch08s06.html
├── ch08s07.html
├── ch09.html
├── ch09s02.html
├── ch09s03.html
├── ch09s04.html
├── ch09s05.html
├── ch09s06.html
├── ch09s07.html
├── ch09s08.html
├── ch10.html
├── ch10s02.html
├── ch10s03.html
├── ch10s04.html
├── ch11.html
├── ch11s02.html
├── ch11s03.html
├── ch11s04.html
├── ch11s05.html
├── ch11s06.html
├── ch11s07.html
├── ch11s08.html
├── ch12.html
├── ch12s02.html
├── ch12s03.html
├── ch13.html
├── ch13s02.html
├── ch13s03.html
├── ch13s04.html
├── ch13s05.html
├── ch14.html
├── ch14s02.html
├── ch14s03.html
├── ch14s04.html
├── ch15.html
├── ch15s02.html
├── ch15s03.html
├── ch15s04.html
├── ch15s05.html
├── ch15s06.html
├── ch15s07.html
├── ch15s08.html
├── ch15s09.html
├── ch16.html
├── ch16s02.html
├── ch16s03.html
├── code
│ ├── backup_ver1.py
│ ├── backup_ver2.py
│ ├── backup_ver3.py
│ ├── backup_ver4.py
│ ├── break.py
│ ├── cat.py
│ ├── class_init.py
│ ├── continue.py
│ ├── expression.py
│ ├── finally.py
│ ├── func_default.py
│ ├── func_doc.py
│ ├── func_global.py
│ ├── func_key.py
│ ├── func_local.py
│ ├── func_param.py
│ ├── func_return.py
│ ├── function1.py
│ ├── helloworld.py
│ ├── if.py
│ ├── inherit.py
│ ├── lambda.py
│ ├── list_comprehension.py
│ ├── method.py
│ ├── mymodule_demo2.py
│ ├── mymodule_demo.py
│ ├── mymodule.py
│ ├── objvar.py
│ ├── pickling.py
│ ├── print_tuple.py
│ ├── raising.py
│ ├── reference.py
│ ├── seq.py
│ ├── simplestclass.py
│ ├── str_methods.py
│ ├── try_except.py
│ ├── using_dict.py
│ ├── using_file.py
│ ├── using_list.py
│ ├── using_name.py
│ ├── using_sys.py
│ ├── using_tuple.py
│ ├── var.py
│ └── while.py
├── index.html
├── pr01.html
├── pr01s02.html
├── pr01s03.html
├── pr01s04.html
├── pr01s05.html
├── pr01s06.html
└── pr01s07.html
3 directories, 154 files
Python简明教程
使用dir函数 概括 9. 数据结构 简介 列表 对象与类的快速入门 使用列表 元组 使用元组 元组与打印语句 字典 使用字典 序列 使用序列 参考 对象与参考 更多字符串的内容 字符串的方法 概括 10. 解决问题——...
文件清单
└── a_byte_of_python_cn
└── chinese
├── apa.html
├── apb.html
├── apbs02.html
├── apbs03.html
├── apbs04.html
├── apc.html
├── apcs02.html
├── ch01.html
├── ch01s02.html
├── ch01s03.html
├── ch01s04.html
├── ch02.html
├── ch02s02.html
├── ch02s03.html
├── ch03.html
├── ch03s02.html
├── ch03s03.html
├── ch03s04.html
├── ch03s05.html
├── ch03s06.html
├── ch03s07.html
├── ch04.html
├── ch04s02.html
├── ch04s03.html
├── ch04s04.html
├── ch04s05.html
├── ch04s06.html
├── ch04s07.html
├── ch04s08.html
├── ch04s09.html
├── ch04s10.html
├── ch05.html
├── ch05s02.html
├── ch05s03.html
├── ch05s04.html
├── ch05s05.html
├── ch06.html
├── ch06s02.html
├── ch06s03.html
├── ch06s04.html
├── ch06s05.html
├── ch06s06.html
├── ch06s07.html
├── ch07.html
├── ch07s02.html
├── ch07s03.html
├── ch07s04.html
├── ch07s05.html
├── ch07s06.html
├── ch07s07.html
├── ch07s08.html
├── ch08.html
├── ch08s02.html
├── ch08s03.html
├── ch08s04.html
├── ch08s05.html
├── ch08s06.html
├── ch08s07.html
├── ch09.html
├── ch09s02.html
├── ch09s03.html
├── ch09s04.html
├── ch09s05.html
├── ch09s06.html
├── ch09s07.html
├── ch09s08.html
├── ch10.html
├── ch10s02.html
├── ch10s03.html
├── ch10s04.html
├── ch11.html
├── ch11s02.html
├── ch11s03.html
├── ch11s04.html
├── ch11s05.html
├── ch11s06.html
├── ch11s07.html
├── ch11s08.html
├── ch12.html
├── ch12s02.html
├── ch12s03.html
├── ch13.html
├── ch13s02.html
├── ch13s03.html
├── ch13s04.html
├── ch13s05.html
├── ch14.html
├── ch14s02.html
├── ch14s03.html
├── ch14s04.html
├── ch15.html
├── ch15s02.html
├── ch15s03.html
├── ch15s04.html
├── ch15s05.html
├── ch15s06.html
├── ch15s07.html
├── ch15s08.html
├── ch15s09.html
├── ch16.html
├── ch16s02.html
├── ch16s03.html
├── code
│ ├── backup_ver1.py
│ ├── backup_ver2.py
│ ├── backup_ver3.py
│ ├── backup_ver4.py
│ ├── break.py
│ ├── cat.py
│ ├── class_init.py
│ ├── continue.py
│ ├── expression.py
│ ├── finally.py
│ ├── func_default.py
│ ├── func_doc.py
│ ├── func_global.py
│ ├── func_key.py
│ ├── func_local.py
│ ├── func_param.py
│ ├── func_return.py
│ ├── function1.py
│ ├── helloworld.py
│ ├── if.py
│ ├── inherit.py
│ ├── lambda.py
│ ├── list_comprehension.py
│ ├── method.py
│ ├── mymodule_demo2.py
│ ├── mymodule_demo.py
│ ├── mymodule.py
│ ├── objvar.py
│ ├── pickling.py
│ ├── print_tuple.py
│ ├── raising.py
│ ├── reference.py
│ ├── seq.py
│ ├── simplestclass.py
│ ├── str_methods.py
│ ├── try_except.py
│ ├── using_dict.py
│ ├── using_file.py
│ ├── using_list.py
│ ├── using_name.py
│ ├── using_sys.py
│ ├── using_tuple.py
│ ├── var.py
│ └── while.py
├── index.html
├── pr01.html
├── pr01s02.html
├── pr01s03.html
├── pr01s04.html
├── pr01s05.html
├── pr01s06.html
└── pr01s07.html
3 directories, 154 files