About 70,800 results
Open links in new tab
  1. Random walk in Python + turtle - Code Review Stack Exchange

    Dec 22, 2014 · I think my code is well written and fully Pep8 compliant, two things bother me I define many go_<direction> methods to go to absolute directions, I could have done …

  2. Blackjack in Python (using Turtle) - Code Review Stack Exchange

    Mar 21, 2018 · Blackjack in Python (using Turtle) Ask Question Asked 7 years, 9 months ago Modified 7 years, 7 months ago

  3. Python Beginner - Basic Hangman Game Using Turtle

    Dec 21, 2020 · Python Beginner - Basic Hangman Game Using Turtle Ask Question Asked 4 years, 11 months ago Modified 4 years, 11 months ago

  4. Catch the turtle - Python - Code Review Stack Exchange

    I made a game in python, where the objective is to catch a 'turtle'. The controls are the arrow keys. #Catch the turtle import turtle import math import random score = 0 print ("\\n" * 40) print(...

  5. python - Drawing a mathematical envelope with turtle graphics

    Mar 11, 2024 · Explore related questions python beginner turtle-graphics See similar questions with these tags.

  6. Python Turtle - Olympic flag re-creation - Code Review Stack …

    May 4, 2017 · I made a program to draw the Olympic flag in Python using the turtle module. I am able to make a basic version of it but i think that there is still room for improvement! Quick …

  7. turtle graphics - Breakout game in Python - Code Review Stack …

    Jul 12, 2022 · Here's the code for a Breakout style game I made in Python. I was hoping to see if someone can give me some advice on improving anything. I have a bug with the collision …

  8. python - Sierpinski turtle triangle - Code Review Stack Exchange

    Aug 9, 2019 · I'm a python beginner,so at the moment I can only see that you can slightly improve your code using range in the function draw_polygon, so instead of counter = 0 while (counter < …

  9. Python - Random Mandala - Code Review Stack Exchange

    Apr 18, 2019 · 5 I did a project in Python where I combined user-input, random, and the turtle module to make a sort of "Mandala Generator", or a program that can generate a simple …

  10. python - Draw checker board - Code Review Stack Exchange

    Jan 9, 2019 · Explore related questions python homework turtle-graphics checkers-draughts See similar questions with these tags.