Learn Python Programming - 7 - Fun Fun Functions

preview_player
Показать описание
What are functions? We discuss how functions work and allow you to use clean, reusable code. We do this while visualizing our code through the Turtle library in python. ...
...
★☆★ FREE Lesson 1: The Most Important Thing For a Successful Programmer★☆★

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

Even I already know the basics of python you explain it wo much good and I can understand everything. you are the best teacher ever.

vtvtify
Автор

This is way better than paying just to learn coding and they dont explain it properly. I love how you explain it so well and specifically. Great job!

himanshupassi
Автор

the Jimmy example is the very best I've heard. I've watched a dozen function videos and I've never heard it so simply put. well said. Thanks

dominigai
Автор

I have watched countless Python tutorials before i got to your videos, I have to say that you are the best teacher on these you tube streets. You explain it so well in lay man's language so I understand what the code is doing. Thank you, I just realized I can actually code thanks to you.

missoguro
Автор

You literally explained functions 100x better than any CS professor I have had. It made it that much easier to understand when you did the real life example of a kid named Jimmy. Thanks for the awesome video series!

JBurky
Автор

i am an egyptian man your way is awesome thankyou

ahmedsersawy
Автор

Thank God, somebody finally explained what "calling" means/does. I like your series. Thumbs up!

ForsakePariah
Автор

Thanks brother to teach us python, it's an honour to be a student of a teacher like you.

manishkumarsharma
Автор

you are the best teacher i found on youtube

niranjangaire
Автор

I know this basic stuffs, I already learnt them from plural sight, cs dojo, thenewboston etc. But I'm still watching this because it's you! You are AMAZING! I'm a big fan of u from BANGLADESH! Can you please tell me how can I be a software engineer/ software developer? [ Should I learn more after python, javascript, data structures, algorithms, machine learning and cryptography ? or should I apply for a internship or a job? ] 15 years

asdfghjkl
Автор

People complicate programming way too much but man, that Jimmy example is like teaching it to my 5 yr old.

Ambrozekwerondaa
Автор

You know what I want say to you print(" I love u")
Yes man I love u .thank u so much for clearing my doubt

atulsharma
Автор

enrolled yesterday.. found your videos gr8 and fun to learn

abhishekkapoor
Автор

Finally someone who does the job...
Keep it up man, don't stop making these tutorials about Python cause you are doing it good :D

eldadhota
Автор

I wrote it like 2-5 minutes ago and it still seems to be running. Functions really do seem fun like you say they are. I am really looking forward to your video on loops. I just hope they don't end up crashing my computer, since I have a love for making things more complex than they really ought to be. ha ha :D Love your videos man. At first I was a bit sceptical when you brought up some new file to write the same code, but after watching a little more my mind was blown and hence the reason I wrote this random af code here. I am surprised how easy/straightforward python seems to be when just starting out, and so happy that you are teaching it in a fun way. Thanks Bro'!


import turtle
cam = turtle.Turtle()

def hello():
cam.color("red")
cam.left(90)
cam.color("blue")
cam.forward(45)
cam.color("orange")
cam.right(90)
cam.color("red")
cam.forward(45)
cam.color("blue")
cam.left(45)
cam.color("orange")
cam.forward(45)

def hello2():
hello()
hello()
hello()
cam.right(45)
cam.forward(45)
cam.right(180)
hello()
hello()
hello()
cam.right(45)
cam.forward(45)
cam.right(180)
hello()
hello()
hello()
cam.right(45)
cam.forward(45)
cam.right(180)
hello()
hello()
hello()
cam.right(45)
cam.forward(45)
cam.right(180)
hello()
hello()
hello()
cam.right(45)
cam.forward(45)
cam.right(180)
hello()
hello()
hello()
cam.right(45)
cam.forward(45)
cam.right(180)
hello()
hello()
hello()
cam.right(45)
cam.forward(45)
cam.right(180)
hello()
hello()
hello()

hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()
hello2()

cameronbelcher
Автор

I might have missed it, but you should have taught them command completion in the 1st video... It's God Tier.

chriswf
Автор

just new to programming and this is really helpfull. And you have a great sense of humor

jojo
Автор

you're really a good teacher, how I wish my teachers back at university were like you

CocoLumbee
Автор

Hello from Brazil! I´ve just found your channel and it is pretty good. I did a lot of randoms square and I am very exciting!

diegofreire
Автор

Thank you this was the first one of your videos i watched but it was really good thank you

ronitgummadi