Learn Python Programming - 3 - The Turtle

preview_player
Показать описание
In this part of the Learn Python for Beginners series... We go over how to use the turtle module and learn computer programming in a fun visual way. Things like functions, variables, and more will start to make sense instantly. ...
...
★☆★ FREE Lesson 1: The Most Important Thing For a Successful Programmer★☆★

Enroll for coding exercises, projects, tutorials, and courses...
Clever Programmer
Snapchat ► Rafeh1
Рекомендации по теме
Комментарии
Автор

Import turtle
My_turtle = turtle.Turtle()
My_turtle.forward(120)
M_turtle.circle(30)
....print("thankyou")

iluvass
Автор

Hi, man! I'm a student in primary school and I'm still not sure what do I want to do when i grow up. The thing that I like the most right now is programming. I really like the way you explain things and you make it really easy for me to understand the lesson quickly. Keep up the good work! :)

yzyszn
Автор

Wow Wow Wow Wow Wow I finally found a channel on youtube which will teach us very nicely to learn python.

binayakaryal
Автор

Anyone else wanting to learn code during Covid? XD

bron-son
Автор

Probably one of the best and most simple YouTube channels to learn how to program.

patrick
Автор

import turtle

a = turtle.Turtle()

for i in range(4):
a.forward(250)
a.right(90)

hrishikeshnaik
Автор

Best python introduction I've found on YouTube so far! Keep up the good work man! Greetings from México!

ivang.viveros
Автор

print ("Hello @Cleverprogrammer i am a secondary school student who's got passion for programming and i really love your contents.") print ("Keep up with the good work, and thank you")

musprodev
Автор

I just want to say THANK YOU! For such a great lessons and what is the most important such an easy way of explaining!

exhaustedbeans
Автор

Clever Programmer is the best YouTube Platform for newbie programmers

This_is_new_Bangladesh
Автор

I wrote the turtle in assembly. It won't fit here

codyhubert
Автор

Thank you so much :) hope you continue teaching us.

>>> import turtle
>>> my_turtle = turtle.Turtle()
>>> my_turtle.forward(250)
>>> my_turtle.left(90)
>>> my_turtle.forward(250)
>>> my_turtle.right(180)
>>> my_turtle.right(90)
>>> my_turtle.right(90)
>>> my_turtle.forward(250)
>>> my_turtle.left(90)
>>> my_turtle.forward(250)

lincolngalang
Автор

import turtle
my_turtle=turtle.Turtle()
my_turtle.forward(125)
my_turtle.left(90)
my_turtle.forward(125)
my_turtle.left(90)
my_turtle.forward(125)
my_turtle.left(90)
my_turtle.forward(125)
# Make a square with the turtle.
This is what I did!!!
IM STUDYING IN 9TH GRADE and I LOVE THE WAY YOU EXPLAIN PROGRAMMING
THANKS A

lexlociassociates
Автор

Hello, Can you help with this question please?

Lenny's estate is to bequeathed as follows:

3/5 to Jenny.2/3 of what remains to Benny.The rest is to be split equally to Kenny and Penny.
Write
a program that begins by prompting the user to enter the value of
Lenny's estate. Then compute and display how much each heir receives.
Display all amounts in currency format with the $ sign right up against
the first digit and two decimal places. Also, display commas as appropriate for amounts over $1, 000.

Example Output
Enter the value of the estate 240000
Jenny gets $144, 000.00
Benny gets $64, 000.00
Kenny and Penny each get $16, 000.00

vonde
Автор

Someone learning about python in 2019?

jade
Автор

I was surfing for some good programming tutorials. Every tutorials were short and unclear. Most of them didnt even explain properly. I checked your for & while tutorial, I really liked you, that you really wanna teach something. You'd spent around 10-20 minutes each video if the stuff is complicated, you make it much easier to understand. I, then decided to watch your tutorials. I regret not coming earlier xD. Like and subscribed.(I rarely subscribe, like or comment, tho, I couldnt resist replying, I just wanted to support you and your work)

zainanz
Автор

i want to ask whats the meaning of turtle.Turtle()?
why can't i simply write t=turtle but t=turtle.Turtle()?
and why capital letter for the T in the Turtle??

maggiemak
Автор

I don't know anything about programming. This is easy and mind blowing. Want to learn more. Thank you so much.

adaariina
Автор

Hello!
Thx for teaching me this great lesson about turtles ^__^ And I really learned a lot from this video!

However, I want to ask two questions.

1.How can a set the initial position of the cute turtle?
I would like to set the position of the turtle at the top of the screen or something like that, instead of the middle of my window.

2.After finish drawing, how can I delete the icon of the turtle just remaining the lines I drew on my screen?

Sorry for my poor English><

hankhuang
Автор

Cool exercise Qazi. Below is the code I wrote for the square:
import turtle
>>> my_turtle=turtle.Turtle()
>>> my_turtle.forward(100)
>>> my_turtle.left(90)
>>> my_turtle.forward(100)
>>> my_turtle.left(90)
>>> my_turtle.forward(100)
>>> my_turtle.left(90)
>>> my_turtle.forward(100)

prajaktashegokar
join shbcf.ru