How to Split Strings in Python With the split() Method

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 55

  • @ashwithullal
    @ashwithullal 5 ปีที่แล้ว +44

    Maxsplit was the real eye-opener for me

  • @granthsharma0109
    @granthsharma0109 3 ปีที่แล้ว +13

    Thanks for this video, I had been very confused in .split() method. Because of this video i have totally understood .split() method

  • @gabehcuodsuoitneterp203
    @gabehcuodsuoitneterp203 2 ปีที่แล้ว

    Best tutorial ever. Make a playlist.

  • @keshavdk3080
    @keshavdk3080 5 ปีที่แล้ว +4

    Thank you Team Real Python. The best explanation ever seen.

  • @abubakarmeraj8040
    @abubakarmeraj8040 2 ปีที่แล้ว +1

    your teaching style is very good. you give multiple examples to make us understand!. Thanks!

  • @alaahoussen2914
    @alaahoussen2914 3 ปีที่แล้ว +1

    Thanks I have been looking for this video for a long time thanks thanks Please Keep it up

  • @justicehansen8670
    @justicehansen8670 ปีที่แล้ว

    This was precisely what I needed. Thank you!

  • @Qp0wer
    @Qp0wer 2 ปีที่แล้ว +1

    I wrote some code for an assignment that worked, but I didn't really know why it worked lol. This helped a lot!

  • @PrimeEpoch
    @PrimeEpoch 4 ปีที่แล้ว +3

    I was trying to use regex to do this exact thing but this was much simpler, tyvm!

  • @milaleelavati243
    @milaleelavati243 3 ปีที่แล้ว +2

    Спасибо! Просто, понятно и доступно. Такое не часто встретишь.

  • @abdulwaris9404
    @abdulwaris9404 4 ปีที่แล้ว +2

    Thanks best explanation just what I was searching for

  • @okaybossiamonyoutubeakkskd
    @okaybossiamonyoutubeakkskd 2 ปีที่แล้ว

    this is why teachers are important

  • @nrgking1667
    @nrgking1667 2 ปีที่แล้ว

    Thank you!!! this really helped me

  • @stephanieegbuonu2626
    @stephanieegbuonu2626 3 ปีที่แล้ว

    Love your explanation

  • @alemkinfe3778
    @alemkinfe3778 2 ปีที่แล้ว

    This helped me a lot..tnx

  • @frdg6421
    @frdg6421 5 ปีที่แล้ว +2

    you explain so good! thank you!

  • @softwhere07
    @softwhere07 3 ปีที่แล้ว +1

    Do you have a link to the concatenating and joining strings videos? I can't seem to find them. This is all good and interesting. Very useful information

  • @amonmeleki4647
    @amonmeleki4647 4 ปีที่แล้ว

    Excellent explanation 💯

  • @henrywang4361
    @henrywang4361 4 ปีที่แล้ว

    Helped me so much!!! Thank

  • @baqirhussein1109
    @baqirhussein1109 4 ปีที่แล้ว

    Thanks, you helped me.

  • @szymonf5554
    @szymonf5554 5 ปีที่แล้ว +7

    Thanks for that video I thought I know how to use split() hence I've never checked the official docs , now I know now about the "maxsplit" parameter, it would so useful :)

    • @realpython
      @realpython  5 ปีที่แล้ว +1

      I'm glad it was helpful. :-)

  • @doubledgaming4032
    @doubledgaming4032 4 ปีที่แล้ว +2

    How would you split using more than 1 item in the string? For instance, would it be string.split("+", " -," "*", "/") ??

  • @manqobamkhwanazi1956
    @manqobamkhwanazi1956 4 ปีที่แล้ว

    what if you have a comma-delimited string of number:s and words and you want to separate them:
    input: "show, number, 10, 25, joe 9"
    output: show, number, joe
    10, 25, 9

  • @swathireddy2817
    @swathireddy2817 3 ปีที่แล้ว

    How to split a text file based on a separator and also on size

  • @mrkunalgoswami2010
    @mrkunalgoswami2010 3 ปีที่แล้ว

    can u tell how to divide a 32 bit binary string into 8 bit of chunks ?

  • @chuchojuarez95
    @chuchojuarez95 4 ปีที่แล้ว

    is there a way to split on a certain delimiter but maintaining that delimiter in the list? and just making a list right before it?

  • @swadhikarc7858
    @swadhikarc7858 5 ปีที่แล้ว +1

    Sounding a bit more audible would make this video the best version of split method in the universe. Well done

  • @tamilstalin4609
    @tamilstalin4609 5 ปีที่แล้ว +1

    How do i get previous video??

  • @oliya_b
    @oliya_b 2 หลายเดือนก่อน

    Thanks!!

  • @yungzed
    @yungzed ปีที่แล้ว

    i wish i saw this before my technical lol

  • @navinkamiabi9449
    @navinkamiabi9449 3 ปีที่แล้ว

    is it possible to split it without loosing the s?

  • @pakapeta7772
    @pakapeta7772 3 ปีที่แล้ว +1

    How about there is more then one symbol?

  • @jamesmilson9701
    @jamesmilson9701 3 ปีที่แล้ว

    How do you do this with intergers

  • @terryadams2652
    @terryadams2652 ปีที่แล้ว

    excellent

  • @dylangoodman8868
    @dylangoodman8868 4 ปีที่แล้ว

    Thank you!

  • @kishalaybhattacharya8312
    @kishalaybhattacharya8312 3 ปีที่แล้ว

    really helpful :)

  • @tateasaurusrex911
    @tateasaurusrex911 11 วันที่ผ่านมา

    How would I split this.
    Username, password
    I only want read the username from the txt file

  • @axvex595
    @axvex595 4 ปีที่แล้ว

    Carbon for the images?

  • @tanmaydhamdhere1181
    @tanmaydhamdhere1181 4 ปีที่แล้ว

    Hi I have an doubt
    How to convert
    ['4','5'] to [4,5]

    • @TheRealFantasy1
      @TheRealFantasy1 4 ปีที่แล้ว

      Make each number (4 and 5) integers. When they show up with the ' ' signs they mean that they're strings.

    • @sushantpt
      @sushantpt 4 ปีที่แล้ว

      a = [ '4', '5']
      for i in range(0, len(a)):
      a[i] = int(a[i])
      print(a)

  • @idon_tknow4423
    @idon_tknow4423 5 ปีที่แล้ว

    thanks

  • @zufaligedaten
    @zufaligedaten 4 ปีที่แล้ว

    good.

  • @athirababu2140
    @athirababu2140 3 ปีที่แล้ว

    How to split a string containing {

  • @philtoa334
    @philtoa334 3 ปีที่แล้ว

    Nice;

  • @morgan3447
    @morgan3447 4 ปีที่แล้ว

    you should link the next video

  • @TirthTheDev
    @TirthTheDev 3 ปีที่แล้ว

    That was eeeasy

  • @ankitchetri2968
    @ankitchetri2968 4 ปีที่แล้ว

    Thanks

  • @nethminaadeesa1387
    @nethminaadeesa1387 2 ปีที่แล้ว

    thanks