85,810 views
???? Join the Dev Mission 2025 ???? https://lp.refatorando.com.br/missao-... ???? Dive into our eBooks packed with valuable insights and join our community on Discord, where learning becomes a collective and inspiring experience. ✅ Ebook: How to use ChatGPT to learn programming: https://refatorando.com.br/m3m8 ✅ Ebook: How to find the best IT jobs: https://refatorando.com.br/sygl ✅ Ebook: How to stand out in IT selection processes: https://refatorando.com.br/ajnw ✅ Join our community on Discord: / discord In this class of our python course for beginners, I will teach you about variables and data types supported by python. In this video we will talk about: First, how a script works in Python How to work with variables Data types in Python Well, now let's start improving this code above. In Python and in any language, we will deal with a lot of data and a lot of information of different types. Variables are a way for you to manage, reuse data and also have coherence within your code. For example: in the code we made, we can see that information is duplicated, such as my name, my age and what I like to do. If I want to change any of them, I will have to go line by line changing them. In addition to being laborious, I have a high chance of doing something wrong. Let's change my age, for example. Let's say I'm 21, because, well, you can cheat here. Variables are basically storage spaces in your computer's memory, but to simplify it, imagine them as blocks that store information. Strings (or texts, this is the type of variable we've used so far). Integers. (or integers, basically represented by numbers, 5,0,-1 **Float**. (floats are numbers, but with decimal places, like 5.34, -4.38, 9.5) Boolean. (Boolean values that are true or false, represented by True and False) Related Links =================================== Playlist Python Course for Beginners: • Python Course for Beginners Class #01 - Preparing the Environment and Hello World: • Python Course for Beginners #01 -... Share this video with more people: ▶ Subscribe to the channel: / @refatorando ▶ Follow us on Instagram: / refatorandobr ▶ Follow us on Tiktok: tiktok.com/@refatorando ▶ Follow us on Linkedin: / refatorando ▶ Email for contact: [email protected]