Create Doraemon Using Python | Full Tutorial with Code | Learn Graphics in Python | Abhinav Shukla

preview_player
Показать описание
Hello Everyone, In this video we have seen a beautiful picture of doraemon which is created with the turtle module of python.
If You want tutorial for this then please comment down, I will make a series on Turtle module of python.

For More Information and GUI Projects must Visit :

Wipro NLTH 2020 Coding Preparation full playlist:

Checkout some very important coding questions asked in FAANG:

Placement Preparation (Coding in Python and C++)

Best Free Python Projects:

Python for Beginners:

Please Subscribe this channel and press the bell icon.

Thank You!!

#Doaraemon #turtle #Python #Doremon #Doreamon #Cartoon #AnimationInPython #GraphicsInPython#Nobita #DoraemonStatus
#Wipro #WiproJobs #NLTH #WiproHiring #Placement #FreshersJob #BCA #BTech #MCA #Amcat #Wipro2020Hiring #2020 #2021Batch #JobsFor2021batch
#TCS #NQT #TCS_NQT #NQT2021 #Python #C++ #TCSJobs #Fresher_Jobs #NQT_Coding_Questions #Coding #C++ #Coing_in_C++ #NQT_Previous_Year_questions #Job_Openings #Btech #TCS_Coding_questions #Coding_preparation #Technical_Interviews #Tech #IT #IT_Jobs #Doraemon #Shinchan #Python_Projects #Abhinav_Shukla #Python_GUI #Machine_Learning #Artificial_Intelligence
#Competitive_Coding #PythonForPlacement #Placement #Wipro
Рекомендации по теме
Комментарии
Автор

Sir can u tell me from where I can practice basics problems of turtle library such that i can draw anything by myself

mayank_singh_
Автор

import turtle as tur
import colorsys as css

tur.setup(800, 800)
tur.speed(0)
tur.width(2)
tur.bgcolor("black")

for j in range(15):
for i in range(15):
tur.color(css.hsv_to_rgb(i / 15, j / 25, 1))
tur.right(90)
tur.circle(200 - j * 4, 90)
tur.left(90)
tur.circle(200 - j * 4, 90)
tur.right(180)
tur.circle(50, 24)

tur.hideturtle()
tur.done()

jmdeljg
Автор

Bhai op
Menu bhi kiya lekin doraemon ka gace sara blue ho gia 🤣
Otherwise
Hat off to u sir 🎩

phenomenn
Автор

konse version me bnana h ye python ke ? mene same type kia bt run nhi hua or n hi koi error bta rha h kya kru plz help ....

sambhavgupta
Автор

Sir Tell me how Nobita can design? How we apply animation and sound effecf?

alishbajaved
Автор

Last vala code he na if__name uske aage ka code nahi dikh Raha he na aab ky kare usme error AA Raha he

Neha_S_S
Автор

Sir Please kindly tell me how to make Nobità in python using turtle module. Upload video on Nobita Please

alishbajaved
Автор

Sir maine 35 mint tk coding kr li h but screen pe kuch bhi show nhi ho rha

annpurnasingh
Автор

Ek bar Oggy ka cartoon draw krke video bnao

anmoljangid
Автор

if 0< = i < 30 or 60 < = i < 90:
Sir is value mein error a rha ha

fundedforexaccount
Автор

How to add music can you tell me please?

taswaralam
Автор

Bhai pura code krne k bdd 3rd line me x, y invalid syntax aa rha h

souravyadav
Автор

Sir hum Python suruat se sikh rahe hai par practice kaise kare

Ramrathore
Автор

Doraemon is not defined. How to solve?

Golighumakad
Автор

can you show the main function?
my screen is not popping anything

healthandfitnessorg
Автор

sir on which website u are writing this code

hansikareddy
Автор

Hey .there is an error like name is not define..🤔

supriyaphadatare
Автор

plz sir jaldi se mistake solve karke code dedo i want submitt this project into collage

dhruvvaghela
Автор

There is an error " _name_" is not defined. How to solve?

satyajitpanda
Автор

Bhai Google se achha copy paste kara hai aapne

shahzad_abbasi