Skip to content
Python For Fun
  • Home
  • Codes
    • Basic Codes
    • Turtle Codes
  • Blogs
  • Projects
  • FAQs
  • Login
  • Register
  • Contact us
  • Home
  • Codes
    • Basic Codes
    • Turtle Codes
  • Blogs
  • Projects
  • FAQs
  • Login
  • Register
  • Contact us

Turtle Codes

Five_Shapes (polygons and a star-sort of)

Five_Shapes (polygons and a star-sort of)

  • Post author:dgolden
  • Post published:February 3, 2021
  • Post category:Turtle Codes
  • Post comments:2 Comments

Five_shapes (polygons and a star- sort of) A code in which five turtles make five shapes with random colors and some off-the-top-of-the-mind names using the Turtle programming in Python Welcome…

Continue Reading Five_Shapes (polygons and a star-sort of)
Circular colored triple spiral design using Turtle

Circular colored triple spiral design using Turtle

  • Post author:Akhila27
  • Post published:January 15, 2021
  • Post category:Turtle Codes
  • Post comments:0 Comments

Circular colored triple spiral design using Turtle A code to draw a colorful circular spiral design using the Turtle programming in Python Note: Loved the post? You too can publish…

Continue Reading Circular colored triple spiral design using Turtle
Designs with Circles using Python’s Turtle

Designs with Circles using Python’s Turtle

  • Post author:Akhila27
  • Post published:January 9, 2021
  • Post category:Turtle Codes
  • Post comments:0 Comments

Design with Circles using Python's Turtle A code to draw a design with circles using the turtle module in PythonNote: Loved the post? You too can publish your article on…

Continue Reading Designs with Circles using Python’s Turtle
Square-in-Square Design using Python’s Turtle

Square-in-Square Design using Python’s Turtle

  • Post author:Akhila27
  • Post published:January 4, 2021
  • Post category:Turtle Codes
  • Post comments:1 Comment

Square-in-Square Design using Python's Turtle A code to draw a square-in-square design using the Turtle programming in Python Welcome to the code! Here's a simple code for drawing a beautiful…

Continue Reading Square-in-Square Design using Python’s Turtle
Drawing Chess-Board using Python’s Turtle

Drawing Chess-Board using Python’s Turtle

  • Post author:Harshit
  • Post published:December 21, 2020
  • Post category:Turtle Codes
  • Post comments:1 Comment

Drawing Chess-Board using Python's Turtle A code to draw chess-board using the Turtle programming in Python Welcome to the code! Here's a simple code for drawing a chess-board using Turtle…

Continue Reading Drawing Chess-Board using Python’s Turtle
Drawing Heart using Python’s Turtle

Drawing Heart using Python’s Turtle

  • Post author:Lakshya
  • Post published:October 30, 2020
  • Post category:Turtle Codes
  • Post comments:0 Comments

Drawing Heart using Python's Turtle A code to draw a red heart using turtle module in Python Welcome to the code! Here's a simple code for drawing a red heart…

Continue Reading Drawing Heart using Python’s Turtle
  • 1
  • 2
  • 3
  • Go to the next page
©2020 - All Rights Reserved. Python for fun.