Python Programming
In this workshop, students learned the basics of the Python programming language and used it to draw shapes.

1. The Concept
We started by explaining how computers execute instructions. Students learned basic Python syntax, including variables, loops, and function calls.
They learned that code must be written in a specific order for the computer to understand it and perform the correct actions.
2. Coding
Students used the Python Turtle Graphics library to draw shapes on the screen. They started by drawing a simple square.
Then, they used combinations of loops and movement commands to create more complex patterns, such as stars, spirals, and concentric circles.


3. The Projects
By the end of the session, each student created a digital art piece using Python.
They applied the coding concepts they learned to make their own unique shape and pattern projects.







