Skip to content
Youtube
Python and Turtle

Python and Turtle

Python, Turtle, Projects, Learn

  • Home
  • Category By Level
    • Difficulty Level 1
    • Difficulty Level 2
    • Difficulty Level 3
    • Difficulty Level 4
    • Difficulty Level 5
    • Difficulty Level 6
    • Difficulty Level 7
    • Difficulty Level 8
    • Difficulty Level 9
    • Difficulty Level 10
    • Difficulty Level Hard
  • Category By Topic
    • Loop
      • Nested for loop
      • For loop
      • While loop
    • recursion
    • Color
    • List
    • Math
    • Random
    • Animation
    • Games
  • Browse By Tags
    • curves
    • fractal
    • logo
    • parametric curve
    • physics
    • spiral
    • tessellation
  • Tutorials
  • Contact Us
Close Button

Concentric SquaresConcentric Squares

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:31 pm

In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_square(x,y,s), which draws a square centered at (x,y) and

READ MOREREAD MORE

Horizontally Tangent CirclesHorizontally Tangent Circles

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:03 pm

Draw the following horizontally tangent circles. Learn to use setheading() function.

READ MOREREAD MORE

Tangent CirclesTangent Circles

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 2:52 pm

Draw a few tangent circles as seen below.

READ MOREREAD MORE

PentagramPentagram

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments | 2:58 am

Draw a five sided star called Pentagram.

READ MOREREAD MORE

TrapezoidTrapezoid

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 2:50 am

Draw a trapezoid shape. You can use goto(x,y) function together with foward() and left() functions.

READ MOREREAD MORE

Right TriangleRight Triangle

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 2:44 am

Draw a right triangle. You can use goto(x,y) function along with forward(d) and left(angle). Related Projects

READ MOREREAD MORE

HexagonHexagon

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments | 2:34 am

Draw a hexagon with just forward and left functions. Related Projects

READ MOREREAD MORE

A Beautiful HouseA Beautiful House

02/26/201902/26/2019 | IreneIrene | 0 Comment | 2:23 am

Use your imagination to draw a beautiful house!

READ MOREREAD MORE

Concentric Rainbow SquaresConcentric Rainbow Squares

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:26 am

Draw the following concentric squares that have color gradually changing from hue value 0 in the center to hue value 1 for outer squares.

READ MOREREAD MORE

Rainbow TargetRainbow Target

02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:19 am

Use for loop to draw the following colorful rainbow target. You may also want to use colorsys library to convert HSV colors to RGB colors.

READ MOREREAD MORE

Posts pagination

Previous 1 … 52 53 54 55 Next

Navigate by Categories

Algorithms animation colorsys custom functions Difficulty Level 1 Difficulty Level 2 Difficulty Level 3 Difficulty Level 4 Difficulty Level 5 Difficulty Level 6 Difficulty Level 7 Difficulty Level 8 Difficulty Level 9 Difficulty Level 10 Difficulty Level Hard events File I/O for loop games keyboard events list loop math mouse events nested for loop Object Oriented Programming physics python random recursion timer events turtle Tutorial unicode while loop writing text

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Academic WordPress Theme Copyright 2019 Python Turtle Academy

Scroll Up
Go to mobile version