Linux & Python for Raspberry Pi: Getting First Program with Python [Print Replica] Kindle Edition
by Richard Stallman
ASIN: B0BK65JVSF
Publication date: October 22, 2022
Language 语言: English
File size: 21894 KB
Book Description
By finelybook
The Raspberry Pi is a single-board computer that’s ideal when you need to perform fast machine learning (ML) inferencing in a small form factor without user experience. You can use the Raspberry Pi in a wide variety of ways like a compact PC controls robots, smart homes, web server or can be used make games in the living room.
This book introduces you use the Raspberry Pi. No experience you will be easy to write first programs with Python language and use it put program to the Raspberry Pi get control the hardware through the GPIO terminal connector, LED, motors, camera object detect and more with this book will immediately put your knowledge with real code practice.
Table of Contents
Chapter1: Linux & Python for Raspberry Pi
1. Installation
1.1 Introduction
1.2 Os(Rasbian) Installtion
1.3 Development Environment
2. Linux Basic
2.1 Introduction to Unix & Linux
2.2 Linux Command Syntax
3. Linux File System
3.1 File & Directory Command
3.2 Standard I/O
3.3 File Permission
3.4 File System and Link
4. Shell Scripting
4.1 VI Editor
4.2 Shell programming
5. Process & System
5.1 Process
5.2 System Initialization
5.3 User
5.4 Utilities & APT
6. Python Basic
6.1 Introduction
6.2 Syntax
6.3 Data Structure
6.4 Function
6.5 Module
6.6 Class
6.7 Exception
6.8 File I/O
6.9 Thread
6.10 Networking
7. Python Web Programming
7.1 Introduction
7.2 HTTP
7.3 Flask
7.4 WebSocket
Chapter2: Raspberry-Pi for Prototyping
1. Raspberry-Pi & GPIO
1.1. GPIO
1.2. Digital Output
1.3. Digital Input
1.4. Analog Output – PWM
1.5. Analog Input – RC Circuit
1.6. High Level Sensor Modules
2. Raspberry-Pi Communication
2.1 Serial Communication
2.2 UART
2.3 I 2 C
2.4 SPI
2.5 Bluetooth
2.6 BLE – Beacon
3. Raspberry-Pi Multimedia
3.1 Buzzer
3.2 Audio
3.3 Camera
3.4 CCTV
3.5 OpenCV Computer Vision
8. Raspberry-Pi Web IoT
8.1 Introduction
8.2 Web with GPIO
8.3 Camera Web Streaming
9. Appendix