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 – Coding Frameworks Intro
Frameworks are prepackaged libraries of code and routines that you can use to more quickly and easily write your projects. Most coding languages have a number of different Frameworks available, and each Framework is designed […]

*NEW
Linux Projects – Import NMAP XML Output Into MySQL with PHP
In this project we parse an nmap XML output file and then add the values to a MySQL Database Table. We then create a basic report that pulls the values out of the database and […]

Programming - Intro
Programming Intro – API (Application Programming Interface) Intro
Service Oriented Architecture means that many times your servers and software will be communicating with cloud based API’s instead of other physical servers. API’s give you services that a server would be too expensive to […]
Be the first to comment