Awesome Trigonometry
Repository of trigonometric experiments with Python and Turtle.
Maybe like me before, you know how to program but you don't know how to use trigonometric functions.
Therefore, this repository is focused on illustrating with animations, and if this is not possible, just showing the code may be enough to understand the concepts.
Otherwise, if you have any questions, don't forget to open an issue.
Enjoy and have good studies!
It's your first time here? You might want to look at all available drawings:
python3 all.py
Pythagorean theorem illustrated.
- Draw axes cross.
- Draw a right-angled triangle of random size.
- Draw the square of all sides of the triangle.
python3 pythagorean_theorem.py
Drawing a circle and filling it with colorful segments.
- Draw the cross of the axes.
- Draw the circumference of the circle.
- Draw colored segments inside the circle, resulting in a colored fill.
python3 colorful_filled_circle.py