Python Tutorial for Beginners: Understand Python Data Types in 10 minutes

Поділитися
Вставка
  • Опубліковано 3 гру 2018
  • 👉🏻 Download Our Free Data Science Career Guide: bit.ly/3kJgRpm
    👉🏻 Sign up for Our Complete Data Science Training with 57% OFF: bit.ly/3kNpEGI
    In this tutorial, we're going to help you understand Python Data Types. Specifically, the data types in Python that we will look at are NUMBERS, BOOLEAN, and STRINGS.
    Video Timestamps:
    0:12 Numbers and Boolean Values in Python
    3:15 Python Strings
    Download the working files used in the tutorial and practice along with the video:
    www.dropbox.com/sh/3pssi2b3o0...
    ► Consider hitting the SUBSCRIBE button if you LIKE the content: ua-cam.com/users/365DataScie...
    ► VISIT our website: bit.ly/365ds
    🤝 Connect with us LinkedIn: / 365datascience
    365 Data Science is an online educational career website that offers the incredible opportunity to find your way into the data science world no matter your previous knowledge and experience. We have prepared numerous courses that suit the needs of aspiring BI analysts, Data analysts and Data scientists.
    We at 365 Data Science are committed educators who believe that curiosity should not be hindered by inability to access good learning resources. This is why we focus all our efforts on creating high-quality educational content which anyone can access online.
    Check out our Data Science Career guides: • How to Become a... (Da...
    #Python #Data #DataScience

КОМЕНТАРІ • 21

  • @365DataScience
    @365DataScience  4 роки тому +3

    All Courses 100% Free Through November 21st: bit.ly/3DO1CqB

  • @gamingguy_99
    @gamingguy_99 Рік тому +2

    I need more videos on it..❤

  • @Asaduzzahra
    @Asaduzzahra 4 роки тому +6

    hello there, i am newon this stuff i just got motivated to learn programming in order to change my life for a better future,. hope you can help me master this. thank you

    • @tomisinawoniyi9126
      @tomisinawoniyi9126 2 роки тому +2

      Hey buddy, just started my programming Journey last week, with the same goal, how’s programming going for you?, you are a year in.😊

    • @Hame23
      @Hame23 Рік тому +1

      @@tomisinawoniyi9126 how is it going

  • @aboltabol4659
    @aboltabol4659 3 роки тому +1

    Thanks 👍👍

  • @nelsonnartey1470
    @nelsonnartey1470 3 роки тому

    Great 👌

  • @pameladiazabarca3742
    @pameladiazabarca3742 Рік тому

    Thanks!

  • @zazzi8012
    @zazzi8012 Рік тому

    Learning just like all of you guys

  • @SenjaMu
    @SenjaMu Рік тому

    Thank you

  • @Andrei-zh5jv
    @Andrei-zh5jv 5 років тому +6

    I want more videos.

    • @365DataScience
      @365DataScience  5 років тому +2

      Hey, Andrei! Have you subscribed to our channel yet? We post several times per week so there're always new interesting videos you can enjoy!

  • @selamidurmus
    @selamidurmus 5 років тому +7

    print 'red ' + 'car' >> SyntaxError: Missing parentheses in call to 'print'. Did you mean print('red ' + 'car')?
    I'm getting a Syntax Error when I was writing this statement but you have not gotten any error. Why?

    • @Zelsoft
      @Zelsoft 3 роки тому +13

      He's programming in Python2. You're probably programming in Python3. There has been a few syntax changes from Py2 -> Py3 one of them being when you type the print command you have to encapsulate everything you want to print with parenthesis such as print('Hello World') in Py2 print 'Hello World' worked, but not in Py3.

    • @joshcarroll715
      @joshcarroll715 2 роки тому

      @@Zelsoft Your reply just saved a migraine, ty.

  • @kaitokite633
    @kaitokite633 2 роки тому

    More

  • @cathalogrady2331
    @cathalogrady2331 3 роки тому

    you dont have variables in python you have a name and an object right?

  • @ethanebang7507
    @ethanebang7507 4 роки тому +7

    THIS IS NOT 10 MINUITS, ITS 8 MINUTES AND 42 SECONDS!!!