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

Müller-Lyer Illusion with Python TurtleMüller-Lyer Illusion with Python Turtle

11/18/201911/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 12:21 pm

Which arrow is longer? They are actually the same length but the one on top looks longer. This illusion is called Müller-Lyer Illusion.

READ MOREREAD MORE

Stereokinetic Effect with Python TurtleStereokinetic Effect with Python Turtle

11/18/201911/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:40 am

Moving objects can give 3-D depth effect called kinetic depth effect. Draw the following Stereokinetic Effect where rotating circles generates an interesting 3-D effect. Idea from https://michaelbach.de/ot/mot-ske/

READ MOREREAD MORE

Stepping Feet Illusion with Fading Background with Python TurtleStepping Feet Illusion with Fading Background with Python Turtle

11/17/201911/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:29 pm

Improve on the previous stepping feet illusion to fade in and fade out the background stripes. What do you observe? Does the contrast level of the stripe have the effect

READ MOREREAD MORE

Breathing Square Illusion with Python TurtleBreathing Square Illusion with Python Turtle

11/17/201911/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:18 pm

When the opening is small, the blue square seems to be getting bigger and smaller. Thus, this illusion is called ‘Breathing Square’ illusion. As you can see below when the

READ MOREREAD MORE

Stepping Feet Illusion with Python TurtleStepping Feet Illusion with Python Turtle

11/12/201911/12/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:37 pm

One of the illusions included in this website is stepping feet illusion. Blue and yellow feet seems to move alternatively, but they are actually moving exactly at the same speed

READ MOREREAD MORE

Chase the Cycler Simulation (with Source Code)Chase the Cycler Simulation (with Source Code)

10/11/201910/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:37 pm

In a previous project called massive chasing game, you simulated a game where you created 100 turtles and each turtle chase the next one and the last turtle chase the

READ MOREREAD MORE

Triangle Snowflakes (with Source Code)Triangle Snowflakes (with Source Code)

09/24/201909/24/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:27 am

Draw the following shape of triangles with recursion.

READ MOREREAD MORE

Square Snowflake with Python Turtle (Source Code)Square Snowflake with Python Turtle (Source Code)

09/21/201909/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:01 pm

Draw the following square snowflake with recursion. Source Code:

READ MOREREAD MORE

Quick Sort Animation with Python and Turtle (with Source Code)Quick Sort Animation with Python and Turtle (with Source Code)

09/09/201909/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 11:36 am

Merge Sort algorithm is fast but it requires additional array and additional copying. Quick Sort is even faster than Merge Sort. Implement Quick Sort algorithm and animate it! Here is

READ MOREREAD MORE

Merge Sort Animation with Python and Turtle (with Source Code)Merge Sort Animation with Python and Turtle (with Source Code)

09/09/201909/09/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 11:32 am

In previous sorting animations, we animated selection, insertion, and bubble sort. They are slow O(n^2) slow sorting algorithm. Merge Sort, a divide and conquer algorithm, is a much faster sorting

READ MOREREAD MORE

Posts pagination

Previous 1 … 14 15 16 … 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