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

Colored PetalColored Petal

03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 6:56 pm

Knowing how to draw a petal, color it with your favorite color.

READ MOREREAD MORE

PetalPetal

03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 6:52 pm

Draw a petal shape as shown. Trick here is use circle() function’s extent parameter to draw an arc of a circle and then call setheading() function with opposite (+180 degrees)

READ MOREREAD MORE

Circular Maze with Python TurtleCircular Maze with Python Turtle

03/20/201903/20/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:02 pm

We have a random maze generator project. Try to generate a circular maze. The entrance is at the top and exit is at the center. Again, make sure there is

READ MOREREAD MORE

Spider Web with HoleSpider Web with Hole

03/20/201903/20/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:56 pm

You drew a spider web in a previous project. Draw a spider web with a hole at the center.

READ MOREREAD MORE

SnowmanSnowman

03/20/201903/20/2019 | IreneIrene | 0 Comment | 9:53 pm

Draw a snowman! You can use circle() function with extent parameter to draw part of a circle.

READ MOREREAD MORE

Colored Hilbert CurveColored Hilbert Curve

03/19/201903/19/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 7:51 pm

Based on previous Hilbert Curve, add rainbow color to it.

READ MOREREAD MORE

Hilbert CurveHilbert Curve

03/19/201903/19/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 7:49 pm

Hilbert Curve is a space-filling curve, which allows one dimensional curve to fill two or higher dimensional spaces. This has many applications including mapping images (two dimensional) to sound (one

READ MOREREAD MORE

Random Maze Generator with Python TurtleRandom Maze Generator with Python Turtle

03/18/201903/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 7:32 pm

Generate a random maze as shown in here. Your maze must have a path from entrance (bottom left) to exit (top right). Also, try to make the maze as difficult

READ MOREREAD MORE

Word Search GeneratorWord Search Generator

03/18/201903/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 7:23 pm

You created a random letter matrix in a previous project. Write a program that generates a random word search table given a list of words. You will practice list, string

READ MOREREAD MORE

Random Letters MatrixRandom Letters Matrix

03/18/201903/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 7:16 pm

Generate a matrix or random letters from A to Z.

READ MOREREAD MORE

Posts pagination

Previous 1 … 40 41 42 … 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