Difference between revisions of "RaspberryPi:Programming"
Jump to navigation
Jump to search
(Created page with "= Overview = The Raspberry Pi can run a Linux based operating system, and can therefore use almost any programming language. For the sake of interfacing with the GPIOs, Python...") |
(No difference)
|
Revision as of 07:47, 6 February 2020
Overview
The Raspberry Pi can run a Linux based operating system, and can therefore use almost any programming language. For the sake of interfacing with the GPIOs, Python and C/C++ are usually considered the simplest, and you will find the most resources.
For programming in Python, please visit RaspberryPi:ProgrammingInPython.
For programming in C or C++, please visit RaspberryPi:ProgrammingInC.