🤖
CodeBot Academy
🇰🇪 Coding & Robotics Platform
Learn to Code.
Build Robots.
Shape Tomorrow.
An interactive learning platform with structured courses, hands-on exercises, and real-world robotics projects — for the next generation of tech innovators.
100+
Lessons
5+
Courses
Free
To Join
Python & Web Development
From basics to full-stack projects
Arduino Robotics
Real hardware guides & circuit diagrams
Notes & Resources
Admin-curated materials per lesson
Track Your Progress
Visual progress across every course
robot_hello.py
# My first Arduino + Python project
import arduino
robot = arduino.connect('COM3')
robot.led(13, 'blink') # 🤖 it's alive!
print("Hello, World!")
import arduino
robot = arduino.connect('COM3')
robot.led(13, 'blink') # 🤖 it's alive!
print("Hello, World!")