Computational Thinking
A Gentle Introduction
A Gentle Introduction
Welcome! There are three options to this session:
1. If you want a gentle and fun introduction to programming by creating some really cool drawings, check out "Python Drawing" - it uses a newer version of the Turtle library that many people may remember from childhood.
https://sites.google.com/bartucz.com/comp/turtle
2. If you are already a beginning (or experienced) programmer, but want to learn more about Python, jump right to the Python Programming section
https://sites.google.com/bartucz.com/comp/python-programming
3. Finally, if you want to get a deep dive into Computational Thinking, I'll be walking people through teaching a computer how to sort!