Amazing Flower Design using Python turtle 🐢 #python #coding #funny #viral #trending #design

preview_player
Показать описание
Python Projects for Begineers
Python Turtle
Programming with Turtle
Turtle Graphics
Drawing with Python Turtle
Python Turtle Tutorial
Python Turtle Project
Beginner Python Turtle
Python Turtle Animation
Turtle Art
Python Programming for Kids
Fun with Python Turtle
Creative Coding with Python
Python Turtle Shapes
Python Turtle Games
Python Turtle Challenges
Turtle Graphics in Python
Python Turtle Graphics Tutorial
Python Turtle Speed
Python Turtle Pen Color
Python Turtle Coordinates
Python Turtle Functions
Python Turtle Examples
Python Turtle Patterns
Python Turtle Fractals
Python Turtle Snowflake
Python Turtle Spirograph
Python Turtle Maze
Python Turtle Race Game
Python Turtle Space Invaders Game
Python Turtle Drawing Challenge
Python tips and tricks
Python one-liners
Python code snippets
Python programming challenges
Python hacks
Python tricks for beginners
Python mini-projects
Python shortcuts
Python speed coding
Python quick snippets
Python in a minute
Python bite-sized tutorials
Python mini-lessons
Python coding exercises
Python coding challenges for beginners
Python coding hacks for productivity
Python coding tips for efficiency
Python code walkthroughs
Python coding secrets
Python coding techniques
coding status for whatsapp
As a coder whatsapp status
How to learn coding beginners
How to start coding
How to learn programming language with full
How to become a software Engineer with full information
Software Engineer kaise bane
Web developer career
Introduction to web development
Coding status for whatsapp
python coding status
python programmer
python turtle
turtle tutorial
turtle module
turtle shorts
python shorts
coding tutorial
python tutorial
Basic computer science
CS
Coding Ninja
Hackerrank
Leetcode
How to solve problem in c
coding problems
coding basic problems
Рекомендации по теме
Комментарии
Автор

from turtle import *
import colorsys

speed(0)
bgcolor("black")
h = 0
for i in range(16):
for j in range(18):
c = colorsys.hsv_to_rgb(h, 1, 1)
color(c)
h += 0.005
rt(90)
circle(150 - j * 6, 90)
lt(90)
circle(150 - j * 6, 90)
rt(180)
cricle(40, 24)
done()

vijayjarwal
Автор

Can you design a festival for Rath Yatra?

kumarashishgouda
Автор

Amazing brother this community gonna rocks

sing_with_nitin
Автор

Bhai kis editor me coding Kar rhe ho
Please reply 🙏 ❤

amansonijimaharaj
Автор

Nice but slow down a bit with the code part

cocoatea
Автор

People who knows how to do this and know the app also 🎉

ITSMANOPLAYS
Автор

Bro make video on how to write such a code

bhavanab.c
Автор

Ye sb type krne se aeisa disiner flower bn jayega screen pe 🤔

amirsuhelaatish
Автор

Can you give me a full video I want to try¿

mohammedfaizan
Автор

It amazing, can i get code, it's to faster

rasamollakiran
Автор

Please the done() part i can't see it

AvUnit-bv
Автор

Can I ask. I need a good compiler for Python animation by simulation

psnbhjf
Автор

from turtle import *
import colorsys

speed(0)
bgcolor("black")
h = 0
for i in range(16):
for j in range(18):
c = colorsys.hsv_to_rgb(h, 1, 1)
color(c)
h += 0.005
rt(90)
circle(150 - j * 6, 90)
lt(90)
circle(150 - j * 6, 90)
rt(180)
circle(40, 24)
done()

seditxz
Автор

Which app You use plz tell me i want to learn coading pls??

Hooka
Автор

In my case it just show a bg color and one leaf 😔

AJcalisthenic