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
Lego & Robots
CyberDog
Raspberry Pi 5
Tags
SMARS
Facebot
Learn how to program SMARS with Arduino
Build a SMARS Robot in Fusion 360
Python for beginners
Create Databases with Python and SQLite3
Build your own BurgerBot
Raspberry Pi Pico with MicroPython - GPIO Mastery
KevsRobots Learning Platform
10% Percent Complete
By Kevin McAleer, 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.
Using Redis with Python
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 >