Giter VIP home page Giter VIP logo

practical-python-programming-for-iot's Introduction

Practical Python Programming for IoT

The code in this repository accompanies the Packt Book Practical Python Programming for IoT, published by Packt.

Practical Python Programming for IoT Book Cover

Table of Contents (PDF)


Purchasing Practical Python Programming for IoT

Practical Python Programming for IoT is available through Packt and Amazon.


Repository Contents

Errata - Corrections and clarifications to the published content

Chapter 1 - Setting Up Your Development Environment

Chapter 2 - Introduction to Python and IoT

Chapter 3 - RESTFul APIs and Web Socket Services with Flask

Chapter 4 - Distributed Systems with Python and MQTT

Chapter 5 - Connecting Your Raspberry Pi to the Physical World

Chapter 6 - Electronics 101 for the Software Engineer

Chapter 7 - Switching Things On and Off

Chapter 8 - Lights, Indicators and Displaying Information

Chapter 9 - Measuring Temperature, Humidity and Moisture

Chapter 10 - Movement with Motors, Servos and Steppers

Chapter 11 - Measuring Distance and Detecting Movement

Chapter 12 - Advanced IoT Programming Concepts - Event-Loops, Threads, PubSub & AsyncIO

Chapter 13 - IoT and Automation Platforms

Chapter 14 - Tying it Altogether - An IoT Christmas Tree

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781838982461

practical-python-programming-for-iot's People

Contributors

garyns avatar garyss2000 avatar packt-itservice avatar packtutkarshr avatar romydias avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

practical-python-programming-for-iot's Issues

chapter02 button_pigpio.py and button_gpiozero.py use different debounce times

In chapter02, button_gpiozero.py uses debounce time of 0.1 seconds. button_pigpiozero.py uses debounce time of 10000 microseconds. I think the idea of chapter 2 is to execute the same functionality using pigpio and gpiozero, so this difference in debounce time can be confusing for readers.

10000 microseconds == 0.01 seconds != 0.1 seconds

Chapter 4 - mosquitto.conf needs to allow anonymous

With a default install of mosquitto, it throws the following error unless you modify either the mosquitto.conf file or mostquitto_pyiot.conf file to allow_anonymous true

Connection error: Connection Refused: not authorised.

Chapter 09 imports failing

I ran all the imports and installed requirements.txt - ldr_ads1115_calibrate.py fails with "no module named 'board". I commented out that line, and it also can't find 'busio'

Please advise.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.