About 293,000 results
Open links in new tab
  1. python - Simplify/shorten code for turtle using functions/loops

    Dec 3, 2019 · I need help to simplify/shorten code for turtle using functions/loops. I'm writing a program for a character using Python turtle. I've managed to draw the character properly, but I …

    Missing:

    • Chorten

    Must include:

  2. Turtle-students-project/chorten at master - GitHub

    Coding education is gaining popularity in Bhutan. Ministry of Education of Bhutan has started rolling out coding curriculum in school. This repository includes Samtse Higher Secondary …

  3. Awesome Python Turtle Codes - Pythondex

    Mar 7, 2024 · Looking for some awesome python turtle codes or programs then you are at the right place today in this article I will share with you the best awesome python turtle codes so …

    Missing:

    • Chorten

    Must include:

  4. python - Is there a way to shorten my code so that I don't have to ...

    As @cdlane notes though, loops may actually be your best bet for reducing the amount of code you have to write. This code: for _ in range(x): turtle.forward(100) turtle.right(90) Moves the …

    Missing:

    • Chorten

    Must include:

  5. Shorten a Python turtle program for a house - Stack Overflow

    Jul 30, 2017 · Creating a loop is a good way to make the program code short, you can achieve that in many ways, in your example: Method 1. use loop to draw the square, then draw the …

    Missing:

    • Chorten

    Must include:

  6. pygolf - PyPI

    Apr 25, 2020 · PyGolf takes a valid python code as input and outputs an equivalent code with fewer characters. You can find examples of reduced code in the folder code_example. These …

    Missing:

    • Chorten

    Must include:

  7. Implementing Guitar Chord Generator Using Python

    Feb 23, 2023 · To generate a chord, we select the root note and then find the other two notes by applying specific musical intervals according to the chord’s “quality.” For example, in Am …

    Missing:

    • Chorten

    Must include:

  8. 10 Python Tricks To Make Your Code Shorter - DevPy

    10 Python Tricks To Make Your Code Shorter. Robert Washbourne - 5 years ago - programming, python. These are mainly unique to python, so if you program in another language, these may …

    Missing:

    • Chorten

    Must include:

  9. 70+ Python Projects for Beginners [Source Code Included]

    For example, in a Python project, you would write computer code in the Python language to manipulate photos. This could include changing the size or brightness of the photo, cropping it, …

    Missing:

    • Chorten

    Must include:

  10. Make your python code shorter - Medium

    Sep 24, 2021 · Here are some ways one can make their python code shorter: List comprehension or generators is the first thing that comes to mind when talking about code shortening. It is …

    Missing:

    • Chorten

    Must include:

Refresh