Circuit Basics - Raspberry Pi - Programming Subcategory Image

Raspberry Pi

Sharpen Your Programming Skills

Using sudo su to enter root mode

42 of the Most Useful Raspberry Pi Commands

Scott Campbell676 min read
Keeping track of all of the useful Raspberry Pi commands can be overwhelming, so here is a list of the most common and important ones.
How to write and run a python program on the Raspberry Pi

How to Write and Run a Python Program on the Raspberry Pi

Scott Campbell365 min read
Find out what Python programs are and how they’re used. We also have a “hello world” example so you can compile and run Python programs on the Raspberry Pi.
Programming With Your Android Smartphone - Tools You Need

Programming With Your Android Smartphone: The Tools You Need

Scott Campbell245 min read
An in-depth look at some of the essential tools you’ll need for programming on your Android smartphone.
BASH Script Tutorial - How to Write and Run a Shell Script on the Raspberry Pi

How to Write and Run a Shell Script on the Raspberry Pi

Scott Campbell164 min read
Find out what shell scripts are and how they’re used. We have a “hello world” example so you can write and run your own shell scripts on the Raspberry Pi.
How to Write and Run a C Program on the Raspberry Pi

How to Write and Run a C Program on the Raspberry Pi

Scott Campbell55 min read
Find out what C programs are and how they’re used. We’ll also do a “hello world” example so you can compile and run your own C programs on the Raspberry Pi.
Running Programs Automatically - Featured

How To Start Programs Automatically on the Raspberry Pi

Ruzell Ramirez53 min read
How to start Raspberry Pi programs automatically on boot or at regular time intervals using Cron.
Neural Networks in Python: Ann - Sequential-stacked Perceptrons

Neural Networks in Python: ANN

Ruzell Ramirez29 min read
Learn the fundamentals of neural networks. Here’s your guide to understanding what they are and how to create one in Python.
Neural Networks in Python: Perceptrons

Neural Networks in Python: Perceptrons

Ruzell Ramirez28 min read
Learn the fundamentals of neural networks and deep learning—here’s your introduction to the standard perceptron model and its implementation in Python.
Running Linux from Python - Featured

How to Run Linux Commands With Python on the Raspberry Pi

Ruzell Ramirez25 min read
Learn how to run Linux shell commands with Python on the Raspberry Pi. Step by step instructions and example code included.