Getting Started with Python for the Internet of Things : Leverage the Full Potential of Python to Prototype and Build IoT Projects Using the Raspberry Pi.
This Learning Path takes you on a journey in the world of robotics and teaches you all that you can achieve with Raspberry Pi and Python - from building a movie recommendations system to creating your own self-driven robotic vehicle.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | , , , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing Ltd,
2019.
|
Colección: | Learning path
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with a Raspberry Pi 3 Computer; Introduction; Introducing Raspberry Pi; What's with the name?; Why Python?; Python 2 and Python 3; Which version of Python should you use?; The Raspberry Pi family
- a brief history of Pi; Which Pi to choose?; Connecting to Raspberry Pi; Getting ready; How to do it ... ; There's more ... ; Secondary hardware connections; Using NOOBS to set up your Raspberry Pi SD card; Getting ready; How to do it ... ; How it works ... ; There's more ...
- Changing the default user passwordEnsuring that you shut down safely; Preparing an SD card manually; Expanding the system to fit in your SD card; Accessing the RECOVERY/BOOT partition; Using the tools to back up your SD card in case of failure; Networking and connecting your Raspberry Pi to the internet via an Ethernet port, using a CAT6 Ethernet cable; Getting ready; How to do it ... ; There's more ... ; Using built-in Wi-Fi and Bluetooth on Raspberry Pi; Getting ready; How to do it ... ; Connecting to your Wi-Fi network; Connecting to Bluetooth devices; Configuring your network manually
- Getting readyHow to do it ... ; There's more ... ; Networking directly to a laptop or computer; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Direct network link; See also; Getting ready; How to do it ... ; There's more ... ; Using USB wired network adapters; Connecting to the internet through a proxy server; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Connecting remotely to Raspberry Pi over the network using VNC; Getting ready; How to do it ... ; There's more ... ; Connecting remotely to Raspberry Pi over the network using SSH (and X11 forwarding)
- Getting readyHow to do it ... ; How it works ... ; There's more ... ; Running multiple programs with X11 forwarding; Running as a desktop with X11 forwarding; Running Pygame and Tkinter with X11 forwarding; Sharing the home folder of Raspberry Pi with SMB; Getting ready; How to do it ... ; Keeping Raspberry Pi up to date; Getting ready; How to do it ... ; There's more ... ; Chapter 2: Dividing Text Data and Building Text Classifiers; Introduction; Building a text classifier; How to do it ... ; How it works ... ; See also; Pre-processing data using tokenization; How to do it ... ; Stemming text data
- How to do it ... Dividing text using chunking; How to do it ... ; Building a bag-of-words model; How to do it ... ; Applications of text classifiers; Chapter 3: Using Python for Automation and Productivity; Introduction; Using Tkinter to create graphical user interfaces; Getting ready; How to do it ... ; How it works ... ; Creating a graphical application
- Start menu; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Displaying photo information in an application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Organizing your photos automatically; Getting ready