40 String methods in Python with examples | Amit Thinks

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

КОМЕНТАРІ • 22

  • @Amit.Thinks
    @Amit.Thinks  11 місяців тому

    🔥Python Tutorial (English): ua-cam.com/video/HSbyBwmEOQk/v-deo.html
    🔥Python Tutorial (Hindi): ua-cam.com/video/b97WsOM9BYg/v-deo.html

  • @more_us24
    @more_us24 6 місяців тому +1

    Sir can you please make one video without using pre-defined functions how can we do same changes or solve the problem that you have shown in this video... Sir please make video on this...?

    • @Amit.Thinks
      @Amit.Thinks  6 місяців тому +1

      Right now, I can offer this 5 hours Python Tutorial: ua-cam.com/video/b97WsOM9BYg/v-deo.html

  • @udaykiran-wg3vb
    @udaykiran-wg3vb Рік тому +2

    capitalize casefold center count find endswith index join lower lstrip replace

    • @Amit.Thinks
      @Amit.Thinks  Рік тому +2

      Refer our free:
      Python Tutorial (English): ua-cam.com/video/HSbyBwmEOQk/v-deo.html
      Python Tutorial (Hindi): ua-cam.com/video/b97WsOM9BYg/v-deo.html

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

    Hi Amit,
    Great stuff, can you make another video for int, float and list. with regards to the methods / functions used

    • @Amit.Thinks
      @Amit.Thinks  Рік тому +1

      Hi, We have a complete free Python Tutorial: ua-cam.com/video/HakXpkXcjdI/v-deo.html

  • @FitnessfreakHC
    @FitnessfreakHC 17 днів тому

    England se ho kya bhai......
    Ya England me peda hua ho

    • @Amit.Thinks
      @Amit.Thinks  17 днів тому

      Same 5 hours ka Python course hindi mein ye rha 👇
      ua-cam.com/video/b97WsOM9BYg/v-deo.html
      Ab aayi akadh mein kami? 😁😂😂

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

    Sir how to give index numbering to the strings

    • @beauteenature
      @beauteenature 4 місяці тому

      use slicing string[0] OR
      using enumerate `for index, value in enumerate(string):
      print(index, value)`

  • @Sri7522
    @Sri7522 10 місяців тому +1

    Thankyou for this video

    • @Amit.Thinks
      @Amit.Thinks  10 місяців тому

      Welcome. Refer the complete Tutorial:
      Python Tutorial: ua-cam.com/video/HSbyBwmEOQk/v-deo.html
      Python (Study Material): studyopedia.com/tutorials/python3

  • @sanjayjoshi3903
    @sanjayjoshi3903 18 днів тому

    jupyter notebook ?

    • @Amit.Thinks
      @Amit.Thinks  18 днів тому

      Jupyter Notebook Tutorial: ua-cam.com/video/Ou-7G9VQugg/v-deo.html

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

    Clear

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

    thank you sir This helps me a lot

    • @Amit.Thinks
      @Amit.Thinks  Рік тому

      Glad it helped. Refer the complete tutorial for free:
      Python Tutorial: ua-cam.com/video/HSbyBwmEOQk/v-deo.html
      Python (Study Material): studyopedia.com/tutorials/python3

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

    👌

    • @Amit.Thinks
      @Amit.Thinks  Рік тому

      Welcome. Refer to our free:
      Python Tutorial (English): ua-cam.com/video/HSbyBwmEOQk/v-deo.html
      Python Tutorial (Hindi): ua-cam.com/video/b97WsOM9BYg/v-deo.html
      Python (Study Material): studyopedia.com/tutorials/python3

  • @Riya-x7u9z
    @Riya-x7u9z Рік тому

    hi sir, there are 47 string methods in python

    • @Amit.Thinks
      @Amit.Thinks  Рік тому +4

      Rest 7, consider as your assignment.
      I have covered 40 and can expect a student to complete rest of them.