how to use python to code raspberry pi | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

how to use python to code raspberry pi

9th Oct 2016, 8:45 AM
A.J Dhibiah
A.J Dhibiah - avatar
5 Answers
9th Oct 2016, 9:36 AM
Andrew Dunk
Andrew Dunk - avatar
+ 2
Raspberry Pi is a kind of small computer with variant of Linux, Windows and other embedded system OS. Once the OS is installed you can write and run a python program same as computer. Power of Raspberry Pi come from access to input output pins called GPIO. Using them you can connect and control external devices. Documentation for GPIO: https://www.raspberrypi.org/documentation/usage/gpio/ For python, there is a library to easily use gpio pins called RPi.GPIO It can be imported in the python program and can be used like any other imported library. http://makezine.com/projects/tutorial-raspberry-pi-gpio-pins-and-python/
10th Oct 2016, 10:30 AM
Rohit Kumar
+ 1
python IDLE is installed on Rpy, if you use it with rasbian OS.
9th Oct 2016, 7:07 PM
Benedek Máté Tóth
Benedek Máté Tóth - avatar
0
What GNU/Linux distribution are you running.
23rd Dec 2016, 11:54 PM
Thomas Story
Thomas Story - avatar