在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → learning python电子书源码

learning python电子书源码

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:0.19M
  • 下载次数:7
  • 浏览次数:56
  • 发布时间:2022-07-17
  • 实例类别:Python语言基础
  • 发 布 人:Hermann
  • 文件格式:.7z
  • 所需积分:1
 相关标签: python

实例介绍

【实例简介】learning python电子书源码

【实例截图】

from clipboard


【核心代码】

.
├── lp5e-code-1.0-may2020
│   ├── README.txt
│   ├── __admin__
│   │   ├── _May2020-rezip-log.txt
│   │   ├── __pycache__
│   │   ├── cleanpyc-run.txt
│   │   ├── cleanpyc.py
│   │   ├── diffall-run-full.txt
│   │   ├── diffall-run.txt
│   │   ├── diffall.py
│   │   ├── dirdiff.py
│   │   ├── visitor.py
│   │   ├── visitor_sloc-run.txt
│   │   └── visitor_sloc.py
│   └── code
│       ├── Certificate.html
│       ├── Certificate.txt
│       ├── PythonPoweredSmall.gif
│       ├── __pycache__
│       ├── a.py
│       ├── a1
│       │   └── b
│       │       ├── __pycache__
│       │       ├── a1.py
│       │       └── mod.py
│       ├── access-desc-test.py
│       ├── access-test.py
│       ├── access.py
│       ├── access1.py
│       ├── access2.py
│       ├── access2_builtins0.py
│       ├── access2_builtins1.py
│       ├── access2_builtins2.py
│       ├── access2_builtins2b.py
│       ├── access2_builtins3.py
│       ├── access2_builtins3b.py
│       ├── access2_builtins4.py
│       ├── access2_inserts.py
│       ├── access_builtins.py
│       ├── access_builtins_desc.py
│       ├── access_desc.py
│       ├── adder.py
│       ├── adder2.py
│       ├── adders.py
│       ├── alls.py
│       ├── argtest.py
│       ├── argtest_testmeth.py
│       ├── asserter.py
│       ├── attrs1.py
│       ├── b.py
│       ├── bad.py
│       ├── badly.exc
│       ├── badly.py
│       ├── bothmethods.py
│       ├── bothmethods_decorators.py
│       ├── brian
│       ├── c.py
│       ├── callables.py
│       ├── calltracer-descr.py
│       ├── calltracer.py
│       ├── certificate.py
│       ├── changer.py
│       ├── classexc.py
│       ├── classexc2.py
│       ├── classscope.py
│       ├── classtools.py
│       ├── classtree.py
│       ├── collector.py
│       ├── commuter.py
│       ├── contains.py
│       ├── contains_yield.py
│       ├── converters.py
│       ├── countdown.py
│       ├── csvdata.txt
│       ├── data.bin
│       ├── data.txt
│       ├── datafile.pkl
│       ├── decoall-deco-any.py
│       ├── decoall-deco-any2.py
│       ├── decoall-deco-any3.py
│       ├── decoall-manual.py
│       ├── decoall-meta-any.py
│       ├── decoall-meta-any2.py
│       ├── decoall-meta-any3.py
│       ├── decoall-meta.py
│       ├── decoargs-vs-annotations.py
│       ├── decorator1.py
│       ├── decorator2.py
│       ├── decorator3.py
│       ├── decorator4.py
│       ├── decorator5.py
│       ├── decotools.py
│       ├── desc-computed.py
│       ├── desc-person-nested.py
│       ├── desc-person.py
│       ├── desc-powers.py
│       ├── desc-state-desc.py
│       ├── desc-state-inst.py
│       ├── dicts.py
│       ├── dicttable.py
│       ├── dir1
│       │   ├── __init__.py
│       │   ├── __pycache__
│       │   └── dir2
│       │       ├── __init__.py
│       │       ├── __pycache__
│       │       └── mod.py
│       ├── divbad.py
│       ├── docstr.py
│       ├── docstrings.py
│       ├── domparse.py
│       ├── dualpkg
│       │   ├── __init__.py
│       │   ├── __pycache__
│       │   ├── m1.py
│       │   ├── m2.py
│       │   └── results.txt
│       ├── employees.py
│       ├── etreeparse.py
│       ├── except-finally.py
│       ├── excparse.py
│       ├── excs.py
│       ├── exctools.py
│       ├── exctools_deco.py
│       ├── exercise-II-1.txt
│       ├── exercise-III-4.txt
│       ├── exercise-IV-7.txt
│       ├── exercise-final-selfstudy-code.txt
│       ├── exiter.py
│       ├── exiter2.py
│       ├── extend-deco.py
│       ├── extend-manual.py
│       ├── extend-meta.py
│       ├── factorials.py
│       ├── factory.py
│       ├── formaterror.txt
│       ├── formats.py
│       ├── formats_currency.py
│       ├── formats_currency2.py
│       ├── ftpfile.py
│       ├── future.py
│       ├── getattr-builtins.py
│       ├── getattr-computed.py
│       ├── getattr-delegate.py
│       ├── getattr-person.py
│       ├── getattr-powers.py
│       ├── getattr-v-getattr.py
│       ├── getattr1.py
│       ├── getattr2.py
│       ├── getattribute-computed.py
│       ├── getattribute-person.py
│       ├── getattribute-powers.py
│       ├── getattribute-powers2.py
│       ├── getattribute1.py
│       ├── gui1.py
│       ├── ham
│       ├── index.html
│       ├── input.txt
│       ├── inter2.py
│       ├── interact.py
│       ├── interfacetracer.py
│       ├── kaboom.py
│       ├── lambdas1.py
│       ├── latindata
│       ├── listcomp-speed.txt
│       ├── lister.py
│       ├── listinherited-reprloop-out.txt
│       ├── listinherited-reprloop.py
│       ├── listinherited.py
│       ├── listinherited2.py
│       ├── listinstance-exercise.py
│       ├── listinstance.py
│       ├── listinstance2.py
│       ├── listtree-out1.txt
│       ├── listtree.py
│       ├── listtree2.py
│       ├── listtree2x-out.txt
│       ├── listtree3x-out.txt
│       ├── lp5e-large.jpg
│       ├── lp5e-small.gif
│       ├── lunch.py
│       ├── main.py
│       ├── makedb.py
│       ├── makeopen.py
│       ├── makeopen_class.py
│       ├── maker.py
│       ├── manage-inst-deco.py
│       ├── manage-inst-meta.py
│       ├── manynames.py
│       ├── mapattrs-lister.py
│       ├── mapattrs-slots.py
│       ├── mapattrs.py
│       ├── mapattrs_getattr.py
│       ├── mapattrs_noslots.py
│       ├── mergedexc.py
│       ├── metaclass1-2x-nosuper.py
│       ├── metaclass1-2x.py
│       ├── metaclass1.py
│       ├── metaclass2.py
│       ├── metaclass3.py
│       ├── metaclass4-super.py
│       ├── metaclass4.py
│       ├── metaclass5-hmm.py
│       ├── metaclass5.py
│       ├── metaclass5b.py
│       ├── metainstance.py
│       ├── minmax.py
│       ├── minmax2.py
│       ├── mins.py
│       ├── mod.py
│       ├── mod1.py
│       ├── mod2.py
│       ├── mod3.py
│       ├── moda.py
│       ├── modb.py
│       ├── module1.py
│       ├── module2.py
│       ├── multiset.py
│       ├── mybooks.xml
│       ├── myclient.py
│       ├── mydir.py
│       ├── myfile
│       ├── myfile.py
│       ├── mylist.py
│       ├── mymap.py
│       ├── mymod.py
│       ├── mymod2.py
│       ├── mypkg
│       │   ├── __init__.py
│       │   ├── __pycache__
│       │   └── mymod.py
│       ├── mypydoc.py
│       ├── mysub.py
│       ├── nested1.py
│       ├── nested2.py
│       ├── nested3.py
│       ├── nestexc.py
│       ├── ns
│       │   ├── dir1
│       │   │   └── sub
│       │   │       ├── __pycache__
│       │   │       ├── mod1.py
│       │   │       └── pkg
│       │   │           ├── __init__.py
│       │   │           └── __pycache__
│       │   └── dir2
│       │       └── sub
│       │           ├── __pycache__
│       │           ├── lower
│       │           │   ├── __pycache__
│       │           │   └── mod3.py
│       │           └── mod2.py
│       ├── ns2
│       ├── ns3
│       │   └── dir
│       │       ├── __pycache__
│       │       └── ns2.py
│       ├── ns4
│       │   ├── dir1
│       │   │   └── sub
│       │   └── dir2
│       │       └── sub
│       │           ├── __init__.py
│       │           └── __pycache__
│       ├── number.py
│       ├── oops.py
│       ├── oops2.py
│       ├── ora-lp.jpg
│       ├── otherfile.py
│       ├── parrot.py
│       ├── patternparse.py
│       ├── permute.py
│       ├── person-composite.py
│       ├── person-department.py
│       ├── person.py
│       ├── persondb.bak
│       ├── persondb.dat
│       ├── persondb.dir
│       ├── pizzashop.py
│       ├── pkg
│       │   ├── __init__.py
│       │   ├── __pycache__
│       │   ├── eggs.py
│       │   ├── main.py
│       │   └── spam.py
│       ├── primes.py
│       ├── print3.py
│       ├── print3_alt1.py
│       ├── print3_alt2.py
│       ├── printnest.py
│       ├── private0.py
│       ├── prop-computed.py
│       ├── prop-desc-equiv.py
│       ├── prop-person-deco.py
│       ├── prop-person.py
│       ├── prop-powers.py
│       ├── pseudoprivate.py
│       ├── py
│       ├── py2x
│       │   └── script0.py
│       ├── py3x
│       │   ├── __pycache__
│       │   └── script0.py
│       ├── pybench.py
│       ├── pybench2.py
│       ├── pybench2_cases-results-a-t.txt
│       ├── pybench2_cases-results-a.txt
│       ├── pybench2_cases-results.txt
│       ├── pybench2_cases.py
│       ├── pybench_cases-results.txt
│       ├── pybench_cases.py
│       ├── pybench_cases0-results.txt
│       ├── pybench_cases0.py
│       ├── pybench_cases2-results-a-t.txt
│       ├── pybench_cases2-results-a.txt
│       ├── pybench_cases2-results.txt
│       ├── pybench_cases2.py
│       ├── pydoc
│       │   ├── pydoc.html
│       │   └── timeit.html
│       ├── pydoc-py33.py
│       ├── python_snake_ora.gif
│       ├── rangetest.py
│       ├── rangetest1.py
│       ├── rangetest1_test.py
│       ├── rangetest_test.py
│       ├── reader.py
│       ├── recur1.py
│       ├── recur2.py
│       ├── registry-deco.py
│       ├── reloadall.py
│       ├── reloadall2.py
│       ├── reloadall3-alts.py
│       ├── reloadall3.py
│       ├── reversals.py
│       ├── robin2.py
│       ├── robin3.py
│       ├── runme.py
│       ├── saveit.txt
│       ├── savetree.txt
│       ├── saxparse.py
│       ├── scramble.py
│       ├── script.py
│       ├── script0.py
│       ├── script1.py
│       ├── script2.py
│       ├── setcolor.py
│       ├── setsubclass.py
│       ├── setwrapper.py
│       ├── shopfile.pkl
│       ├── showargs.py
│       ├── simple.py
│       ├── singletons.py
│       ├── skipper.py
│       ├── skipper_2x.py
│       ├── skipper_yield.py
│       ├── slots-test.py
│       ├── small.py
│       ├── spam.txt
│       ├── spam_class.py
│       ├── spam_class2.py
│       ├── spam_static.py
│       ├── spam_static_deco.py
│       ├── specialize.py
│       ├── squares.py
│       ├── squares_manual.py
│       ├── squares_nonyield.py
│       ├── squares_yield.py
│       ├── streams.py
│       ├── sumtree.py
│       ├── sumtree2.py
│       ├── temp.py
│       ├── temp2
│       ├── temp3
│       ├── test.txt
│       ├── testjson.txt
│       ├── testmixin.py
│       ├── testmixin0.py
│       ├── testprint3.py
│       ├── testseqs.py
│       ├── text.py
│       ├── threenames.py
│       ├── timer.py
│       ├── timer0.py
│       ├── timer2.py
│       ├── timer3.py
│       ├── timerdeco-test.py
│       ├── timerdeco.py
│       ├── timerdeco1.py
│       ├── timerdeco2.py
│       ├── timeseqs-results.txt
│       ├── timeseqs.py
│       ├── timeseqs2.py
│       ├── timeseqs2B.py
│       ├── timeseqs3.py
│       ├── timeseqs_timer2.py
│       ├── timeseqs_timer3.py
│       ├── timesqrt.py
│       ├── trace.py
│       ├── trace_ns.py
│       ├── tracer0.py
│       ├── tracer1.py
│       ├── tracer2.py
│       ├── trispam.txt
│       ├── trispamup.txt
│       ├── typesubclass.py
│       ├── unders.py
│       ├── uni2x.txt
│       ├── unidata.txt
│       ├── uppdatedb.py
│       ├── upper.py
│       ├── utf8data
│       ├── utfdata
│       ├── validate_descriptors1.py
│       ├── validate_descriptors2.py
│       ├── validate_getattr.py
│       ├── validate_getattribute.py
│       ├── validate_properties.py
│       ├── validate_tester.py
│       ├── validate_tester2.py
│       ├── what.py
│       ├── withas.py
│       ├── xxx¥
│       └── zoo.py
└── 好例子网_lp5e-code-1.0-may2020.7z

43 directories, 382 files



标签: python

实例下载地址

learning python电子书源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警