

As soon as the keyboard, mouse and display are connected via HDMI cable, we can start it. Transfer Raspberry Pi Raspbian OS to an SD Card (Windows)Īfter the image is on the SD card, we insert it into the Raspberry Pi. Then we transfer the included file to the micro SD card. The Raspberry Pi Foundation provides the so-called Raspbian OS, which we need to download.

First of all, it is necessary that the Raspberry Pi gets an operating system. Raspberry Pi (the model doesn’t matter – I don’t recommend Model Zero)īefore we start programming, we need to take a few steps to set up the environment.To get started, we need the following hardware parts: Programming the Raspberry Pi: Getting Started with Python (Simon Monk).pure Python basics: Python Crash Course (Eric Matthes ).In particular, I can recommend one of these two books for learning: A book is very useful for deepening your knowledge and looking things up. We use Python as the programming language, since it is one of the easiest languages to learn for beginners and there are also usually the most references and examples available.Ī note in advance: The tutorial series is intended to make it easier to get started with programming on the Raspberry Pi, but should not be taken as an independent course. The big advantage is that we can also write a hardware-related code, which allows us to use the Raspberry Pi’s GPIO pins. Therefore I would like to clear that hurdle in this series of tutorials and encourage learning to program with the Raspberry Pi. Many (absolute) beginners get a Raspberry Pi as a gift, but have often little or no programming knowledge.
