Internet-of-Things-with-Python:Packt Publishing发布的使用Python的物联网代码存储库

时间:2021-05-28 12:42:38
【文件属性】:
文件名称:Internet-of-Things-with-Python:Packt Publishing发布的使用Python的物联网代码存储库
文件大小:1.37MB
文件格式:ZIP
更新时间:2021-05-28 12:42:38
Python #物联网与Python 这是Packt发行的代码存储库。 它包含从头到尾完成本书所必需的所有支持项目文件。 ##说明和导航 本书随附的代码旨在帮助您进行练习,而不是代替本书本身。 出于上下文使用,该代码可能会导致无法使用的配置,并且不提供任何保修。 该代码将如下所示: class NumberInLeds: def __init__(self): self.leds = [] for i in range(9, 0, -1): led = Led(i, 10 - i) self.leds.append(led) def print_number(self, number): print("==== Turning on {0} LEDs ====".format(num
【文件预览】:
Internet-of-Things-with-Python-master
----Chapter 05()
--------iot_fritzing_chapter_05_03.fzz(13KB)
--------iot_python_chapter_05_02.py(6KB)
--------iot_python_chapter_05_04.py(7KB)
--------iot_python_chapter_05_03.py(7KB)
--------iot_fritzing_chapter_05_01.fzz(5KB)
--------iot_fritzing_chapter_05_04.fzz(12KB)
--------iot_python_chapter_05_01.py(1KB)
--------iot_fritzing_chapter_05_02.fzz(5KB)
----Chapter 04()
--------iot_python_chapter_04_04.py(4KB)
--------iot_python_chapter_04_01.py(2KB)
--------iot_python_chapter_04_02.py(4KB)
--------iot_fritzing_chapter_04_03.fzz(7KB)
--------iot_fritzing_chapter_04_02.fzz(8KB)
--------iot_python_chapter_04_03.py(4KB)
----Chapter 10()
--------iot_python_chapter_10_01.py(6KB)
----LICENSE(1KB)
----Chapter 09()
--------iot_python_chapter_09_01.py(4KB)
--------iot_python_chapter_09_05.py(6KB)
--------iot_python_chapter_09_04.py(3KB)
--------iot_python_chapter_09_06.py(1KB)
--------iot_python_chapter_09_02.py(6KB)
--------iot_python_chapter_09_03.py(6KB)
----Software_Hardware_List.PDF(326KB)
----Chapter 03()
--------iot_python_chapter_03_07.py(1KB)
--------iot_python_chapter_03_03.py(1KB)
--------iot_python_chapter_03_06.py(1KB)
--------iot_fritzing_chapter_03_02.fzz(14KB)
--------iot_python_chapter_03_01.py(660B)
--------iot_python_chapter_03_02.py(692B)
--------iot_fritzing_chapter_03_06.fzz(13KB)
--------iot_python_chapter_03_05.py(1KB)
--------iot_python_chapter_03_04.py(1KB)
----README.md(2KB)
----Chapter 06()
--------iot_python_chapter_06_01.py(570B)
--------iot_python_chapter_06_06.py(4KB)
--------iot_fritzing_chapter_06_03.fzz(10KB)
--------iot_python_chapter_06_04.py(4KB)
--------iot_python_chapter_06_05.py(4KB)
--------iot_python_chapter_06_03.py(4KB)
--------iot_fritzing_chapter_06_01.fzz(4KB)
--------iot_fritzing_chapter_06_02.fzz(5KB)
--------iot_python_chapter_06_02.py(3KB)
----Chapter 07()
--------iot_python_chapter_07_01.py(2KB)
--------iot_python_chapter_07_04.py(1KB)
--------iot_python_chapter_07_05.py(1KB)
--------iot_fritzing_chapter_07_01.fzz(6KB)
--------iot_fritzing_chapter_07_05.fzz(6KB)
--------iot_python_chapter_07_02.py(1KB)
--------iot_fritzing_chapter_07_03.fzz(5KB)
--------iot_fritzing_chapter_07_02.fzz(6KB)
--------iot_python_chapter_07_03.py(4KB)
----Chapter 08()
--------iot_fritzing_chapter_08_01.fzz(308KB)
--------iot_fritzing_chapter_08_02.fzz(308KB)
--------iot_python_chapter_08_03.py(3KB)
--------iot_python_chapter_08_02.py(3KB)
--------iot_python_chapter_08_01.py(3KB)
--------iot_fritzing_chapter_08_03.fzz(310KB)

网友评论