About 531,000 results
Open links in new tab
  1. Reading and writing an elephant — Scientific Python Lectures

    Scientific Python Lectures » 1. Getting started with Python for science » 1.3. NumPy: creating and manipulating numerical data » 1.3.6. Full code examples » Reading and writing an elephant; Edit Improve this page: Edit it on Github.

  2. Draw Elephant using Turtle Python - CodePal

    Learn how to draw an elephant using the turtle graphics module in Python. This tutorial provides step-by-step instructions and code to create a realistic elephant shape.

  3. Reading and writing an elephant — Scipy lecture notes

    Reading and writing an elephant. original figure; red channel displayed in grey; lower resolution; Previous topic. Population exercise. Next topic. Mandelbrot set

  4. Python/vonNeumann_elephant.py at master · phisyche/Python

    Inspired by John von Neumann's famous quote (above) about overfitting data.

  5. Drawing an elephant using fourier series with tensorflow.

    You can make your own elephants by edditing the binary mask in fancy_elephant.png (make sure the elphant has a single contour!) and then run: python contour_from_image.py This will find the contour of the binary mask and save the points in points_fancy_elephant.npy .

  6. draw elephant.py - # This program is designed to draw the...

    Jan 22, 2021 · Enhanced Document Preview: This program is designed to draw the iconic Republican elephant using the Python turtle. from turtle import * def main(): topHalf() bottomHalf() # Function to create the top half of the elephant. def topHalf(): # Draws the first shape, top half of the elephant. begin_fill() fillcolor("#023a70") forward(200) left(90 ...

  7. University of Central Florida

    # Minh Pham & Michael Cunada # 09/18/16 # This program is designed to draw the iconic Republican elephant using the # Python turtle. from turtle import * def main(): topHalf() bottomHalf() # Function to create the top half of the elephant. def topHalf(): # Draws the first shape, top half of the elephant.

  8. Fermat's Library | Drawing an elephant with four complex parameters ...

    With epicycles you can draw very complex images such as this one: ![](https://media.giphy.com/media/5sYuAhjih2LvHRq7nl/giphy.gif) The way to make an …

  9. 617A - Elephant - Python Snippet - glot.io

    Run this Python code snippet in the browser. def elephant_steps(n): if n < 5: return 1 else: i = 5 result = 0 r = 0 while i > 0 and n >= i: r += n % i result += n // i

  10. Python Solution for Codeforces Problem 617A - Elephant - Blogger

    Nov 29, 2023 · Codeforces 617A, also known as "Elephant," presents a whimsical scenario involving an elephant and its journey. In this article, we'll explore the problem and delve into the Python code provided to solve it.

  11. Some results have been removed
Refresh