Rope 03/09/201903/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:52 pm Categories: Difficulty Level 8 loop math Draw a simple rope like following figure. You may need to use sine and cosine functions. Python Turtle Rope Tags: loop, loops, math Post navigation PREVIOUS Previous post: Pythagorean SpiralNEXT Next post: Circular Rope Related Post Diamond SnowflakeDiamond Snowflake 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use a loop to draw the following diamond snowflake. READ MOREREAD MORE Center Connected Hexagon (Source Code)Center Connected Hexagon (Source Code) 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a regular hexagon that have vertices connected to the center. Use for loop to draw this shape. Source Code: 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
Diamond SnowflakeDiamond Snowflake 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use a loop to draw the following diamond snowflake. READ MOREREAD MORE
Center Connected Hexagon (Source Code)Center Connected Hexagon (Source Code) 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a regular hexagon that have vertices connected to the center. Use for loop to draw this shape. Source Code: 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