Snowflake 03/03/201903/03/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 11:32 pm Categories: Difficulty Level 6 python recursion Use recursion to draw a snowflake as shown below. Related Projects: Koch Snowflake Tags: recursion Post navigation PREVIOUS Previous post: Millisecond TimerNEXT Next post: Let It Snow Related Post Sierpinski TriangleSierpinski Triangle 02/25/201902/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This classic recursive fractal shape is a must have project for Python Turtle. Draw this shape with recursion. Video demonstration of drawing process: READ MOREREAD MORE Colorful Star Fractal 1Colorful Star Fractal 1 05/26/202105/26/2021 | JinshengJinsheng | 0 Comment In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star READ MOREREAD MORE Clock with Python Turtle (Source Code)Clock with Python Turtle (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Define a ‘clock’ class with Python and use the datetime library to draw an animated clock shown. Source Code: READ MOREREAD MORE
Sierpinski TriangleSierpinski Triangle 02/25/201902/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This classic recursive fractal shape is a must have project for Python Turtle. Draw this shape with recursion. Video demonstration of drawing process: READ MOREREAD MORE
Colorful Star Fractal 1Colorful Star Fractal 1 05/26/202105/26/2021 | JinshengJinsheng | 0 Comment In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star READ MOREREAD MORE
Clock with Python Turtle (Source Code)Clock with Python Turtle (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Define a ‘clock’ class with Python and use the datetime library to draw an animated clock shown. Source Code: READ MOREREAD MORE