Introduction

https://pixabay.com/photos/signature-names-lettering-smetana-1774114/ (Pixabay Free)
You probably think that art and programming couldn’t be more unalike, but actually they might be more similar than you think!
There are many modern artists whose main medium is code. For example: Mark Dorf, Josh Davis and Kyle McDonald.
In links section, you can find few websites that merge together art and programming.
Initials havle always been part of art. They are being used in paitings and photography.
In this lesson we wll learn how to draw inicials using python code.
Process
What it will look like…
Full process presentation is available in documents section
- Inicials use cases and history - Get inspiration from attached video COOLEST Signatures of Famous People
- Learn about libraries, and add turtle library to project. (pages 8 to 10)
- Control turtle by simple commands such as left turns, right turns, move forwards and move backwards. ( page 11)
- Use turtle to draw letter P (pages 12 to 13)
- Moving turtle without drawing (pages 14 to 15)
- Drawing the letter ‘Y’. (pages 16 to 17)
- Draw your own initials
- Extension - improve program by changing colour of the letters and the speed that the turtle draws. (pages 18 to 19)
Conclusion
Now check you have completed the following Learning Outcomes:
- Have deeper knowledge on initials
- Know how to import library into Python
- You are able to draw some simple colored graphics in Python using turtle at different speeds
Next steps:
You should now move to next Level 1 activity "Making a Monster"