基本信息
源码名称:Dive into python 3
源码大小:0.92M
文件格式:.zip
开发语言:Python
更新时间:2023-05-02
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Dive into python 3
dive into python3 Dive Into Python 3 comprises original prose and graphics licensed under the CC-BY-SA-3.0 license. Illustrations from the Open Clip Art Library are public domain. The chardet ...
文件清单
└── diveintopython3-r917-2011-02-18
├── about.html
├── advanced-iterators.html
├── blank.html
├── case-study-porting-chardet-to-python-3.html
├── colophon.html
├── comprehensions.html
├── dip3.css
├── examples
│ ├── alphametics.py
│ ├── alphameticstest.py
│ ├── basic.json
│ ├── basic-pretty.json
│ ├── beauregard.jpg
│ ├── chinese.txt
│ ├── customserializer.py
│ ├── entry.json
│ ├── entry.pickle
│ ├── entry-pretty.json
│ ├── favorite-people.txt
│ ├── feed-broken.xml
│ ├── feed-ns0.xml
│ ├── feed.xml
│ ├── fibonacci2.py
│ ├── fibonacci.py
│ ├── humansize.py
│ ├── oneline.py
│ ├── pickleversion.py
│ ├── plural1.py
│ ├── plural2.py
│ ├── plural3.py
│ ├── plural4.py
│ ├── plural4-rules.txt
│ ├── plural5.py
│ ├── plural5-rules.txt
│ ├── plural6.py
│ ├── plural6-rules.txt
│ ├── pluraltest1.py
│ ├── pluraltest2.py
│ ├── pluraltest3.py
│ ├── pluraltest4.py
│ ├── pluraltest5.py
│ ├── pluraltest6.py
│ ├── regression.py
│ ├── roman10.py
│ ├── roman1.py
│ ├── roman2.py
│ ├── roman3.py
│ ├── roman4.py
│ ├── roman5.py
│ ├── roman6.py
│ ├── roman7.py
│ ├── roman8.py
│ ├── roman9.py
│ ├── romantest10.py
│ ├── romantest1.py
│ ├── romantest2.py
│ ├── romantest3.py
│ ├── romantest4.py
│ ├── romantest5.py
│ ├── romantest6.py
│ ├── romantest7.py
│ ├── romantest8.py
│ ├── romantest9.py
│ └── stdout.py
├── files.html
├── generators.html
├── http-web-services.html
├── i
│ ├── identica-deleted.png
│ ├── identica-screenshot.png
│ ├── mac-install-0-dmg-contents.png
│ ├── mac-install-10-application-folder.png
│ ├── mac-install-1-welcome.png
│ ├── mac-install-2-information.png
│ ├── mac-install-3-license.png
│ ├── mac-install-4-license-dialog.png
│ ├── mac-install-5-standard-install.png
│ ├── mac-install-6-custom-install.png
│ ├── mac-install-7-admin-password.png
│ ├── mac-install-8-progress.png
│ ├── mac-install-9-succeeded.png
│ ├── mac-interactive-shell.png
│ ├── mac-pythonlauncher.png
│ ├── openclipart.org_media_files_johnny_automatic_5154.png
│ ├── openclipart.org_media_files_johnny_automatic_5261.png
│ ├── openclipart.org_media_files_Selanit_8331.png
│ ├── ubu-install-0-add-remove-programs.png
│ ├── ubu-install-1-all-open-source-applications.png
│ ├── ubu-install-2-search-python-3.png
│ ├── ubu-install-3-select-python-3.png
│ ├── ubu-install-4-select-idle.png
│ ├── ubu-install-5-apply-changes.png
│ ├── ubu-install-6-download-progress.png
│ ├── ubu-install-7-install-progress.png
│ ├── ubu-install-8-success.png
│ ├── ubu-interactive-shell.png
│ ├── win-install-0-security-warning.png
│ ├── win-install-1-all-users-or-just-me.png
│ ├── win-install-2-destination-directory.png
│ ├── win-install-3a-disk-usage.png
│ ├── win-install-3b-test-suite.png
│ ├── win-install-3-customize.png
│ ├── win-install-4-copying.png
│ ├── win-install-5-finish.png
│ └── win-interactive-shell.png
├── index.html
├── installing-python.html
├── iterators.html
├── j
│ ├── dip3.js
│ ├── html5.js
│ ├── jquery.js
│ └── prettify.js
├── native-datatypes.html
├── packaging.html
├── porting-code-to-python-3-with-2to3.html
├── refactoring.html
├── regular-expressions.html
├── serializing.html
├── special-method-names.html
├── strings.html
├── table-of-contents.html
├── troubleshooting.html
├── unit-testing.html
├── whats-new.html
├── where-to-go-from-here.html
├── xml.html
└── your-first-python-program.html
4 directories, 125 files
Dive into python 3
dive into python3 Dive Into Python 3 comprises original prose and graphics licensed under the CC-BY-SA-3.0 license. Illustrations from the Open Clip Art Library are public domain. The chardet ...
文件清单
└── diveintopython3-r917-2011-02-18
├── about.html
├── advanced-iterators.html
├── blank.html
├── case-study-porting-chardet-to-python-3.html
├── colophon.html
├── comprehensions.html
├── dip3.css
├── examples
│ ├── alphametics.py
│ ├── alphameticstest.py
│ ├── basic.json
│ ├── basic-pretty.json
│ ├── beauregard.jpg
│ ├── chinese.txt
│ ├── customserializer.py
│ ├── entry.json
│ ├── entry.pickle
│ ├── entry-pretty.json
│ ├── favorite-people.txt
│ ├── feed-broken.xml
│ ├── feed-ns0.xml
│ ├── feed.xml
│ ├── fibonacci2.py
│ ├── fibonacci.py
│ ├── humansize.py
│ ├── oneline.py
│ ├── pickleversion.py
│ ├── plural1.py
│ ├── plural2.py
│ ├── plural3.py
│ ├── plural4.py
│ ├── plural4-rules.txt
│ ├── plural5.py
│ ├── plural5-rules.txt
│ ├── plural6.py
│ ├── plural6-rules.txt
│ ├── pluraltest1.py
│ ├── pluraltest2.py
│ ├── pluraltest3.py
│ ├── pluraltest4.py
│ ├── pluraltest5.py
│ ├── pluraltest6.py
│ ├── regression.py
│ ├── roman10.py
│ ├── roman1.py
│ ├── roman2.py
│ ├── roman3.py
│ ├── roman4.py
│ ├── roman5.py
│ ├── roman6.py
│ ├── roman7.py
│ ├── roman8.py
│ ├── roman9.py
│ ├── romantest10.py
│ ├── romantest1.py
│ ├── romantest2.py
│ ├── romantest3.py
│ ├── romantest4.py
│ ├── romantest5.py
│ ├── romantest6.py
│ ├── romantest7.py
│ ├── romantest8.py
│ ├── romantest9.py
│ └── stdout.py
├── files.html
├── generators.html
├── http-web-services.html
├── i
│ ├── identica-deleted.png
│ ├── identica-screenshot.png
│ ├── mac-install-0-dmg-contents.png
│ ├── mac-install-10-application-folder.png
│ ├── mac-install-1-welcome.png
│ ├── mac-install-2-information.png
│ ├── mac-install-3-license.png
│ ├── mac-install-4-license-dialog.png
│ ├── mac-install-5-standard-install.png
│ ├── mac-install-6-custom-install.png
│ ├── mac-install-7-admin-password.png
│ ├── mac-install-8-progress.png
│ ├── mac-install-9-succeeded.png
│ ├── mac-interactive-shell.png
│ ├── mac-pythonlauncher.png
│ ├── openclipart.org_media_files_johnny_automatic_5154.png
│ ├── openclipart.org_media_files_johnny_automatic_5261.png
│ ├── openclipart.org_media_files_Selanit_8331.png
│ ├── ubu-install-0-add-remove-programs.png
│ ├── ubu-install-1-all-open-source-applications.png
│ ├── ubu-install-2-search-python-3.png
│ ├── ubu-install-3-select-python-3.png
│ ├── ubu-install-4-select-idle.png
│ ├── ubu-install-5-apply-changes.png
│ ├── ubu-install-6-download-progress.png
│ ├── ubu-install-7-install-progress.png
│ ├── ubu-install-8-success.png
│ ├── ubu-interactive-shell.png
│ ├── win-install-0-security-warning.png
│ ├── win-install-1-all-users-or-just-me.png
│ ├── win-install-2-destination-directory.png
│ ├── win-install-3a-disk-usage.png
│ ├── win-install-3b-test-suite.png
│ ├── win-install-3-customize.png
│ ├── win-install-4-copying.png
│ ├── win-install-5-finish.png
│ └── win-interactive-shell.png
├── index.html
├── installing-python.html
├── iterators.html
├── j
│ ├── dip3.js
│ ├── html5.js
│ ├── jquery.js
│ └── prettify.js
├── native-datatypes.html
├── packaging.html
├── porting-code-to-python-3-with-2to3.html
├── refactoring.html
├── regular-expressions.html
├── serializing.html
├── special-method-names.html
├── strings.html
├── table-of-contents.html
├── troubleshooting.html
├── unit-testing.html
├── whats-new.html
├── where-to-go-from-here.html
├── xml.html
└── your-first-python-program.html
4 directories, 125 files