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

Animating Lissajous Curve with Python TurtleAnimating Lissajous Curve with Python Turtle

04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:25 pm

We drew a Lissajous Curve with fixed value for k1 (3) and k2 (2). Lets gradually change k1 from 0 to 3 and draw each one of them to generate

READ MOREREAD MORE

Drawing General Ellipse with Python TurtleDrawing General Ellipse with Python Turtle

04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:17 pm

We drew an ellipse centered at origin without tilt. In this project, we will draw a general ellipse that can be centered at any location and any tilt angle. The

READ MOREREAD MORE

Drawing Ellipse with Parametric Equation in Python TurtleDrawing Ellipse with Parametric Equation in Python Turtle

04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:09 pm

We have several projects drawing ovals. Ellipse is not the same oval. An ellipse is a curve surrounding two focal points such that the sum of the distances to the two

READ MOREREAD MORE

Drawing Circle with Parametric EquationDrawing Circle with Parametric Equation

04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 7:39 pm

Although there is built in function to draw a circle in Turtle, let’s draw circles in a different way with parametric equation. The parametric equations for a circle is very

READ MOREREAD MORE

Lissajous Curve with Python TurtleLissajous Curve with Python Turtle

04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 5:54 pm

Lissajous Curve is a famous curve with both practical use and in art and design. It is generated by a simple parametric equation: In the equation above t is the

READ MOREREAD MORE

Butterfly Curve with Python TurtleButterfly Curve with Python Turtle

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

Use the following parametric equations to draw a butterfly curve. In the equation above t is the parameter of the equations. Let it range from 0 to 12π gradually with

READ MOREREAD MORE

Heart with Parametric Equation and Python TurtleHeart with Parametric Equation and Python Turtle

04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 5:39 pm

Use the following parametric equations to draw the following filled heart curve. The variable t is the parameter for the curve. Let t range from 0 to 2π with small

READ MOREREAD MORE

Drawing Parametric Curve with Python TurtleDrawing Parametric Curve with Python Turtle

04/05/201904/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 5:36 pm

Parametric equations provides a convenient way to draw curves. We will use the following parametric equation in this project. In the equations above, t is the parameter. Let is range

READ MOREREAD MORE

Computing Sine and Cosine with Python TurtleComputing Sine and Cosine with Python Turtle

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

Sine function of an angle θ is defined by the ratio of the length of the side of the triangle opposite to the angle and the length of the hypotenuse in a

READ MOREREAD MORE

Animating Sine Wave Drawing with Python TurtleAnimating Sine Wave Drawing with Python Turtle

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

Sine function of an angle θ is defined by the ratio of the length of the side of the triangle opposite to the angle and the length of the hypotenuse

READ MOREREAD MORE

Posts pagination

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