What Are Data Types?
Video Overview & Insights
Data types are VERY essential to programming! Without understanding these, good luck! π
regarding data types, information iss tores in thiese,
Check out more lessons in this course: https://www.youtube.com/playlist?list=PL0nQ4vmdWaA3GLsZESEkBiIAEvnDEge8D
Art used in this video in part made by freepik.com, surang, Flat Icons, smashicons, Icongeek26, & mynamepong
theirs are sevral different variables we all know
SUBSCRIBE FOR MORE: http://sefdstuff.com/science
SUPPORT ON PATREON: https://www.patreon.com/Jabrils
variables are containers for the data values
Please follow me on social networks:
twitter: http://sefdstuff.com/twitter
It works π
instagram: http://sefdstuff.com/insta
reddit: https://www.reddit.com/r/SEFDStuff/
In short: Data types are labels that define the kind of value a variable can hold
facebook: http://sefdstuff.com/faceb
REMEMBER TO ALWAYS FEED YOUR CURIOSITY
β€
More User Perspectives
Lol
@brandnewsy9131very good explanation
@bully1676Thank you so much β€
@amproductions9318What data type would rooms in a house be considered? I'm working on a UML diagram for my OOP class on housing developments. My professor wants us to add data types for the different rooms (living room, garage, kitchen, etc.). Would they all be considered strings?
@heidihale72650:35 better call saul
@lenientbigcat2174That was actually kind of interesting.
My complements on going through all the permutations of "11" + 1; "11" + "1"; "11" - 1, etc.
I think that would be very good food for thought for someone new to datatypes!
@3:07 Should be a '+' instead of a '-'!
@antelectronicathanks
@mohammedshaikh8343Thanks for the informationπ
@sachinkabburkar3589Good job
@tarangplus5276Thank you! Iβm on my way to watch every video youβve uploaded on your channel lol.
@ShadaeBalancesKnightAstroWoW π² interesting I know understand β₯οΈβ₯οΈβ¨β¨, thanks for teaching.
@quenzybabygirlworld2676I have a cat within π5 minutes en looking for a 3 minute tutorial lead me here π
@hafsaabdi5454Data Types may seem boring and straight forward but their manipulation is where programming really starts to shine.
Strings are really interesting pieces of data if you are getting into programming and can be used to both add and divide variables using delimiters. For Instance, you have a name input form that allows for a space. You can use that space as a delimiter and create firstName and lastName from a single variable. Ie, name = "John Smith" -> string[] names = name.split(' '); names.firstName = names[0]; names.lastName = names[1]; Or in reverse if you wanted smash names together you could do name = names[0] + " " + names[1];
damn im really on my way to become the next Michael reeves
@whateversethh3235That's not George Bool, that's Saul Goodman.
@AngelTFCNice explanation. Thank you!
@rikon4931thank you are great at this ππΎ
@Cycleplayer117It is wonderful ,thx a lot
@ghadamahmoud4122Wow! Very Nice.
@triplentutoringthanks this was great !!
@bigchungusofficial2912You got yourself a subscriber ππ
@prernachhetri7649Good explanation!
@40wattstudio41Simple, clear and nice. LIKE IT.
@zai8822@2:08 "Hold My Beer" - Javascript
@ldpenroseπππππππππππ
@akhasdeo7486finding out my favorite youtuber has a programming teaching course: best day ever
@ThatGuyDownInTheHow does this have like no viewsb
@tonpetty1882Hello - 1 = Hellno. Math!
@joebot001My python script in visual studio code isnβt doing print(doit) for some reason. Am i missing something?
@ryan17654solid videos, quick thought (other than the edit needed at 3:07), it might be easier to understand string concatenation if you used "hello" + "world" instead of "1"+"11"... since "111" as output still seems like a bit of math
@KavanBahrami3:07 You wrote "-" instead of "+"
@MrFlotzoneHi, I just finished watching your tutorial on Floats. I was wondering why you didn't show the Int tutorial before it, and I realised that you don't have it covered in this playlist. At 1:00 in this vid you say that you do have them all covered, and Int is even shown here, however It's not in the playlist, like said. Is it possible for you to update that or something?
That would have been very helpful, as I find your tutorials outstanding, and I'm thankful for you sharing your knowledge. :)
Why are these vids unlisted?
@Oceam"11" - 1 will return an error
laughs in javascript
when given "11" - "1" why doesnt it give a "1" as a response? It would be removing a "1" from the "11" so it makes sense
@swaystar1235Let's talk about JavaScript. https://www.destroyallsoftware.com/talks/wat
@acobsterI've just learnt that "5.6" in quote is a string not a float... My teacher didn't teach me, thanks!!π£
@iamebenHey Jabrils, I have been thinking about getting into software engineering for the longest time, and I have dabbled with Game Maker way back in the day; however, I have never buckled down and really invested time in learning the nuts and bolts of a programming language. This course has been an encouragement thus far and I bet the rest of the course is the same.
I am no spring chicken anymore, as I am getting closer to my thirties and am not the fastest learner by any stretch, but I think that I have a shot if I dedicate myself to learning little by little.
Thanks again for this tutorial!