Python Beginner Tutorial #10 - String Functions

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 35

  • @khaif.3376
    @khaif.3376 4 роки тому +19

    this beginners course is one of the best so far ive been able to learn good with , thank you

    • @NeuralNine
      @NeuralNine  4 роки тому

      Glad to hear that! :)

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

      @@NeuralNine over this course ?

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

    been learning python for the last couple weeks and this beginners course was by far the easiest to follow along with. will be starting the intermediate course tomorrow. Thank you for your work!

  • @jrigo1655
    @jrigo1655 3 роки тому +3

    Other way of using format in strings:
    print(f'Hello I am {name} {lastname}')

  • @banishedguardian701
    @banishedguardian701 3 роки тому +2

    Thanks you very much my guy I watched all these tutorials even tho id learnt basics because they contained so much i had missed out along the way or not been explained correctly by inferior tutorials 😊

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

    Channel deserves so much more attention. Some insanely cool and useful content.

  • @akshayvengal451
    @akshayvengal451 7 місяців тому

    def thankyou ():
    try:
    file=open('file.txt','w')
    file.write("Thanks Mike for the beginner course, don't worry about the texts getting ridiculous")
    file.close()
    except:
    print("Thanks")
    thankyou()

  • @VypeReaper
    @VypeReaper 3 роки тому +2

    17:17 - "These texts are getting more ridiculous", hahaha
    The text is so funny tho, "I am happy cus my name is Python" - Ok, you do you boo boo.
    I cracked up on that one, thanks mate.

  • @O_io6
    @O_io6 10 місяців тому

    Thank your Flori for you time, you are helping many pepole around the world. May God Bless You.

  • @OmotoyosiHameed
    @OmotoyosiHameed 7 місяців тому

    I now understand this now, thanks for this

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

    I'm already updating my resume! thx so much dude, you rock.

  • @rassy2042
    @rassy2042 5 місяців тому

    Awesome & simple playlist!

  • @GuillermoGarcia75
    @GuillermoGarcia75 19 днів тому

    Thx for reaching awesomeness supreme!

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

    Great series! I learned quite a lot.
    Thank you for this amazing videos! :)

  • @sifarathussain1335
    @sifarathussain1335 9 місяців тому

    Thanks Mike Sir for making our life easy

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

    Thank you for your time Flori making these tutorials. They are Excellent 😃😃😃

  • @nikoofayyaz8811
    @nikoofayyaz8811 6 місяців тому

    Hi thank you very much for your helpful videos

  • @RA-bo9cl
    @RA-bo9cl 3 роки тому +1

    I love this. Let's go to the intermediate

  • @Jonathan-ru9zl
    @Jonathan-ru9zl 8 місяців тому

    Thanks for the tutorial !!! ,✔✔❤❤

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

    Great tutorial. Simple and concise.

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

    Thanks a lot for this series. I could learn a lot by this series.

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

    thanks you for course sir

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

    Thanks, I've done 1-10. Good stuff!

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

    The data types when using %
    docs.python.org/3/library/string.html#format-specification-mini-language

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

    Thank you!! I need to brush up on my python as I haven't used it for a few years. Played this course at 2x speed and never had to slow down once, so it must've been clear and well paced. I have a feeling I'll need to slow down the intermediate though, looking forward to it. New sub for sure!!

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

    this series was great thank you so much

  • @rahulfernandez6234
    @rahulfernandez6234 4 роки тому +4

    Pls enlarge the screen

    • @NeuralNine
      @NeuralNine  4 роки тому +2

      I will in the future! But I have some episodes already recorded, so it will take a little bit of time! Thanks for your feedback! :)

  • @Jonathan-ru9zl
    @Jonathan-ru9zl 2 місяці тому

    Super

  • @Dr.Cosmar
    @Dr.Cosmar 2 роки тому

    using VSCode python 3.10, ~8:51, can't get the any of that working like yours.
    ValueError: invalid literal for int() with base 10: '& C:/Users/DrCos/AppData/Local/Programs/Python/Python310/python.exe "g:/My Drive/Visual Studio/Untitled-1.py"'

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

      Nowadays (since 3.6) you would write it like this:
      print(f'...)
      The old way should still work, though. Did you really write a number for int(input()) ?
      What happens if you only use input() instead?
      Try this:
      ______________________________________________________________
      name = input('name')
      age = input('age')
      print(f'My name is {name} and I am {age} years old.')
      print('My name is {} and I am {} years old.'.format(name,age))
      ______________________________________________________________
      This should give you the same output twice.

  • @power-x4863
    @power-x4863 Рік тому

    finished

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

    The screen is too small to follow. and watch,

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

    ìs sara your gf?