Python Turtle Graphics Introduction | Python Tutorials for Beginners #lec111

preview_player
Показать описание
In this lecture we will learn:
- What is turtle module in Python?
- How to use turtle module?
- Basic functions like - forward(),backward(),left(),right(), speed(), shape()
- how to draw a square with turtle graphics?

*********************************************

Connect & Contact Me:

*******************************************

More Playlists:

#turtle #turtlegraphics #python #pythonprogramming #pythonforbeginners #jennyslectures
Рекомендации по теме
Комментарии
Автор

thank you mam for making this course free of cost

kopila_coders
Автор

18:31 another way:

import turtle
turtle.getscreen()

for a in range(4):
turtle.forward(100)
turtle.left(90)
turtle.exitonclick()

-SakuraNoHana-
Автор

I found your videos very helpful. I am passionate about graphic design where I create Youtube thumbnails and banners. If you need I would be glad to work for you Jenny Ma'am.🙌

seekhokhushise
Автор

i hope you are happy thank you from you ❤❤❤❤

sayednoorahmad
Автор

Please give mini and main projects ideas in python

tamilanda
Автор

Mam please provide lectures on GUI programming.

RituraniDivekar
Автор

please do a playlist for python pandas package mam

jemsath
Автор

Mam in VS code trutle is showing error can u plz explain

AmmuTalks
Автор

square create)
import turtle
turtle.getscreen()
turtle.forward(200)
turtle.right(90)
turtle.forward(200)
turtle.left(90)
turtle.backward(200)
turtle.left(90)
turtle.forward(200)

Triangle)

turtle.forward(200)
turtle.left(120)
turtle.forward(200)
turtle.left(120)
turtle.forward(200)

Rectangle)
turtle.forward(300)
turtle.right(90)
turtle.forward(100)
turtle.left(90)
turtle.backward(300)
turtle.left(90)
turtle.forward(100)

vishnumuraly
Автор

Maim, I hope you will teach full 'Tutorials python' at advance level . I humbly request you .Because tutorials python playlist is not available to good/efficient on you.
please, Care my Request.
Thank you

pankajverma-hccq
Автор

Madam please continue to upload python notes, by taking notes I'm like revising the topics and getting perfect. So please continue to upload notes madam. I'm noting down everything

vamshitwilight
Автор

Thank you Madam ....it's a very useful session.
I have a suggestion for u, pls use a good mic 🎤, as audio is getting some echo or resound.
Thank u

techietejesh
Автор

mam how many videos are still left in python course

babunadigadda
Автор

Mam Are you from Kalinga Institute of industrial technology (kiit)

decentboys
Автор

if you are in my college (iit delhi), then you are my prof.chandni and i am you student ram, (from film "main hoo naa").
😊😊😇.

rohitjambhulkar
Автор

Who have all been waiting for ma'am C++ videos?

prashanth
Автор

Mame Hindi speaking krr saktae hai kya aap
Please 🙏 reply yes/No

sangeetkumar
Автор

Ma'am me kiti baar likhu ki aap bahut cute ho🎉🎉

swapnil