Penrose Square with Python Turtle 04/23/201904/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:22 pm Categories: Difficulty Level 4 math Draw an impossible Penrose Square: Tags: illusion, math Post navigation PREVIOUS Previous post: City Skyline with Python TurtleNEXT Next post: Penrose Pentagon with Python Turtle Related Post Animating Lissajous Curve with Python TurtleAnimating Lissajous Curve with Python Turtle 04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We drew a Lissajous Curve with fixed value for k1 (3) and k2 (2). Lets gradually change k1 from 0 to 3 and draw each one of them to generate READ MOREREAD MORE Drawing Graphs of Functions with Python TurtleDrawing Graphs of Functions with Python Turtle 06/22/201906/22/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw graphs of functions with Python Turtle. Hint: use Turtle’s setworldcoordinates() function. The following is graphs of some selected functions: READ MOREREAD MORE Random Mountain Curve with Python TurtleRandom Mountain Curve with Python Turtle 04/21/201904/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a random mountain curve given two end points. Tutorial for this project available: How to Draw Random Mountain Curves with Python and Turtle What’s next:Draw Blue Sky, Mountains, Clouds READ MOREREAD MORE
Animating Lissajous Curve with Python TurtleAnimating Lissajous Curve with Python Turtle 04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment We drew a Lissajous Curve with fixed value for k1 (3) and k2 (2). Lets gradually change k1 from 0 to 3 and draw each one of them to generate READ MOREREAD MORE
Drawing Graphs of Functions with Python TurtleDrawing Graphs of Functions with Python Turtle 06/22/201906/22/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw graphs of functions with Python Turtle. Hint: use Turtle’s setworldcoordinates() function. The following is graphs of some selected functions: READ MOREREAD MORE
Random Mountain Curve with Python TurtleRandom Mountain Curve with Python Turtle 04/21/201904/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a random mountain curve given two end points. Tutorial for this project available: How to Draw Random Mountain Curves with Python and Turtle What’s next:Draw Blue Sky, Mountains, Clouds READ MOREREAD MORE