- Raspberry Pi By Example
- Ashwin Pajankar Arush Kakkar
- 116字
- 2021-07-16 11:24:13
Chapter 1. Introduction to Raspberry Pi and Python
One can learn about topics in computer science in an easy way with the Raspberry Pi and Python. The Raspberry Pi family of single-board computers uses Python as the preferred development language. Using Raspberry Pi and Python to learn programming and computer science-related concepts is one of the best ways to start your journey in this amazing world of computers that is full of creative possibilities. We will explore these possibilities in this book.
We will commence our journey in this chapter by getting ourselves familiar with the following topics:
- Single-board computers
- Raspberry Pi
- Raspbian
- Setting up Raspberry Pi
- Basics of Python
- Turtle programming with Python
推薦閱讀
- JBoss Weld CDI for Java Platform
- Vue 3移動Web開發與性能調優實戰
- Mastering Yii
- Rust Essentials(Second Edition)
- Python編程:從入門到實踐
- 深入RabbitMQ
- Learning JavaScript Data Structures and Algorithms
- Hands-On Kubernetes on Windows
- 實戰Java高并發程序設計(第2版)
- 軟件測試技術
- UI動效設計從入門到精通
- Less Web Development Cookbook
- Python面向對象編程(第4版)
- Mastering PostgreSQL 11(Second Edition)
- Java算法從菜鳥到達人