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

Simulating TV/Monitor Screens with Python TurtleSimulating TV/Monitor Screens with Python Turtle

04/03/201904/03/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 5:44 pm

Today’s computer monitors and TVs consists of a lot of tiny Red, Green, and Blue pixels. By adjusting the level of brightness of these three pixels, we can make all

READ MOREREAD MORE

Oval by Bounding Box with Python TurtleOval by Bounding Box with Python Turtle

04/03/201904/03/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 2:05 pm

Continue from the tutorial on drawing oval with given center point, draw an inscribing oval given a bounding rectangle specified with center, width, and height.

READ MOREREAD MORE

Tutorial: Drawing Oval with Given Center in Python TurtleTutorial: Drawing Oval with Given Center in Python Turtle

04/03/201904/03/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:05 am

In a previous tutorial, we explained how to draw an oval shape. The method starts drawing from an awkward position (the left end of the first arc). In this tutorial,

READ MOREREAD MORE

Rotating Oval Animation with Python TurtleRotating Oval Animation with Python Turtle

04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:01 pm

You can draw an oval given center after finishing the project. Now animate the rotating oval at the fixed center. Also add changing color for fun with colorsys library.

READ MOREREAD MORE

Draw Oval By Center with Python TurtleDraw Oval By Center with Python Turtle

04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:49 pm

It is very hard to align ovals from the starting point as described in the drawing oval tutorial. In this project, define a draw_oval function that can draw an oval

READ MOREREAD MORE

Animation of Morphing of Oval Shape with Python TurtleAnimation of Morphing of Oval Shape with Python Turtle

04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:41 pm

You drew an oval with four centers. The radius of the red arc doesn’t have to be twice the radius of blue arc. Start from the same radius as the

READ MOREREAD MORE

Oval with Four CentersOval with Four Centers

04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:35 pm

We gave tutorial on how to draw an oval. The oval in the tutorial consists of four arcs, each of which has its own centers. Figure out the locations of

READ MOREREAD MORE

Tutorial: Drawing Egg Shape with Python TurtleTutorial: Drawing Egg Shape with Python Turtle

04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 6:57 pm

In this tutorial we are going to show how to draw an egg shape with Python Turtle. This tutorial is also a solution to project Moss’s Egg. As you can

READ MOREREAD MORE

Reversi (Othello) with Python TurtleReversi (Othello) with Python Turtle

03/31/201903/31/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:40 pm

Implement a computer program with Python Turtle that plays decent Reversi (or Othello). You can use Minimax tree, Monte Carlo or other algorithms to make this work.

READ MOREREAD MORE

Connect Four Game with Monte Carlo Tree and Python TurtleConnect Four Game with Monte Carlo Tree and Python Turtle

03/29/201903/29/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:54 pm

Monte Carlo Tree is a method based on random numbers that is very effective in playing two player games. You don’t have to teach anything to the program, it will

READ MOREREAD MORE

Posts pagination

Previous 1 … 35 36 37 … 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