With Thonny you can easily begin to code Python Scripts on Raspberry Pi OS. Thonny is a very simple Python IDE that is easy to learn.
Related Articles
Programming - Intro
Programming Intro – Wireframing Intro
Wireframing is simply sketching out the design for your application before you start building it. You can use a pen and paper, Google Docs, or specialized Wireframing Software. By using Wireframing you can make edits […]
*NEW
Python and ChatGPT API – Introduction
This class shows you how to use Python to interact with the ChatGPT API and create your own AI powered apps. openai-streamed.py openai-nonstreamed.py openai-autoblog.py
*NEW
Raspberry Pi – Control GPIO Pins with GPIOzero Library
The GPIOzero Python Package allows you to control and read from the GPIO Pins on your Raspberry Pi. GPIOzero is included in the Raspberry Pi Operating System, and can be installed on other distros. GPIOzero […]
Be the first to comment