April 2017
Beginner to intermediate
312 pages
7h 23m
English
It is possible to execute code written using any text editor via the Linux Terminal. For example, Let's say the file helloworld.py is saved in a folder named code_samples on the Raspberry Pi's desktop. This file may be executed as follows from the Linux Terminal:
cd /home/pi/Desktop/code_samples
python3 helloworld.py
Read now
Unlock full access