Let’s have some fun today and learn on how to draw a pyramid with Python.
Tag: draw
Python code to draw cos(x) using matplotlib
Let’s draw again. This time we will use a matplotlib and numpy to get python cos(x) graph.
Here’s how to draw a hyperbola
Draw random stars using turtle
I’m having fun drawing random objects with Python. Let’s play around and draw random 3 stars.