Cool Computer Science Thing of the Day
Reading Questions
Quiz
Introduction to Linux
- How to create directories (create one for today’s activities)
- How to launch applications (pin Emacs so its easier to get to)
Introduction to Emacs
- How to create (visit) a file (Don’t name it turtle.py)
- How to execute a Python program (Tools>Compile… python3 my_awsome_program.py)
- Don’t for get the exitonclick()
- Double-clicking will not open it in Emacs (unless we change that)
Turtle Graphics
- Order matters, for errors and output (click on error for location in code)
Lab
- Team coding
- lab1