Это видео недоступно.
Сожалеем об этом.

Data Types in Python | Python for Beginners

Поделиться
HTML-код
  • Опубликовано: 13 авг 2024
  • Take my Full Python Course Here: bit.ly/48O581R
    In this series, we will be walking through everything you need to know to get started in Python! In this video, we learn about Data Types in Python.
    Code in GitHub: github.com/AlexTheAnalyst/Pyt...
    Favorite Python Courses:
    📖Python for Everybody Specialization - imp.i384100.net/jWdkA0
    📖Data Analysis with Python - coursera.pxf.io/BXY3Wy
    ____________________________________________
    SUBSCRIBE!
    Do you want to become a Data Analyst? That's what this channel is all about! My goal is to help you learn everything you need in order to start your career or even switch your career into Data Analytics. Be sure to subscribe to not miss out on any content!
    ____________________________________________
    RESOURCES:
    Coursera Courses:
    📖Google Data Analyst Certification: coursera.pxf.io/5bBd62
    📖Data Analysis with Python - coursera.pxf.io/BXY3Wy
    📖IBM Data Analysis Specialization - coursera.pxf.io/AoYOdR
    📖Tableau Data Visualization - coursera.pxf.io/MXYqaN
    Udemy Courses:
    📖Python for Data Analysis and Visualization- bit.ly/3hhX4LX
    📖Statistics for Data Science - bit.ly/37jqDbq
    📖SQL for Data Analysts (SSMS) - bit.ly/3fkqEij
    📖Tableau A-Z - bit.ly/385lYvN
    Please note I may earn a small commission for any purchase through these links - Thanks for supporting the channel!
    ____________________________________________
    SUPPORT MY CHANNEL - PATREON/MERCH
    🙌Patreon Page - / alextheanalyst
    💻Alex The Analyst Shop - teespring.com/stores/alex-the...
    ____________________________________________
    Websites:
    💻Website: AlexTheAnalyst.com
    💾GitHub: github.com/AlexTheAnalyst
    📱Instagram: @Alex_The_Analyst
    ____________________________________________
    0:00 Intro
    0:20 Numeric
    1:57 Boolean
    2:44 Strings
    7:25 Lists
    11:16 Tuples
    12:45 Sets
    16:40 Dictionaries
    21:38 Outro
    All opinions or statements in this video are my own and do not reflect the opinion of the company I work for or have ever worked for

Комментарии • 65

  • @LV-ni2zu
    @LV-ni2zu Год назад +21

    ig the beauty of this bootcamp is that he is teaching only that stuff that he mostly uses or used at work as a data analyst keeping in mind that learners are beginners.

  • @sj1795
    @sj1795 7 месяцев назад +14

    Fantastic video Alex! I love how you organized all this information. It made it SO much easier to grasp compared to other times I've tried to tackle Python. After making it through 44 videos of your coding bootcamp, I can honestly say I've become a total Alex the Analyst groupie. lol Your content is SUPERB and I can just tell you are a genuine, kind, and overall good human. As always, THANK YOU SO MUCH for all that you do! P.S. Many of my mornings start with watching your videos. When my husband enters our living room, he's started saying, "Good morning Alex." lol

  • @PaquiCamus
    @PaquiCamus Год назад +8

    Hi Alex; data is not just data! That is what I got from this video. From tuples to dictionaries really challenging. "No more Netflix" from now! Maybe just once per month with my grandkids searching for the perfect chip flavour.

  • @kazziodex9561
    @kazziodex9561 3 месяца назад +3

    Crystal clear and straight to the point. Thanks sir. I am currently learning to code in order to lift myself out of povery =)

  • @SetYourBarTo10
    @SetYourBarTo10 Год назад +7

    My first real world project with Python I accidentally pulled in the data as a tuple…I still had to clean the data. It took me hours if not days to troubleshoot and fix that straightforward data type error…this was a great explanatory video. I am saving it for reference.

  • @siwabuk
    @siwabuk Год назад +6

    Thank you so much, Alex!!!! I've been struggling with these topics from the other course but I completely understand it in 20 minutes on this video. I love the way and thoughtful sequences of explanation that make it so easy to understand. Big love from Bangkok, Thailand Bro 🇹🇭🙏🏻❤🙇🏻‍♂

  • @maxinechantel2393
    @maxinechantel2393 8 месяцев назад

    This is great. Thanks for clarifying with examples the difference between lists, Tuples,Sets, and dictionaries, and how to use them. Really grateful for the simple explanation. This will help me a great deal.

  • @josephcruz4736
    @josephcruz4736 Год назад +2

    Thanks Alex! Skipping meal just for this! Let's go 🔥

    • @AlexTheAnalyst
      @AlexTheAnalyst  Год назад +2

      Definitely go back for that meal after though :D

  • @maziuzoamaka7435
    @maziuzoamaka7435 Год назад +3

    Awesome video as always.
    Thanks for all you do. Your videos have been really helpful.

  • @fahimhoq3166
    @fahimhoq3166 Год назад +1

    Understanding these especially dictionary also helped me understand SQL better.

  • @CJ-fh5xq
    @CJ-fh5xq Год назад +4

    Thank you for the Python playlist. Will you also make a playlist for R or even SAS? It has been helpful so far.

    • @AlexTheAnalyst
      @AlexTheAnalyst  Год назад +3

      Probably not anytime soon :) But maybe in the future!

  • @queensam6868
    @queensam6868 Год назад +2

    Thanks for this comprehensive video!

  • @Eng_Aldo-tp2hy
    @Eng_Aldo-tp2hy 19 дней назад

    Great video, thanks!!

  • @yahia_dua
    @yahia_dua 9 месяцев назад

    With zero background i understood well thanks a lot

  • @Major_Data
    @Major_Data Год назад +8

    Workout finished... making coffee... listening to Alex singing the song of my people. 🎶

  • @danielsamuel3406
    @danielsamuel3406 Год назад +2

    Awesome, Kudos Sir!

  • @NightWalker911
    @NightWalker911 6 месяцев назад

    Great Videos Alex. I've learnt a lot from yourself, for which I can't thank you enough!! 🙌
    However, there's something in this lesson, that's left me a little puzzled.
    I hope you, or anyone out there, would be kind enough to help out.
    So, when you did the basic
    a[6] - it returned 'W'.
    a[2:5] - returned 'llo'
    However a[2:6] - returns
    'llo ' (including space)
    a[2:7] - returns 'llo W'
    So I'm curious as to why the position number of 'W' has changed, from 6 to 7?
    Thanks

  • @davidconiglio7577
    @davidconiglio7577 Год назад

    Hello Alex ,I am learning Phyton because the speed compare what I was using before ,basic like liberty basic and true basic .I did in basic a program takes 5 # from 1 to 70 and look what combination are over 1million and take with basic 3 hours or more finished .
    The question I have to use data numbers calculate and graph ,plus I like to use in chemistry and physics. Compare basic data was easy ,phyton is confusing to use long data .

  • @oyesileadekunle716
    @oyesileadekunle716 Год назад +1

    Thanks Alex.. easy and digestible

  • @sujoy782
    @sujoy782 Год назад +1

    Hi Alex, your every videos so amazing and lot of things I learned from your videos. I have a question. I want to get my first internship that's why what project should I do?

    • @AlexTheAnalyst
      @AlexTheAnalyst  Год назад +1

      I would focus on SQL projects and Tableau projects at first :)

  • @neildelacruz6059
    @neildelacruz6059 10 месяцев назад

    As always excellent video, Thank you Alex.

  • @goon5031
    @goon5031 Год назад +1

    Another great video

  • @ebtsamyounis9483
    @ebtsamyounis9483 Год назад

    I feel like I wanna eat icecream NOW 😂It's my favorite too, you made me so happy watching this and thinking about everything icecream

  • @pramodplays8032
    @pramodplays8032 2 месяца назад

    Great Video

  • @testimonyakinrinade2173
    @testimonyakinrinade2173 6 месяцев назад

    Please how do you type the symbol to compare sets "|” in windows keyboard??

  • @yz1121
    @yz1121 Год назад

    Clear and easy-to-follow guide. It would be great if you could share the working script to follow with the video.

  • @souravrajeev5528
    @souravrajeev5528 5 дней назад

    11:15 why is there a true function in the list?

  • @MudassarAli-bx2pf
    @MudassarAli-bx2pf 11 месяцев назад

    great work sir! I have a quesion : Dictionary data type very similar to the Map???

  • @paullemaron5258
    @paullemaron5258 6 месяцев назад

    Hey Alex, thank you for the amazing tutorials, could you kindly do AWS Data analysis from the anaconda or can anyone refer to the best online resource for this Urgently, please.

  • @russellrizzo6673
    @russellrizzo6673 4 месяца назад

    What do you use shortcut to recall the last thing you wrote is saves you so much time ?

  • @taroge5464
    @taroge5464 Год назад +1

    We need whole series of video updates every day 😂

  • @AnalystTosh
    @AnalystTosh Год назад

    Another area that I am conversant with but still learning something

  • @Motivation_Station_Neo
    @Motivation_Station_Neo Год назад +1

    great tutorial

  • @someshwarmithari3260
    @someshwarmithari3260 3 месяца назад

    Hii sir this program can't run with paycharm and visulstdio....

  • @JasonEyestone
    @JasonEyestone Год назад +3

    Another great video as always! Thanks

  • @yahia_dua
    @yahia_dua 9 месяцев назад

    Do we have to memorize all these & * / characters do to output

  • @karthiky898989
    @karthiky898989 4 месяца назад

    super video

  • @adamshebani1451
    @adamshebani1451 4 месяца назад

    Nice

  • @user-ug7tu1dx9t
    @user-ug7tu1dx9t 8 месяцев назад

    why i am deleting the weight, it says key weight do not exist? but it there

  • @elphasluyuku4167
    @elphasluyuku4167 Год назад

    Didnt know you could also do Poetry my friend

  • @11bftw
    @11bftw Год назад

    Those are called soft brackets. As [ ] are hard brackets

  • @andremayes7788
    @andremayes7788 6 месяцев назад

    Hi Alex, thank you so much for this course. I have gone through all of the videos from SQL to now Python, have joined your discord and have begun to tinker around on the Analyst builder app. I have a question for you, but let me give some context first.
    I am starting to learn python data types and got through the entire lesson without a hitch until the very last part, delete statements. I am getting an key error traceback that from my research tells me that the key path may not exist. However, I looked at what you ran in Jupyter and what I ran, and they seem to be identical. Here is the error that I am receiving:
    KeyError Traceback (most recent call last)
    Cell In [70], line 1
    ------> 1 del dict_cream['weight']
    3 print(dict_cream)
    KeyError: 'weight'
    --------------------------------
    Here is the dictionary I executed:
    {'name' : 'Christine Freberg', 'weekly intake' : 10, 'favorite ice creams' : ['MCC', 'Chocolate'], 'weight' : 300
    -------------------------------
    Here is the delete statement I executed:
    del dict_cream['weight']
    print(dict_cream)
    __________________
    Question: Any clues as to why I am receiving the key error? I have run through it but am unable to figure it out.

    • @NightWalker911
      @NightWalker911 6 месяцев назад

      I think the previous line with
      dict_cream.update needs to Run first, before it can acknowledge the 'weight'
      You've probably already figured it out by now.

  • @landonman3959
    @landonman3959 Год назад +8

    hopefully, the wife doesn't see that you said she weighed 300 pounds.

  • @Toxicano-kd7sb
    @Toxicano-kd7sb 11 месяцев назад +1

    ❤❤❤❤❤

  • @AnalystTosh
    @AnalystTosh Год назад +1

    They are called 'Curly braces/brackets' Alex!... not squiggly brackets :)

    • @AlexTheAnalyst
      @AlexTheAnalyst  Год назад +1

      Oh I know I just hate calling them that lmao

  • @esrakareem7071
    @esrakareem7071 Год назад

    I did all the steps but I get the error "ice_cream is not defined".

    • @blueberry486
      @blueberry486 Год назад

      you probably solved your problem but Imma answer anyways lol the same prob faced me, turned out when i first write the code for a set or dictionary I have to run the cell then it will be basically defined and saved then later can be returned if you want to print it

  • @jean-louismanga2136
    @jean-louismanga2136 Год назад

    Hi Alex , theses "{ }" are called curly braces i think !

  • @user-hs8nk7dm7z
    @user-hs8nk7dm7z Год назад

    On mobile is very hard😢😢

  • @davidjukebox
    @davidjukebox 11 месяцев назад +1

    Not easy to recall much of that. Also, using your ice cream fetish makes the subject matter seem trivial and unimportant and feels like your ridiculing people's choice watching of learning this stuff