Google Logo with Python Turtle 05/08/201905/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:11 pm Categories: Difficulty Level 4 math Use Python Turtle do draw the following Google Logo: Google Logo with Python Turtle Tags: fun shapes, logo, math Post navigation PREVIOUS Previous post: Bird HouseNEXT Next post: Convex Hull Algorithm with Python Turtle Related Post Nested Circle of Squares (Source Code)Nested Circle of Squares (Source Code) 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Knowing how to draw circle of squares, draw the following nested circle of squares with either recursion or iteration. Source Code: READ MOREREAD MORE Spiral of Squares (Source Code)Spiral of Squares (Source Code) 09/15/202009/15/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral of squares with Python and Turtle. Source Code: READ MOREREAD MORE Unicode TableUnicode Table 02/27/201902/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a 16×16 table of unicode symbols. Unicode starts from number 0x2600 (Hexadecimal). You can convert number to text with chr() function. You can start with different number to find READ MOREREAD MORE
Nested Circle of Squares (Source Code)Nested Circle of Squares (Source Code) 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Knowing how to draw circle of squares, draw the following nested circle of squares with either recursion or iteration. Source Code: READ MOREREAD MORE
Spiral of Squares (Source Code)Spiral of Squares (Source Code) 09/15/202009/15/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral of squares with Python and Turtle. Source Code: READ MOREREAD MORE
Unicode TableUnicode Table 02/27/201902/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a 16×16 table of unicode symbols. Unicode starts from number 0x2600 (Hexadecimal). You can convert number to text with chr() function. You can start with different number to find READ MOREREAD MORE