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 can't find ways to make the code shorter/efficient as it looks too long.

    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 School students' project in Python. - Turtle-students-project/chorten at master · swangchu/Turtle-students-project

  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 read this article till the end. Turtle is a python graphics(GUI) library. With the turtle module you can draw cartoons, shapes and some cool designs.

    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 turtle forwards then rightwards x times.

    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 diagonal cross lines and the top. Method 2. use loop through array of steps to …

    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 examples mainly come from CodinGame 's Clash of Code game. You can install this project directly from pypi with pip install pygolf.

    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 chord, A is the root...

    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 be surprising. They certainly were for me when I got started with python. 1. Negative indexing >>> a = [1,2,3] >>> a[-2] 2 >>> a[-1] 3 2. List slices

    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, adding text or objects, or removing certain elements.

    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 widely used and it...

    Missing:

    • Chorten

    Must include:

Refresh