Just don’t make it angry
07 November 2022
I made a robot that can see using sound. #shorts
03 November 2022
Best night of his life
12 October 2022
What happens when robots die?
11 October 2022
Pomodoro robot! This is a work in progress but too cute not to share
30 September 2022
Build your own web server using a Raspberry Pi Pico W using Phew.
28 August 2022
MeArm
Potato Powered Pico
Pinout.XYZ
Makers Central
Chip
Pico Birthday Card
Build your own BurgerBot
Raspberry Pi Pico with MicroPython - GPIO Mastery
Using Redis with Python
SMARS Quad
SMARS
Robot Eye Mechansim
KevsRobots Learning Platform
10% Percent Complete
By Kevin McAleer, Duration: 2 Minutes
Welcome to the first lesson of the Using Redis with Python course. In this lesson, we will introduce Redis and its use cases. You will learn what Redis is, why you should use it, and where to download it.
Redis
In this lesson, we will cover:
Redis is an in-memory data structure store that can be used as a database, cache, and message broker. Redis supports a wide variety of data structures, including strings, hashes, lists, sets, and sorted sets. Redis is designed to be fast, efficient, and scalable.
Redis has many use cases, including:
You can download Redis from the official Redis website at https://redis.io/download. Redis is available for Windows, macOS, and Linux.
After completing this lesson, you should have a basic understanding of what Redis is, why you should use it, and where to download it.
To complete this lesson, you will need:
In this lesson, we introduced Redis and its use cases. We covered what Redis is, why you should use it, and where to download it. In the next lesson, we will cover how to use Redis with Python.
Next >