Code Codecademy and Python

Does Codecademy explain how to use the fundamentals of Python. Like how to run a raspberry pi or tell a robot arm to move?

1 Like

Codecademy does not explain robotics, only the programming side. You are taught the basic Python knowledge, such as loops, conditionals, classes and basic data structures, needed for any python project.

For starting with raspberry pi, check out the learning resources on the RPi website: https://www.raspberrypi.org/resources/learn/

If this helped, please be so kind as to mark this answer as the solution. Thanks :slight_smile:

2 Likes