Python On Raspberry PI
- P S
- Jan 1, 2021
- 1 min read
Python programming is easy to understand & we need it for raspberry pi. There is default python on the raspberry pi but Python Idle with the latest version is helpful to create programming. The complete process available here. Just go through it!!
🔴IDLE (Integrated Development and Learning Environment) is an integrated development environment (IDE) for Python.
🟢The Raspberry Pi Foundation specifically selected Python as the main language because of its power, versatility, and ease of use.
🟡Python comes pre-installed on Raspbian, so you'll be ready to start from the get-go.
Commands:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install idle3
For more:-
🔥🔥Note:- During installation, if there will be any Error then please use the same command again on the PI terminal !!!
Comments