Do you or your child have an interest in computers? If so, this course could be the perfect introduction to programming. Whether you are interested in videogames, websites, or robotics, Python is the perfect place to start.
This course will teach Python 3, a very beginner friendly programming language used for a variety of purposes.
import colors as c
import time
while True:
print(c.random() + 'Python is awesome' + '!' * 5,
end='\r')
time.sleep(0.1) # 0.1 seconds