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
HTML Intro
HTML Intro – Title Tag
The Title Tag allows you to name your HTML document, and is very important for SEO purposes. title.html
CSS and HTML 5
CSS and HTML 5 – CSS 3 and HTML 5 Introduction
CSS, or Cascading Style Sheets, are the way you can format your HTML to look pretty. CSS and HTML used to be considered separate technologies, but with HTML5 they are now combined as one skill […]
*NEW
PHP – Send Shell Commands with shell_exec()
The shell_exec() function allows you to send commands to the Command Line using PHP. You can use this for everything from pinging websites, to calling installed apps such as FFMPEG. shell_exec() also returns the results […]
Be the first to comment