Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 457 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 457 Bytes

Python-Turtle-Tutorial

This is a quick Python tutorial aimed at beginning programmers. It uses the turtle module to teach the basics of variables, functions, and loops.

The PDF version of the tutorial was generated with pandoc, using the following incantation:

pandoc Tutorial.md -o Tutorial.pdf --highlight-style=tango

You can download just the PDF from the releases page.