Linux is a free, open -source operating system that powers a lot of the world's computers. In this Term you will begin learning how to work in the Linux environment.
Command Line Interface is where you will learn how to interact with your system, run scripts, and more!
Python is an easy-to-learn language that is one of the most popular and versatile languages. You will use Python to run your server and scripts on your Raspberry Pi.
Flask will allow you to work on the back end of your web apps and build dynamic web applications that will extend your current front end skills.
Raspberry Pi, a small credit card-sized computer that allows you to build hardware-based projects that communicate with the web.
APIs allow you to access 3rd party data that you can display in your projects. You will also build your own APIs with Python.
Sensors: Your Pi is designed to interact with the world with its GPIO pins. Learn how to use Python and the GPIO zero library to detect movement, move motors and make things happen.
Get an overview of Term 1 along with a review of the content covered over the summer. Get set up with a checklist of the hardware components you will be interacting with throughout this term to make sure you are prepared to start your first project!
Get familiar with the Raspberry Pi and the Linux-based OS. Learn basic bash commands that will help you navigate through your directories and set up your projects.
Start practicing your coding skills with Python. Learn the syntax of the Python language and compile simple scripts. Then learn to create a web server using Flask!
Start practicing your coding skills with Python. Learn the syntax of the Python language and compile simple scripts. Then learn to create a web server using Flask!
Start practicing your coding skills with Python. Learn the syntax of the Python language and compile simple scripts. Then learn to create a web server using Flask!
Start practicing your coding skills with Python. Learn the syntax of the Python language and compile simple scripts. Then learn to create a web server using Flask!
Play with the SenseHAT module more and explore the different possibilities and projects that we can make.
Learning how to handle input detected on hardware devices and implement the fundamental logic for a 2D game.
Build your own web server that serves API data to your local network.
Build your own Internet of Things project that uses your Raspberry Pi, the GPIO zero library, Sense Hat module and other APIs . This project is the final project for the term .