在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → python极客项目.zip源码

python极客项目.zip源码

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:24.95M
  • 下载次数:9
  • 浏览次数:53
  • 发布时间:2023-11-22
  • 实例类别:Python语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: python .zip ZIP py 项目

实例介绍

【实例简介】python极客项目.zip 包括源码 编程解析等知识 大家一起学习

【实例截图】

from clipboard

【核心代码】

.
├── python极客项目
│   ├── Python极客项目编程 代码.zip
│   └── pp-master
│       ├── README.md
│       ├── arduino-laser
│       │   ├── laser-diode.ino
│       │   ├── laser.ino
│       │   ├── laser.py
│       │   └── test_fft.py
│       ├── arduino-ldr
│       │   ├── ldr.ino
│       │   └── ldr.py
│       ├── ascii
│       │   ├── ascii.py
│       │   └── data
│       │       └── a.jpg
│       ├── autos
│       │   ├── autos.py
│       │   └── data
│       │       ├── a.png
│       │       ├── as-random.png
│       │       ├── as.png
│       │       ├── b.png
│       │       ├── c.png
│       │       ├── dmap.png
│       │       ├── dragon.png
│       │       ├── dragon_map.jpg
│       │       ├── escher-shark.png
│       │       ├── escher-tile.jpg
│       │       ├── escher.jpg
│       │       ├── history.txt
│       │       ├── pat.png
│       │       ├── random-tile.png
│       │       ├── sdepth.png
│       │       ├── shark-depth.png
│       │       ├── shark.png
│       │       ├── simg.png
│       │       ├── stool-depth.png
│       │       ├── stool-depth.skp
│       │       ├── taj.skp
│       │       ├── taj~.skp
│       │       ├── tiled.png
│       │       ├── tri-depth.jpg
│       │       └── tri.png
│       ├── boids
│       │   └── boids.py
│       ├── common
│       │   ├── glfw.py
│       │   ├── glutils.py
│       │   └── simple.py
│       ├── conway
│       │   └── conway.py
│       ├── cover.png
│       ├── images
│       │   ├── README.md
│       │   ├── pp01_01.png
│       │   ├── pp02_01.png
│       │   ├── pp03_03.png
│       │   ├── pp03_06.png
│       │   ├── pp04_01.png
│       │   ├── pp04_02.png
│       │   ├── pp04_04.png
│       │   ├── pp04_06.png
│       │   ├── pp05_01.png
│       │   ├── pp05_03.png
│       │   ├── pp06_01.png
│       │   ├── pp06_02.png
│       │   ├── pp06_03.png
│       │   ├── pp07_01.png
│       │   ├── pp07_04.png
│       │   ├── pp08_01.png
│       │   ├── pp08_02.png
│       │   ├── pp08_04.png
│       │   ├── pp08_05.png
│       │   ├── pp08_06.png
│       │   ├── pp08_07.png
│       │   ├── pp09_01.png
│       │   ├── pp09_02.png
│       │   ├── pp09_07.png
│       │   ├── pp10_01.png
│       │   ├── pp11_06.png
│       │   ├── pp12_03.png
│       │   ├── pp12_05.png
│       │   ├── pp13_03.png
│       │   ├── pp13_04.png
│       │   ├── pp13_05.png
│       │   ├── pp13_06.jpg
│       │   ├── pp13_07.jpg
│       │   ├── pp13_08.jpg
│       │   ├── pp13_09.jpg
│       │   ├── pp13_10.png
│       │   ├── pp14_01.jpg
│       │   ├── pp14_02.jpg
│       │   ├── pp14_04.png
│       │   ├── pp14_06.jpg
│       │   ├── pp14_07.png
│       │   ├── ppAB_01.jpg
│       │   ├── ppAB_02.jpg
│       │   ├── ppAB_03.png
│       │   └── ppAB_04.png
│       ├── karplus
│       │   ├── Bb.wav
│       │   ├── C4.wav
│       │   ├── C5.wav
│       │   ├── Eb.wav
│       │   ├── F.wav
│       │   ├── G.wav
│       │   ├── SineWave_440Hz.wav
│       │   ├── ks.py
│       │   ├── sin.wav
│       │   ├── sin220.wav
│       │   ├── sine.py
│       │   ├── sine146_83.wav
│       │   └── sine220.wav
│       ├── particle-system
│       │   ├── box.py
│       │   ├── ps.py
│       │   ├── psmain.py
│       │   └── star.png
│       ├── photomosaic
│       │   ├── a.png
│       │   ├── photomosaic.py
│       │   └── test-data
│       │       ├── a.jpg
│       │       └── set1
│       │           ├── img-0.png
│       │           ├── img-1.png
│       │           ├── img-10.png
│       │           ├── img-11.png
│       │           ├── img-12.png
│       │           ├── img-13.png
│       │           ├── img-14.png
│       │           ├── img-15.png
│       │           ├── img-16.png
│       │           ├── img-17.png
│       │           ├── img-18.png
│       │           ├── img-19.png
│       │           ├── img-2.png
│       │           ├── img-20.png
│       │           ├── img-21.png
│       │           ├── img-22.png
│       │           ├── img-23.png
│       │           ├── img-24.png
│       │           ├── img-25.png
│       │           ├── img-26.png
│       │           ├── img-27.png
│       │           ├── img-28.png
│       │           ├── img-29.png
│       │           ├── img-3.png
│       │           ├── img-30.png
│       │           ├── img-31.png
│       │           ├── img-32.png
│       │           ├── img-33.png
│       │           ├── img-34.png
│       │           ├── img-35.png
│       │           ├── img-36.png
│       │           ├── img-37.png
│       │           ├── img-38.png
│       │           ├── img-39.png
│       │           ├── img-4.png
│       │           ├── img-40.png
│       │           ├── img-41.png
│       │           ├── img-42.png
│       │           ├── img-43.png
│       │           ├── img-44.png
│       │           ├── img-45.png
│       │           ├── img-46.png
│       │           ├── img-47.png
│       │           ├── img-48.png
│       │           ├── img-49.png
│       │           ├── img-5.png
│       │           ├── img-50.png
│       │           ├── img-51.png
│       │           ├── img-52.png
│       │           ├── img-53.png
│       │           ├── img-54.png
│       │           ├── img-55.png
│       │           ├── img-56.png
│       │           ├── img-57.png
│       │           ├── img-58.png
│       │           ├── img-59.png
│       │           ├── img-6.png
│       │           ├── img-60.png
│       │           ├── img-61.png
│       │           ├── img-62.png
│       │           ├── img-63.png
│       │           ├── img-64.png
│       │           ├── img-65.png
│       │           ├── img-66.png
│       │           ├── img-67.png
│       │           ├── img-68.png
│       │           ├── img-69.png
│       │           ├── img-7.png
│       │           ├── img-70.png
│       │           ├── img-71.png
│       │           ├── img-72.png
│       │           ├── img-73.png
│       │           ├── img-74.png
│       │           ├── img-75.png
│       │           ├── img-76.png
│       │           ├── img-77.png
│       │           ├── img-78.png
│       │           ├── img-79.png
│       │           ├── img-8.png
│       │           ├── img-80.png
│       │           ├── img-81.png
│       │           ├── img-82.png
│       │           ├── img-83.png
│       │           ├── img-84.png
│       │           ├── img-85.png
│       │           ├── img-86.png
│       │           ├── img-87.png
│       │           ├── img-88.png
│       │           ├── img-89.png
│       │           ├── img-9.png
│       │           ├── img-90.png
│       │           ├── img-91.png
│       │           ├── img-92.png
│       │           ├── img-93.png
│       │           ├── img-94.png
│       │           ├── img-95.png
│       │           ├── img-96.png
│       │           ├── img-97.png
│       │           ├── img-98.png
│       │           └── img-99.png
│       ├── piweather
│       │   ├── piweather.py
│       │   ├── simple-flot.html
│       │   ├── test.py
│       │   └── time-flot.html
│       ├── playlist
│       │   ├── playlist.py
│       │   └── test-data
│       │       ├── maya.xml
│       │       ├── mymusic.xml
│       │       ├── pl1.xml
│       │       ├── pl2.xml
│       │       └── rating.xml
│       ├── simplegl
│       │   ├── disc.png
│       │   ├── oldgl.py
│       │   ├── simpleglfw.py
│       │   ├── star.png
│       │   └── test.png
│       ├── spirograph
│       │   ├── spiro.py
│       │   └── test.py
│       └── volrender
│           ├── makedata.py
│           ├── raycast.py
│           ├── raycube.py
│           ├── slicerender.py
│           ├── sphere-cuboid
│           │   ├── sphere-cuboid000.png
│           │   ├── sphere-cuboid001.png
│           │   ├── sphere-cuboid002.png
│           │   ├── sphere-cuboid003.png
│           │   ├── sphere-cuboid004.png
│           │   ├── sphere-cuboid005.png
│           │   ├── sphere-cuboid006.png
│           │   ├── sphere-cuboid007.png
│           │   ├── sphere-cuboid008.png
│           │   ├── sphere-cuboid009.png
│           │   ├── sphere-cuboid010.png
│           │   ├── sphere-cuboid011.png
│           │   ├── sphere-cuboid012.png
│           │   ├── sphere-cuboid013.png
│           │   ├── sphere-cuboid014.png
│           │   ├── sphere-cuboid015.png
│           │   ├── sphere-cuboid016.png
│           │   ├── sphere-cuboid017.png
│           │   ├── sphere-cuboid018.png
│           │   ├── sphere-cuboid019.png
│           │   ├── sphere-cuboid020.png
│           │   ├── sphere-cuboid021.png
│           │   ├── sphere-cuboid022.png
│           │   ├── sphere-cuboid023.png
│           │   ├── sphere-cuboid024.png
│           │   ├── sphere-cuboid025.png
│           │   ├── sphere-cuboid026.png
│           │   ├── sphere-cuboid027.png
│           │   ├── sphere-cuboid028.png
│           │   ├── sphere-cuboid029.png
│           │   ├── sphere-cuboid030.png
│           │   ├── sphere-cuboid031.png
│           │   ├── sphere-cuboid032.png
│           │   ├── sphere-cuboid033.png
│           │   ├── sphere-cuboid034.png
│           │   ├── sphere-cuboid035.png
│           │   ├── sphere-cuboid036.png
│           │   ├── sphere-cuboid037.png
│           │   ├── sphere-cuboid038.png
│           │   ├── sphere-cuboid039.png
│           │   ├── sphere-cuboid040.png
│           │   ├── sphere-cuboid041.png
│           │   ├── sphere-cuboid042.png
│           │   ├── sphere-cuboid043.png
│           │   ├── sphere-cuboid044.png
│           │   ├── sphere-cuboid045.png
│           │   ├── sphere-cuboid046.png
│           │   ├── sphere-cuboid047.png
│           │   ├── sphere-cuboid048.png
│           │   ├── sphere-cuboid049.png
│           │   ├── sphere-cuboid050.png
│           │   ├── sphere-cuboid051.png
│           │   ├── sphere-cuboid052.png
│           │   ├── sphere-cuboid053.png
│           │   ├── sphere-cuboid054.png
│           │   ├── sphere-cuboid055.png
│           │   ├── sphere-cuboid056.png
│           │   ├── sphere-cuboid057.png
│           │   ├── sphere-cuboid058.png
│           │   ├── sphere-cuboid059.png
│           │   ├── sphere-cuboid060.png
│           │   ├── sphere-cuboid061.png
│           │   ├── sphere-cuboid062.png
│           │   ├── sphere-cuboid063.png
│           │   ├── sphere-cuboid064.png
│           │   ├── sphere-cuboid065.png
│           │   ├── sphere-cuboid066.png
│           │   ├── sphere-cuboid067.png
│           │   ├── sphere-cuboid068.png
│           │   ├── sphere-cuboid069.png
│           │   ├── sphere-cuboid070.png
│           │   ├── sphere-cuboid071.png
│           │   ├── sphere-cuboid072.png
│           │   ├── sphere-cuboid073.png
│           │   ├── sphere-cuboid074.png
│           │   ├── sphere-cuboid075.png
│           │   ├── sphere-cuboid076.png
│           │   ├── sphere-cuboid077.png
│           │   ├── sphere-cuboid078.png
│           │   ├── sphere-cuboid079.png
│           │   ├── sphere-cuboid080.png
│           │   ├── sphere-cuboid081.png
│           │   ├── sphere-cuboid082.png
│           │   ├── sphere-cuboid083.png
│           │   ├── sphere-cuboid084.png
│           │   ├── sphere-cuboid085.png
│           │   ├── sphere-cuboid086.png
│           │   ├── sphere-cuboid087.png
│           │   ├── sphere-cuboid088.png
│           │   ├── sphere-cuboid089.png
│           │   ├── sphere-cuboid090.png
│           │   ├── sphere-cuboid091.png
│           │   ├── sphere-cuboid092.png
│           │   ├── sphere-cuboid093.png
│           │   ├── sphere-cuboid094.png
│           │   ├── sphere-cuboid095.png
│           │   ├── sphere-cuboid096.png
│           │   ├── sphere-cuboid097.png
│           │   ├── sphere-cuboid098.png
│           │   ├── sphere-cuboid099.png
│           │   ├── sphere-cuboid100.png
│           │   ├── sphere-cuboid101.png
│           │   ├── sphere-cuboid102.png
│           │   ├── sphere-cuboid103.png
│           │   ├── sphere-cuboid104.png
│           │   ├── sphere-cuboid105.png
│           │   ├── sphere-cuboid106.png
│           │   ├── sphere-cuboid107.png
│           │   ├── sphere-cuboid108.png
│           │   ├── sphere-cuboid109.png
│           │   ├── sphere-cuboid110.png
│           │   ├── sphere-cuboid111.png
│           │   ├── sphere-cuboid112.png
│           │   ├── sphere-cuboid113.png
│           │   ├── sphere-cuboid114.png
│           │   ├── sphere-cuboid115.png
│           │   ├── sphere-cuboid116.png
│           │   ├── sphere-cuboid117.png
│           │   ├── sphere-cuboid118.png
│           │   ├── sphere-cuboid119.png
│           │   ├── sphere-cuboid120.png
│           │   ├── sphere-cuboid121.png
│           │   ├── sphere-cuboid122.png
│           │   ├── sphere-cuboid123.png
│           │   ├── sphere-cuboid124.png
│           │   ├── sphere-cuboid125.png
│           │   ├── sphere-cuboid126.png
│           │   ├── sphere-cuboid127.png
│           │   ├── sphere-cuboid128.png
│           │   ├── sphere-cuboid129.png
│           │   ├── sphere-cuboid130.png
│           │   ├── sphere-cuboid131.png
│           │   ├── sphere-cuboid132.png
│           │   ├── sphere-cuboid133.png
│           │   ├── sphere-cuboid134.png
│           │   ├── sphere-cuboid135.png
│           │   ├── sphere-cuboid136.png
│           │   ├── sphere-cuboid137.png
│           │   ├── sphere-cuboid138.png
│           │   ├── sphere-cuboid139.png
│           │   ├── sphere-cuboid140.png
│           │   ├── sphere-cuboid141.png
│           │   ├── sphere-cuboid142.png
│           │   ├── sphere-cuboid143.png
│           │   ├── sphere-cuboid144.png
│           │   ├── sphere-cuboid145.png
│           │   ├── sphere-cuboid146.png
│           │   ├── sphere-cuboid147.png
│           │   ├── sphere-cuboid148.png
│           │   ├── sphere-cuboid149.png
│           │   ├── sphere-cuboid150.png
│           │   ├── sphere-cuboid151.png
│           │   ├── sphere-cuboid152.png
│           │   ├── sphere-cuboid153.png
│           │   ├── sphere-cuboid154.png
│           │   ├── sphere-cuboid155.png
│           │   ├── sphere-cuboid156.png
│           │   ├── sphere-cuboid157.png
│           │   ├── sphere-cuboid158.png
│           │   ├── sphere-cuboid159.png
│           │   ├── sphere-cuboid160.png
│           │   ├── sphere-cuboid161.png
│           │   ├── sphere-cuboid162.png
│           │   ├── sphere-cuboid163.png
│           │   ├── sphere-cuboid164.png
│           │   ├── sphere-cuboid165.png
│           │   ├── sphere-cuboid166.png
│           │   ├── sphere-cuboid167.png
│           │   ├── sphere-cuboid168.png
│           │   ├── sphere-cuboid169.png
│           │   ├── sphere-cuboid170.png
│           │   ├── sphere-cuboid171.png
│           │   ├── sphere-cuboid172.png
│           │   ├── sphere-cuboid173.png
│           │   ├── sphere-cuboid174.png
│           │   ├── sphere-cuboid175.png
│           │   ├── sphere-cuboid176.png
│           │   ├── sphere-cuboid177.png
│           │   ├── sphere-cuboid178.png
│           │   ├── sphere-cuboid179.png
│           │   ├── sphere-cuboid180.png
│           │   ├── sphere-cuboid181.png
│           │   ├── sphere-cuboid182.png
│           │   ├── sphere-cuboid183.png
│           │   ├── sphere-cuboid184.png
│           │   ├── sphere-cuboid185.png
│           │   ├── sphere-cuboid186.png
│           │   ├── sphere-cuboid187.png
│           │   ├── sphere-cuboid188.png
│           │   ├── sphere-cuboid189.png
│           │   ├── sphere-cuboid190.png
│           │   ├── sphere-cuboid191.png
│           │   ├── sphere-cuboid192.png
│           │   ├── sphere-cuboid193.png
│           │   ├── sphere-cuboid194.png
│           │   ├── sphere-cuboid195.png
│           │   ├── sphere-cuboid196.png
│           │   ├── sphere-cuboid197.png
│           │   ├── sphere-cuboid198.png
│           │   ├── sphere-cuboid199.png
│           │   ├── sphere-cuboid200.png
│           │   ├── sphere-cuboid201.png
│           │   ├── sphere-cuboid202.png
│           │   ├── sphere-cuboid203.png
│           │   ├── sphere-cuboid204.png
│           │   ├── sphere-cuboid205.png
│           │   ├── sphere-cuboid206.png
│           │   ├── sphere-cuboid207.png
│           │   ├── sphere-cuboid208.png
│           │   ├── sphere-cuboid209.png
│           │   ├── sphere-cuboid210.png
│           │   ├── sphere-cuboid211.png
│           │   ├── sphere-cuboid212.png
│           │   ├── sphere-cuboid213.png
│           │   ├── sphere-cuboid214.png
│           │   ├── sphere-cuboid215.png
│           │   ├── sphere-cuboid216.png
│           │   ├── sphere-cuboid217.png
│           │   ├── sphere-cuboid218.png
│           │   ├── sphere-cuboid219.png
│           │   ├── sphere-cuboid220.png
│           │   ├── sphere-cuboid221.png
│           │   ├── sphere-cuboid222.png
│           │   ├── sphere-cuboid223.png
│           │   ├── sphere-cuboid224.png
│           │   ├── sphere-cuboid225.png
│           │   ├── sphere-cuboid226.png
│           │   ├── sphere-cuboid227.png
│           │   ├── sphere-cuboid228.png
│           │   ├── sphere-cuboid229.png
│           │   ├── sphere-cuboid230.png
│           │   ├── sphere-cuboid231.png
│           │   ├── sphere-cuboid232.png
│           │   ├── sphere-cuboid233.png
│           │   ├── sphere-cuboid234.png
│           │   ├── sphere-cuboid235.png
│           │   ├── sphere-cuboid236.png
│           │   ├── sphere-cuboid237.png
│           │   ├── sphere-cuboid238.png
│           │   ├── sphere-cuboid239.png
│           │   ├── sphere-cuboid240.png
│           │   ├── sphere-cuboid241.png
│           │   ├── sphere-cuboid242.png
│           │   ├── sphere-cuboid243.png
│           │   ├── sphere-cuboid244.png
│           │   ├── sphere-cuboid245.png
│           │   ├── sphere-cuboid246.png
│           │   ├── sphere-cuboid247.png
│           │   ├── sphere-cuboid248.png
│           │   ├── sphere-cuboid249.png
│           │   ├── sphere-cuboid250.png
│           │   ├── sphere-cuboid251.png
│           │   ├── sphere-cuboid252.png
│           │   ├── sphere-cuboid253.png
│           │   ├── sphere-cuboid254.png
│           │   └── sphere-cuboid255.png
│           ├── volreader.py
│           └── volrender.py
└── 好例子网_python极客项目.zip

24 directories, 488 files



标签: python .zip ZIP py 项目

实例下载地址

python极客项目.zip源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警