Let It Snow 03/04/201903/04/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:09 am Categories: animation Difficulty Level 9 list python random recursion Create a list of snowflakes and let them fall slowly with random drifting movement. Video of this animation: Tags: animation, list, random, recursion Post navigation PREVIOUS Previous post: SnowflakeNEXT Next post: Archimedean Spiral Related Post Colored Spiral of Spirals with Python Turtle (Source Code)Colored Spiral of Spirals with Python Turtle (Source Code) 09/16/202009/16/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Just for fun, draw a colored version of spiral of spirals using the colorsys library. Source Code: (This may a few minutes) READ MOREREAD MORE 24 Game Solver with Python Turtle (Source Code Included)24 Game Solver with Python Turtle (Source Code Included) 12/04/201912/04/2019 | JinshengJinsheng | 0 Comment 24 Game is a mathematical puzzle that make 4 numbers make evaluate to 24 with basic arithmetical operators ( +, -, ×, ÷). For example, given 4 numbers 1,5,5,5, we READ MOREREAD MORE Slanted Fractal Tree (Source Code)Slanted Fractal Tree (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw the following slated fractal tree. Notice that the pensize also changes. Source Code: READ MOREREAD MORE
Colored Spiral of Spirals with Python Turtle (Source Code)Colored Spiral of Spirals with Python Turtle (Source Code) 09/16/202009/16/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Just for fun, draw a colored version of spiral of spirals using the colorsys library. Source Code: (This may a few minutes) READ MOREREAD MORE
24 Game Solver with Python Turtle (Source Code Included)24 Game Solver with Python Turtle (Source Code Included) 12/04/201912/04/2019 | JinshengJinsheng | 0 Comment 24 Game is a mathematical puzzle that make 4 numbers make evaluate to 24 with basic arithmetical operators ( +, -, ×, ÷). For example, given 4 numbers 1,5,5,5, we READ MOREREAD MORE
Slanted Fractal Tree (Source Code)Slanted Fractal Tree (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw the following slated fractal tree. Notice that the pensize also changes. Source Code: READ MOREREAD MORE