Cargando…

Raspberry Pi 3 Cookbook for Python Programmers : Unleash the potential of Raspberry Pi 3 with over 100 recipes, 3rd Edition.

Raspberry Pi 3 is a tiny affordable chip used to learn and program through interactive projects. It has gained a lot of traction as the first choice in single-board computers due to its versatility. It extends a wide range of support to Python programming. This recipe-based guide will allow you to s...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Fernandes, Dr. Steven Lawrence
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2018.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; 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 password; Ensuring 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 manuallyGetting ready; How 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; Networking and connecting your Raspberry Pi to the internet via a USB Wi-Fi dongle; 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 ready; How 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.