Rotating Rainbow Spiral 03/05/201903/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 6:42 pm Categories: colorsys Difficulty Level 5 for loop loop Animate the rainbow spiral by making it rotate. Tags: animation, colorsys, for loop, hsv, loop, loops, spiral Post navigation PREVIOUS Previous post: Rotating Square SpiralNEXT Next post: Basic Leaf Related Post Estimating π with Monte Carlo Method and EllipseEstimating π with Monte Carlo Method and Ellipse 03/14/201903/14/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Monte Carlo Methods are interesting algorithms that rely on random sampling to obtain numeric result (Wikipedia). Since today is Pi Day, we are going to design a Monte Carol method READ MOREREAD MORE Penrose Polygons with Python TurtlePenrose Polygons with Python Turtle 04/23/201904/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Generalize Penrose Polygons to be able to draw polygon of any number of sides: READ MOREREAD MORE 3D Tessellation Effect with Python Turtle3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. READ MOREREAD MORE
Estimating π with Monte Carlo Method and EllipseEstimating π with Monte Carlo Method and Ellipse 03/14/201903/14/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Monte Carlo Methods are interesting algorithms that rely on random sampling to obtain numeric result (Wikipedia). Since today is Pi Day, we are going to design a Monte Carol method READ MOREREAD MORE
Penrose Polygons with Python TurtlePenrose Polygons with Python Turtle 04/23/201904/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Generalize Penrose Polygons to be able to draw polygon of any number of sides: READ MOREREAD MORE
3D Tessellation Effect with Python Turtle3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. READ MOREREAD MORE