Python Data Types for Beginners | Python tutorial

preview_player
Показать описание

Learn Python data types in this beginners tutorial. You will learn about Python basic data types, literal assignments, constructor functions, methods, built-in Python functions, and more.

⭐ Become a full-stack dev with Zero To Mastery Courses:

👇 Follow Me On Social Media:

Python Data Types Tutorial 🐍

(00:00) Intro
(00:05) Welcome
(00:13) Naming a Python file
(01:01) Literal Assignment & Checking Data Types
(03:37) Constructor functions
(05:49) String concatenation
(07:00) Casting a number to a string
(08:39) Multi-line strings
(10:07) Escaping Special Characters
(12:51) String Methods
(19:19) Building a Menu
(22:18) String Indexes & Index Ranges
(24:36) Boolean data type
(27:48) Integer data type
(28:50) Float data type
(29:36) Complex numeric data type
(30:53) Built-in numeric functions
(32:51) The math module
(35:31) Casting a string to a number

📚 Tutorial References:

Was this Python Data Types tutorial for beginners helpful? If so, please share. Let me know your thoughts in the comments.

#python #data #types
Рекомендации по теме
Комментарии
Автор

Dave, I am learning front-end with React through an internship at my company. Every day, I watch one of your videos at home to practice and learn about other languages. I am truly grateful because I feel that your videos are the best ones available for free online. You are number one. Sending a big hug from Italy.

rickythelarge
Автор

Awesome training guide series👍👍👍. Well explained.

johnny-dom
Автор

Most Excellent tutorials! This is so much easier to learn when you show Python examples in VS while teaching how to navigate Visual Studio during the process. Thank you!

photonspawn
Автор

Its pretty cool that I alrady knew about indexes starting at 0 due to Blender's geometry nodes! Looking forward to being able to get more of of Blender after learning more about python! Really appreciate these vids, Dave!

QuesoGr
Автор

Hi, just wanted to say thanks for making this! I'm learning python so I can eventually work with it in the GIS field. I am glad your basics have such great explanations!

eothamec
Автор

just to say thank you very much i am learning python all thanks to your tutorials. Keep up the good work!

paulmaxwell
Автор

crazy how this playlist are more usefull than my entire semesters from college year ago.. i'm in the journey to mastering python, wish me luck guys!

Bung-za
Автор

Great course Dave, appreciate ur efforet.

kazitanim
Автор

Dave... I hate math, and you somehow just made it manageable for me. THANK YOU!!!!

verymessy
Автор

Thank you very much. As someone who always wanted to start learning programming, but was too lazy to start your tutorials have helped me immensly!

willerdude
Автор

Hey Dave, I am so thankful to you for creating such content for free.
Much love from India.

Also I have a question, your teaching style is Fantastic no doubt, so I wanted to learn react js from you, but your tutorials are a year old and with the introduction of newer versions of react, would it be wise to follow them as I like your way of teaching and would love to start my journey in react from your course.

Once again, thanks a lot for your efforts

staringintotheabyss
Автор

I like your videos and learn a lot about python from them. Thank you so much!

lindachen
Автор

It's him again..Thank you so much Dave ❤❤

serenityandtranquility
Автор

Wow, you are amazing Dave. Thank you so much

saia
Автор

good effort teaching style make me easy to understand your content. Honestly, you are really a good teacher for

pengembangandiri
Автор

This is such a nice course Dave. I have started learning Python for my research work and this is by far the best suited for someone like me with a scientific mind but time restriction. Thanks very much. Dr. Pranav Seth

pranavseth
Автор

on 2:49 at line 8, how to merge the '==' to looks like one long '='? is there an extension for it?

dafiraone
Автор

These are exceptionally made videos and i really cannot thank you enough!

JosephWright-yspv
Автор

Thank you soo much soo grateful for all the best content you are providing

rohitsingh-xjey
Автор

21:31 What happens if the rjust and ljust fill is longer than the width of your terminal?
What happens if you leave out the `4` parameter of rjust. In this case, that 4 causes `$1` to fill a length of 4 chars, but won't it fill the remaining space in the terminal width anyway?
Edit: So i think the 4 means to place the text directly after the preceding text (in this case, rather than right-justify on the entire terminal line. I get it now.

johnaweiss