Learn Python Programming - 10 - Primitive Data Types

preview_player
Показать описание
Let's cover the awesomeness of primitive data types. What are integers, floats, or strings!? I don't know... Let's find out! ...
...
★☆★ FREE Lesson 1: The Most Important Thing For a Successful Programmer★☆★

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

As a teacher, you are really really good...

dazrelixs
Автор

I am pretty sure that this video will become huge someday. It is very informative and easy to follow. I can do C++ but i want to explore python.

Meeepmeep
Автор

Assalamualaikum Qazi,
I hope you are having a nice day.
Really want to thankyou i have been meaning to learn new programing languages outside my academic subjects.
And honestly you make it seem much easier and you have good teaching skills(you give really good examples)
Thankyou again.
Hope to learn the language really well.
Thankyou ones again.

hadiiyahamza
Автор

The fact that you didn't tell anything new in four minutes amazes me. Good job! :)

iskariotas
Автор

Qazi you're the most inspirational programmer I've seen in youtube

Notchmods
Автор

really amazing.even i did not have little knowledge about programming and all.but when i start to watch your videos.i felt really amazing.i am proud of u guy.well teaching skill you have.really thankfull to you guy for shares your knowledge .

naveenpawar
Автор

Really man you are the best teacher. Now I think with the guide of your video slowly slowly I can be a programmer.

binayakaryal
Автор

Thank you for these videos. I've been using Code Academy and other resources but these videos have helped me learn the fundamentals more then anything else I've tried.

willalton
Автор

Ive been using 1 letter usage for variables up until this point. Good to know most programmers dont like this. Time to break the habit as of now, thanks fot the heads up :)

simonsmith
Автор

i love your teeching you explain every move like it should be. hope to get more quality videos from you

mosheabz
Автор

Good thing I got interest in these stuffs from this year, or else i'd had to wait for ur uploads 😂 ❕

muramasa
Автор

Hahaha it is one of the craziest python videos I have ever seen 😂😂😀😀👌👌👍🎈
Best moment was I donno wat he is talking about... And boom 😂😂😂

thunderv
Автор

Thank you so much Qazi. .. you are really great .. I am inspired to work hard smartly. I can't thank you enough...☺️

thunderv
Автор

Thanks a lot man . it's eassy to learn with your courses .Good luck body

abde
Автор

import turtle
moaz=turtle.Turtle()
def square(x, z):
moaz.forward(x)
moaz.left(90)
moaz.forward(x)
moaz.left(90)
moaz.forward(x)
moaz.left(90)
moaz.forward(x)
moaz.left(z)

for i in range(300):
square(100, 90+10)

moazhamdy
Автор

when there are 2 or more letters which are repeated in the variable how to use index
example:
greetings="What's up people"
if I'd say...greetings.index("p") the output is 8 which is the p in 'up:
now if I want the 1st or 2nd p in 'people' what should I do

karthikreddy
Автор

import turtle

mt=turtle.Turtle()


def square(length, angle):
for i in range(4):
mt.forward(length)
mt.right(angle)


for i in range(100):
square(100, 90)
mt.right(10)

loveappu
Автор

why in python we can write anything in double quote if we can write in single quote
for example
"Hello" or ' Hello ' both are applicable

rahulshukla
Автор

import turtle
sahm = turtle.Turtle()
sahm.speed(0)
def trangle(f, r):
for T in
sahm.right(r)
sahm.forward(f)



trangle(1, 1)


++++circle++++

Ezio
Автор

i cant found the price you can halp i see on your site some
do it with -1, +1 or 2
but i dont understend why

adicohan