Drawing a Flower With Python!! (Turtle Module)

  Рет қаралды 141,503

Learn To Code

Learn To Code

Күн бұрын

Check out My Course: www.udemy.com/...
#shorts
Drawing a Flower With Python!! (Turtle Module)
#PythonTurtle
python turtle - python turtle graphics design #python #shorts #coding.
the python turtle library comes with a similar interactive feature that gives new programmers a taste of what it’s like to work with python.
learn how to draw a house scene using python's turtle module...
🔥🔥 amazing pattern using python | how to create turtle graphic using using python | turtle #shorts.
we go over how to use the turtle module and learn computer programming in a fun visual way. getting started with turtle in python.
from turtle import *.. subscribe for more python related contents............................. ▶️watch my full python tutorial course here:... turtle python drawing | turtle python graphics create vibrate circle using python turtle in pycharm.
python tutorials.
19:08 | turtle methods and functionality.
the user picks how many turtles they want to race and the program will race that many turtles by randomly moving them across the screen. link to turtle documentation:...
in this video i'll be showing you how to create a graphical application and develop a turtle racing program using the python turtle module! draw rose flower 🌹 with python turtle| python turtle graphics design ideas.
learn how to draw a domino using python's turtle module...

Пікірлер: 72
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
Check out My Course: www.udemy.com/course/do-different-real-world-python-projects-as-a-beginner/?referralCode=B50582BCEF5B2C9EC57B
@godcreatingyou5317
@godcreatingyou5317 2 жыл бұрын
Do more bro
@GT_Harish_28
@GT_Harish_28 Жыл бұрын
9 month ago i missed the coupon
@Nur_Truth
@Nur_Truth Жыл бұрын
Such a wonderful Experience!
@AwokeZemenu
@AwokeZemenu Жыл бұрын
The best!
@성이름-g3q
@성이름-g3q 7 ай бұрын
it is very fun to do during break time while studying
@PyBro-MC
@PyBro-MC 2 ай бұрын
nice dude!
@AwokeZemenu
@AwokeZemenu 2 ай бұрын
Thanks!
@balakrishna4648
@balakrishna4648 2 жыл бұрын
Thanks bro.. Really interesting.. Suggest me books or more videos link to know more libraries in python
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
Sure I will
@balakrishna4648
@balakrishna4648 2 жыл бұрын
@@AwokeZemenu thank u so much.
@user-yangbaejun
@user-yangbaejun Жыл бұрын
0:00
@uchihalayan3435
@uchihalayan3435 2 жыл бұрын
Bro this is sooo cooool
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
Thanks!!
@notcoin_
@notcoin_ 2 жыл бұрын
from turtle import * do this so u don't have to write turtle every time
@artemetra3262
@artemetra3262 2 жыл бұрын
bad practice
@aythanraherisoanjato3056
@aythanraherisoanjato3056 Жыл бұрын
​​@@artemetra3262 If you perfectly know what are all Turtle variables, functions, etc. Then there's no problem because you can avoid using the same names as Turtle
@張春德-g8d
@張春德-g8d Жыл бұрын
Cool, thanks!
@AwokeZemenu
@AwokeZemenu Жыл бұрын
Thanks for your interest!!!
@Children.masti.2024
@Children.masti.2024 Жыл бұрын
Nice
@AwokeZemenu
@AwokeZemenu Жыл бұрын
Thanks
@ayamahmoud6526
@ayamahmoud6526 Жыл бұрын
Amazing!
@AwokeZemenu
@AwokeZemenu Жыл бұрын
Thanks!
@GoCoding-vd9k
@GoCoding-vd9k 9 ай бұрын
Hmmm love u so much 😅
@AwokeZemenu
@AwokeZemenu 9 ай бұрын
So much
@kidukiclass5479
@kidukiclass5479 2 жыл бұрын
Bro whenever i try to use turtle it Shows errors as 'turtle is not defined'.please tell me how to solve it
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
first, you need to import to your project import Turtle
@the_flask
@the_flask 2 жыл бұрын
Upgrade your python version or try pip install turtle
@techno_solution864
@techno_solution864 Жыл бұрын
Hey bro which notepad you used in this video plz tell me 🙏🙏🙏
@AwokeZemenu
@AwokeZemenu Жыл бұрын
I use Pycharm python IDE for this Python Project.
@i3litz460
@i3litz460 Жыл бұрын
😂😊
@fatejohndelosreyes3970
@fatejohndelosreyes3970 10 ай бұрын
what app did you use?
@AwokeZemenu
@AwokeZemenu 9 ай бұрын
PyCharm
@wwvv6504
@wwvv6504 9 ай бұрын
​@@AwokeZemenuis pycharm working right now?
@Rajveerexe
@Rajveerexe 11 ай бұрын
Import turtle Turtle.bgcolor("blue") Turtle.speed(0) Turtle.hideturtle() Colors=["yellow","red","yellow","red For I in range (120): For c in colors: Turtle.color(c) Turtle.circle(200-i,100) Turtle.lt(90) Turtle.circle(200-i,100) Turtle.rt(60) Turtle.end_fill() Turtle.mainloop()
@alamdarali6369
@alamdarali6369 Жыл бұрын
Awesome, send me your KZbin link to be followed
@AwokeZemenu
@AwokeZemenu Жыл бұрын
In the description
@shauryakushwah4476
@shauryakushwah4476 Жыл бұрын
Bro whic ide should i use for these things i use spyder
@AwokeZemenu
@AwokeZemenu Жыл бұрын
For this video i use Pycharm python IDE, However you can also use spyder as an ide
@shauryakushwah4476
@shauryakushwah4476 Жыл бұрын
@@AwokeZemenu but in that it show error no module named found even though I installed that in the terminal
@San_jai_21
@San_jai_21 Жыл бұрын
Super bro😊
@امير-د9ذ5ص
@امير-د9ذ5ص 11 ай бұрын
the screen of drawing is not found, not working
@AwokeZemenu
@AwokeZemenu 10 ай бұрын
it works
@ТурсынБаймаханова
@ТурсынБаймаханова Жыл бұрын
How to make this rainbow python?
@Fnrod
@Fnrod Жыл бұрын
It works on Android
@Studycatsimba
@Studycatsimba 9 ай бұрын
Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 10, in for c in colors: ^^^^^^ NameError: name 'colors' is not defined. Did you mean: 'Colors'? How do I fix this error?
@AwokeZemenu
@AwokeZemenu 9 ай бұрын
try with that.
@Studycatsimba
@Studycatsimba 9 ай бұрын
@@AwokeZemenu okay bro
@madhuverma-ft4gg
@madhuverma-ft4gg Жыл бұрын
can you plz give the source code in the comment section
@AwokeZemenu
@AwokeZemenu Жыл бұрын
Ok
@ikslay
@ikslay Жыл бұрын
This is the fixed and the project how to do it: import turtle turtle.bgcolor("black") turtle.speed(0) turtle.hideturtle() colors = ["yellow", "red", "orange", "green", "blue", "purple"] for i in range(120): for c in colors: turtle.color(c) turtle.circle(200 - i, 100) turtle.lt(90) turtle.circle(200 - 1, 100) turtle.rt(60) turtle.end_fill() turtle.mainloop()
@johnpolison1808
@johnpolison1808 Жыл бұрын
Can u allow me to post this on tiktok?
@AwokeZemenu
@AwokeZemenu Жыл бұрын
ok
@yashbanait...7277
@yashbanait...7277 Жыл бұрын
Please add the comment of code reference
@zohirzohir8260
@zohirzohir8260 Жыл бұрын
Quelle’est le nom de cette application stp
@inferno2285
@inferno2285 Жыл бұрын
Turtle module gotta be the hardest thing to use in python 😂 imo
@JPBoy
@JPBoy 2 жыл бұрын
Bro which software you coding because me python is different from yours
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
I Use PyCharm Python IDE. you can use it for a fee by downloading it.
@randomchanel8227
@randomchanel8227 2 жыл бұрын
Phyton new?
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
ok
@asifr056
@asifr056 Жыл бұрын
this will never run
@AwokeZemenu
@AwokeZemenu Жыл бұрын
it works! I don't know the problem with your program. it may be your python IDE.
@asifr056
@asifr056 Жыл бұрын
@@AwokeZemenu I'm using pycharm
@rohitgaikwad3799
@rohitgaikwad3799 2 жыл бұрын
I want source code
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
ok
@harmeetkaur8238
@harmeetkaur8238 Жыл бұрын
import turtle import turtle as t t.bgcolor("black") t.speed(0) t.hideturtle() colors=["yellow","red","yellow","red"] for i in range(120): for c in colors: t.color(c) t.circle(200-i,100) t.lt(90) t.circle(200-i,100) t.rt(60) t.end_fill() t.mainloop()
@justeasy5690
@justeasy5690 2 жыл бұрын
Not working bro
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
What happened?
@newwintechcomputercenter9641
@newwintechcomputercenter9641 2 жыл бұрын
@@AwokeZemenu which version bro?
@shashankmaurya1437
@shashankmaurya1437 2 жыл бұрын
Not running
@AwokeZemenu
@AwokeZemenu 2 жыл бұрын
what IDE do you use?
@shashankmaurya1437
@shashankmaurya1437 2 жыл бұрын
@@AwokeZemenu VS code
Creating Jarvis powered by OpenAI and Python | ChatGPT
18:40
CS Coach
Рет қаралды 944 М.
Coding Challenge 166: ASCII Text Images
22:42
The Coding Train
Рет қаралды 1,1 МЛН
这到底是怎么做到的 #路飞#海贼王
00:10
路飞与唐舞桐
Рет қаралды 3,5 МЛН
Стойкость Фёдора поразила всех!
00:58
МИНУС БАЛЛ
Рет қаралды 7 МЛН
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 3,8 МЛН
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 97 МЛН
Running "Hello World!" in 10 FORBIDDEN Programming Languages
18:07
I coded one project EVERY WEEK for a YEAR
13:13
Carter Semrad
Рет қаралды 656 М.
How to Code (almost) Any Feature
9:48
DaFluffyPotato
Рет қаралды 687 М.
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 718 М.
How I make bots using python (educational)
17:12
Kian Brose
Рет қаралды 551 М.
How to Draw Fractal Tree using python
12:17
Techie Coder
Рет қаралды 26 М.
Learn Python OOP in under 20 Minutes
18:32
Indently
Рет қаралды 56 М.
Coding Adventure: Boids
8:35
Sebastian Lague
Рет қаралды 1,5 МЛН
Automate Boring Office Tasks with ChatGPT and Python
10:06
Coding Is Fun
Рет қаралды 521 М.
这到底是怎么做到的 #路飞#海贼王
00:10
路飞与唐舞桐
Рет қаралды 3,5 МЛН