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

Selection Sort Animation with Python and Turtle (Source Code Included)Selection Sort Animation with Python and Turtle (Source Code Included)

08/23/201908/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 5:08 pm

Generate 50 random numbers and draw them as bars. Following the steps of selection sort algorithm and redraw the bar every single step to show how bubble sort works. Compare

READ MOREREAD MORE

Insertion Sort Animation with Python and Turtle (Source Code Included)Insertion Sort Animation with Python and Turtle (Source Code Included)

08/23/201908/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 4:34 pm

Generate 50 random numbers and draw them as bars. Following the steps of insertion sort algorithm and redraw the bar every single step to show how bubble sort works. Compare

READ MOREREAD MORE

Bubble Sort Animation with Python and TurtleBubble Sort Animation with Python and Turtle

08/23/201908/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 4:31 pm

Generate 50 random numbers and draw them as bars. Following the steps of bubble sort algorithm and redraw the bar every single step to show how bubble sort works.

READ MOREREAD MORE

Random Filled CirclesRandom Filled Circles

08/23/201908/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 4:27 pm

Generate a list of random numbers as the radii of circles. Sort these numbers in reverse order and draw these circles with colors from hue value 0 to 1.

READ MOREREAD MORE

Asteroids Tutorial- SpaceshipAsteroids Tutorial- Spaceship

07/30/201907/30/2019 | Haiming XuHaiming Xu | 0 Comment | 2:13 pm

This game is written with an object-oriented approach. The spaceship, bullets, asteroids, and explosions are all classes. Creating the Spaceship The spaceship requires some variables: the initial x location, the

READ MOREREAD MORE

Asteroids Tutorial- ExplosionsAsteroids Tutorial- Explosions

07/30/201907/30/2019 | Haiming XuHaiming Xu | 0 Comment | 2:09 pm

The Explosions Class Each explosion should have its own x and y location, future locations, moving directions, and a set of random speeds. A loop (of 12 iterations) adds the

READ MOREREAD MORE

Asteroids Tutorial- BulletsAsteroids Tutorial- Bullets

07/30/201907/30/2019 | Haiming XuHaiming Xu | 0 Comment | 2:07 pm

The Bullets Class First, we need to create bullet class. There should be some variables that apply to all the bullets, such as its speed and how range. The starting

READ MOREREAD MORE

Asteroids Tutorial- AsteroidsAsteroids Tutorial- Asteroids

07/30/201907/30/2019 | Haiming XuHaiming Xu | 0 Comment | 2:02 pm

Creating the Asteroids The asteroids in this game are 12-sided polygons (dodecagons). The asteroid class should have five parameters (its size, x location, y location, speed, and tilt). The latter

READ MOREREAD MORE

Drawing A Chinese College Entrance Exam ProblemDrawing A Chinese College Entrance Exam Problem

07/11/201907/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:33 am

A YouTube channel MindYourDecisions posted a video about an interesting Chinese College Entrance exam question. The following is the screen of the problem posted by MindYourDecisions: Draw the graph of

READ MOREREAD MORE

Drawing Sierpinski Pentagon with Chaos Game and Python Turtle (with Solution)Drawing Sierpinski Pentagon with Chaos Game and Python Turtle (with Solution)

06/29/201906/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 2:17 pm

Draw the Sierpinski Pentagon with Chaos Game. Work on this Sierpinski Triangle with Chaos Game first if you haven’t done so already. Hint: Try jump less than half way to

READ MOREREAD MORE

Posts pagination

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