FUNCTIONS IN REGULAR EXPRESSION - PYTHON PROGRAMMING

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

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

  • @parthi4734
    @parthi4734 4 года назад +27

    please don't dislike this video , sir did't post any wrong info, if u r benefited please like else u can watch and shut and go don't discourage these kind of talented staff ,u keep going sir !!!

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

    Thankyou for this video.your teaching method is good,i can understand very easily.keep uploading more

  • @rakeshkumaryadav1117
    @rakeshkumaryadav1117 2 года назад +3

    video quality may not be good but there is no better explaination than this what a wonderfull lecture just go through it if want to clear the concept from scratch

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

    Sir ,. You are doing fantastic work providing such amazing content for free thanks a ton!!!

  • @divyanshuanand3396
    @divyanshuanand3396 2 года назад +4

    Great tutorial...and when I say it's great I mean it's really superb

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

    Great a layman can understand easily with this

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

    Just save my life with REGEX. Well done Sir !

  • @vinaysanthosh4322
    @vinaysanthosh4322 4 года назад +12

    Please do more videos on Python like gui ,webscraping,json,advance Python concepts sir

  • @sangeethaagoudar2175
    @sangeethaagoudar2175 2 года назад +2

    Thank you so much for this wonderful explanation ! You are one of my favourite teacher☺

  • @arunkumarvenkatadass5001
    @arunkumarvenkatadass5001 4 года назад +5

    i am following your course sir...hats off sir....pls upload the further concepts as soon as possible...and thanks for your teaching for us....

  • @ganeshjaggineni4097
    @ganeshjaggineni4097 2 года назад

    NICE SUPER EXCELLENT MOTIVATED

  • @chwathiii381
    @chwathiii381 2 года назад

    excellent explanation sir... no doubt at all...thanku u soo much such a great explantion to us..

  • @parthi4734
    @parthi4734 4 года назад

    sir ,even i struggled in oops and regularexp concept sir,after seeing this kind of explanation i felt ,i can implement any kind of prblms based on this topic,sir tq !!!!!!! keep going sir

  • @BALAJIBMSC
    @BALAJIBMSC 2 года назад

    Thank you sir. May god bless you sir.

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

    Clear cut explanation sir

  • @pannagabm2100
    @pannagabm2100 2 года назад

    Thanku sir.. Please do more videos on python and helps the students as always...

  • @poojagole2017
    @poojagole2017 3 года назад

    Very nice explanation sir tysm 🙏

  • @kirtilodha5242
    @kirtilodha5242 4 года назад +8

    Sir how many topics are still left to teach in python?
    I've completed all your 49 videos.

    • @sundeepsaradhi
      @sundeepsaradhi  4 года назад +11

      hi
      mostly 3 videos on regular expressions
      2 videos on date and time module
      then i will start libraries like numpy, pandas etc.

    • @kirtilodha5242
      @kirtilodha5242 4 года назад +1

      @@sundeepsaradhi Okay thank you Sir.

  • @visistthallam5681
    @visistthallam5681 3 года назад +1

    Nice video sir , I have a doubt ... if we want change specific char in split or sub ... how can insert in last Max Split Argument ....

  • @kautilyap9856
    @kautilyap9856 4 года назад +1

    would it be possible for you to teach the entire book "introduction to algorithms?"

  • @janakiyeluripati6368
    @janakiyeluripati6368 3 года назад +1

    Sir, I have a question. In a pandas df I have a column that contains some text. Out of which I want to extract some digits and store it as a separate column in the same df. How can I do it. Can you help. Here is how it looks
    Df['info'] = some text 100 seats available. I want to extract that digits before seats from that column and store it in a new column in the same df. Please help

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

    Hloo sir actually
    re.sub(extraction pattern,substitution,source string,maximum substitution)
    re.sub(substitution,extraction pattern,source string,max substitution)
    Which one is true

  • @bommishettishravani9469
    @bommishettishravani9469 4 года назад +1

    Hii sir your videos really ossume but I would like suggest you to upload interview programs and some other logical programs.
    I need help from you sir I have some programs actually I'm not able to solve it so I request you to help me in solving those programs if you agree I'll send the questions sir

  • @Ajithkumar-ji8gd
    @Ajithkumar-ji8gd 4 года назад

    Sir dont stop teaching ...

  • @unkown4389
    @unkown4389 2 года назад

    Thank you 🙏sir

  • @parthi4734
    @parthi4734 4 года назад +1

    sir till nympy , pandas concept are more necessary sir ,can u please explain that too sir plzzz i watched many videos , but i can't get clear cut of those concspts

  • @yeshwanthbala831
    @yeshwanthbala831 3 года назад +2

    Sir what if, i want to change repeated letter.

  • @manjulakshmi9261
    @manjulakshmi9261 4 года назад +1

    Thanks you so much sir really it's helps alot. Sir am from mechanical engineering background is this course help me for my job in future sir. Can mechanical engineer get a job by this python course background. Please infrom me sir.

    • @sathireddy3792
      @sathireddy3792 3 года назад

      there are many people from mechanical in my team

  • @ashokjayam3231
    @ashokjayam3231 2 года назад +1

    how to find a date of birth in a document

  • @shreyabhatt8076
    @shreyabhatt8076 3 года назад

    THANKUUUUUUU SOOOOOO MUCH SIR

  • @ShivaprasadGouda-jq7ql
    @ShivaprasadGouda-jq7ql 2 года назад

    sir in split method i didn't get the last filed that is max ,how that will be splitting on given integer value

  • @BVec-zm1ye
    @BVec-zm1ye 3 года назад

    Sir input is str =abcd12efgh34
    Output.list(12,34)
    In RE

  • @ullasgowda8186
    @ullasgowda8186 4 года назад

    Sir do we need to save the file every time?? why is it necessary before executing a program

  • @boyinanagaraju694
    @boyinanagaraju694 4 года назад +1

    Sir pls explain in Telugu I can understand ur classes but little bit of confusion so pls us explain in Telugu

  • @marykumari5667
    @marykumari5667 4 года назад

    Sir preparing for nielit exam can please do videos on that to prepare

  • @pisipatirajasekhar4702
    @pisipatirajasekhar4702 3 года назад

    Can you please provide a video on python api creation

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

    sir meedhi kakinada??

  • @ravichandra2555
    @ravichandra2555 3 года назад

    hi sir how to validate IP address using regex

  • @praveenrathinavel7409
    @praveenrathinavel7409 4 года назад +1

    Hello sir TELEGRAM channel is ready for PYTHON materials ? . We eagerly wait for it sir . Hurry sir.

  • @AnilYadav-ki5rm
    @AnilYadav-ki5rm Год назад

    too much adds can u please reduce it....???

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

    Plz reply

  • @BVec-zm1ye
    @BVec-zm1ye 3 года назад

    Pls give the code

  • @praveenrathinavel7409
    @praveenrathinavel7409 4 года назад

    Hello sir TELEGRAM channel is ready for PYTHON materials ? . We eagerly wait for it sir . Hurry sir.