Square Grid 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 5:57 pm Categories: Difficulty Level 3 loop Write a program that draws a square grid. This shape is also called square tessellation or square tiling. Square Grid with Python Turtle Tags: loop, regular tessellation, tessellation Post navigation PREVIOUS Previous post: Hex GridNEXT Next post: Square Grid Animation 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 Hex MosaicHex Mosaic 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library. READ MOREREAD MORE Recursive StarsRecursive Stars 03/26/201903/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following recursive stars. 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
Hex MosaicHex Mosaic 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library. READ MOREREAD MORE
Recursive StarsRecursive Stars 03/26/201903/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following recursive stars. READ MOREREAD MORE