Python Beginner Tutorial #2 - Variables and Data Types

preview_player
Показать описание
In today's episode we are talking about variables and data types. At the end, we also mention typecasting and how to convert from one data type into another.

Subscribe and Like for more free content!
Рекомендации по теме
Комментарии
Автор

Finally, I got someone smart who can teach me Python basics in an actual beginner's way. thank you so much. much love.

dezlopnews
Автор

I would be happy if u have increased the font size other than that the explanation is so good 👍

nfstamilanda
Автор

I just found your content today, I'm gonna stick with it. Your channel has a very clear and precise path for something I want to learn and achieve.

I have a mild suggestion for you. For what it's worth I'm working on a 15in 720p laptop, so I realize my choice in monitors is part of the issue at the moment.

I think you should redo these videos with much much larger font. A good goal post would be to split screen your video on a regular size monitor with the project and see if the projects standard font size matches the video's while playing in split screen.

If you split screen now, it's impossible with my setup to read what you are writing. I'm probably more intermediate, but I believe in the basics, and I didn't learn your basics. It's not a huge issue that I can't see what you are typing at the moment, but for others it probably is.

Dr.Cosmar
Автор

You're doing good, keep it up !! 🔥

jackzbazuka
Автор

You have good and organized outline. And i love you for that. If you will rerecord this, I hope you zoom it a bit. I have eyesight problem and it's kinda hard for me to see, as it would be bad to be too close on my screen too. Thank you.

jacobbj
Автор

wow yeah good explanation thank you for this explanation of type casting man. Simple and easy

deepakjindal
Автор

Thank you for your time making this video. Great video to follow :-)

grahammccann
Автор

brilliant Entrè how do i get the python gui that u also use when programming the calculator..

Tom-ksxl
Автор

Hi! Why my Python idle is missing run button?

Jonathan-ruzl
Автор

Regarding typecasting of string to boolean I found this tricky:

print(bool("True")) ## gives True
while, print(bool("False")) ## gives True as well

omkarsinha
Автор

I don't understand how you get the output to go to a separate window.

gregphillipsmusic