Regular Expressions in Python - FULL COURSE (1 HOUR) - Programming Tutorial

  Рет қаралды 99,212

Patrick Loeber

Patrick Loeber

Күн бұрын

Пікірлер: 167
@patloeber
@patloeber 4 жыл бұрын
If you want to skip to a specific part, here is the overview: 0) re Module 00:00 1) Methods to search for matches 06:38 2) Methods on a match object 09:55 3) Meta Characters 12:25 4) Special Sequences 16:15 5) Sets 21:14 6) Quantifier 25:30 7) Conditions 35:45 8) Grouping 40:00 9) Modification 48:07 10) Compilation Flags 1:01:48
@ChathuraPerera
@ChathuraPerera 3 жыл бұрын
Thanks this was very useful
@bharadwajkamepalli3903
@bharadwajkamepalli3903 Жыл бұрын
@patloeber i think u can also include lookaround that is an essential topic to cover in re
@liveinthemoment6218
@liveinthemoment6218 Жыл бұрын
As an electronics engineer, I recently took a course in Data Science and Machine Intelligence. While I am a newbie to Python, I have been pleasantly surprised by the quality of the videos. The content is comprehensive, and the teaching is understandable and concise. I would like to thank you for your hard work in creating such great videos. If there is one request that I can make, it would be to upload a video on the job opportunities that are available for people with a background in Data Science and Machine Intelligence. I am sure that it would be of great help to many, and I would be very grateful if this could be done. Once again, thank you for your amazing work and I look forward to continuing to learn more from your videos.
@abdulhannan-go8hl
@abdulhannan-go8hl 11 ай бұрын
I searched many videos to learn about regex, but I found some of them very difficult to understand. if anybody wants to learn regex, then stop searching and stick to this video for at least 2 hours, and you will understand each and everything behind regular expression. I commented on this because at some times I also skip this video, but this video is a goldmine.
@gopalakrishna9387
@gopalakrishna9387 2 жыл бұрын
This is a go-to place for all the coders who can learn RE's and become a pro in just 1 hour. Thanks for sharing this tutorial. Take a bow
@desmondo.agwunobi2165
@desmondo.agwunobi2165 2 жыл бұрын
The best tutorial I have seen so far on regex. The clarity of your explanation is amazing. I used to avoid learning regex thinking that it's too complicated, but you simplified it. Thanks a lot! I have subscribed.
@osoriomatucurane9511
@osoriomatucurane9511 9 ай бұрын
Awesome, crystal clear regex tutorial! The best one of its class by all standards. Well done!
@ashuzon
@ashuzon 3 жыл бұрын
I loved the tutorial so much that I watched the whole video in one sitting. Plus, subscribed the channel for more awesome stuff. Your pace was great, examples simplified the things and I was really looking for a great tutorial thank God I clicked on this cause I found a great channel and an instructor. Thanks man!
@patloeber
@patloeber 3 жыл бұрын
Awesome, thank you!
@nelwing
@nelwing 3 жыл бұрын
And I thought regex was too difficult. Thank you for this amazing tutorial!
@patloeber
@patloeber 3 жыл бұрын
You're welcome!
@oppzreq9707
@oppzreq9707 Жыл бұрын
I have to admit, this is one of the best tutorials I have ever watched! You are a legend and keep up the great work, fam!
@dennisdavari5050
@dennisdavari5050 Жыл бұрын
Normally, I don't comment videos but I just have to say that this was a really good tutorial. The examples made it much easier to understand the concepts. Great work!
@dmays67
@dmays67 3 ай бұрын
I know its been some time since you made this video but let me say it is EXACTLY the help I needed to a) return to python coding and b) develop a solution for a challenge I have set myself in extracting useful data from receipts I gather in my business. Thank you for your well structured, well paced and fun tutorial!
@Chuquemeka
@Chuquemeka 3 жыл бұрын
Wow! God bless you for this. This is one of the best things i have learned on KZfaq.
@patloeber
@patloeber 3 жыл бұрын
happy to hear that
@cesararturocastanonacuna3325
@cesararturocastanonacuna3325 3 жыл бұрын
Impressive video
@marcusjohannesson7475
@marcusjohannesson7475 2 жыл бұрын
This is one if not the best tutorials about regex out there ! Well done sir !!
@flamboyantperson5936
@flamboyantperson5936 4 жыл бұрын
Really nice tutorial. Please make more videos especially on Machine Learning and OOPS in python.
@magicmedia7950
@magicmedia7950 4 ай бұрын
I have watched many tutorials on you tube but this is the best for a course that is hard to learn. You make it so easy to understand. Even a five year old can graspe the concept!
@ddddsdsdsd
@ddddsdsdsd Жыл бұрын
VERY GOOD WORK, Thanks! I hope the advertisement rewards you enough Everyone wins: shared knowledge is the future :)
@Lykava_jiena
@Lykava_jiena 2 жыл бұрын
This tutorial was friggin AWESOME!! Thanks so much for this video
@srilasyamuppirala936
@srilasyamuppirala936 3 ай бұрын
The best explanations of regular expressions. I was totally terrified about regular expressions before watching this video, but now I have clearly understood it. Great explanation sir..
@nanayang3736
@nanayang3736 2 жыл бұрын
Just spent 2 hours trying all the examples, this is nicely made! TKS
@nkrao6276
@nkrao6276 2 жыл бұрын
Thank you SO MUCH for this. Hands down the best tutorial ever seen.
@uwakweemmanuel7643
@uwakweemmanuel7643 Жыл бұрын
Hey Patrick, I would like to say Thank you for this. you present concepts in ways that make it easy for learners to quickly understand and grasp new concepts. I enjoyed every moment I have spent watching this video. Seriously, you earned my time, my like, my comment and I have subscribed already. I hope you one day do a course on introduction to python cos you have this unique way of communicating knowledge. Thank you
@castilTube
@castilTube 3 жыл бұрын
Great tutorial for starting with regular expressions in Phyton. Thank you.
@patloeber
@patloeber 3 жыл бұрын
thanks :)
@astuart2814
@astuart2814 3 жыл бұрын
Such a helpful video! The examples are great and really helped me get a better understanding of regular expressions in Python.
@patloeber
@patloeber 3 жыл бұрын
Glad you enjoyed it!
@rochelouis2494
@rochelouis2494 Жыл бұрын
Tremendo video y con un nivel de detalle y dominio, único., gracias Patrick
@avinashshankarpalli2130
@avinashshankarpalli2130 2 жыл бұрын
Best course on youtube for Regex in python.Clean and Crisp.
@patloeber
@patloeber 2 жыл бұрын
Great to hear!
@seyedalimousavi1239
@seyedalimousavi1239 2 жыл бұрын
This Chennel is the BEST!!
@codingrz
@codingrz Жыл бұрын
Thank you Patrick for every second of this video. You are truly a gems
@rumirahman5346
@rumirahman5346 2 жыл бұрын
I was so confused about this topic, I search a lot about it but my concept was not clearing about this topic. Finally, accidently I click on this video. I am so amazed of your teaching and explanation method. Thanks a lot and now I am your new subscriber and student.
@anniedhawan7945
@anniedhawan7945 3 жыл бұрын
Excellent explanation ! Was finding difficulty in learning this topic but you made it easy. Thanks :)
@arunkumarvaradala7139
@arunkumarvaradala7139 3 жыл бұрын
Yes
@bartekzduninho8314
@bartekzduninho8314 4 жыл бұрын
I saw this movie and I decided to subscribe to your channel and after that, I figured out I have been already doing this for a few months!
@patloeber
@patloeber 4 жыл бұрын
Thanks for subscribing :)
@faithesekhile6774
@faithesekhile6774 2 жыл бұрын
You are a good teacher. Thank you.
@ishasethi715
@ishasethi715 2 жыл бұрын
Thanks this is the best video I have ever watched for regex it clears all my doubts.
@olawalem.o
@olawalem.o Жыл бұрын
Thank you for this amazing video. This has helped me a lot you have no idea
@ashishmishra5805
@ashishmishra5805 Жыл бұрын
It was a mind-blowing tutorial thank you for making this
@akira_asahi
@akira_asahi 2 жыл бұрын
Thank you for the video. I am grateful for your time and contribution. Kind regards, Akira.
@b.c.34
@b.c.34 Жыл бұрын
Thanks man for your tutorial on regex
@syedrizvi2687
@syedrizvi2687 3 жыл бұрын
Excellent explanation, thank you!
@patloeber
@patloeber 3 жыл бұрын
Glad you like it!
@senthilabi77a81
@senthilabi77a81 Жыл бұрын
Thanks for the video , Excellent one , most of the concepts are clearly explained .
@wilsonwil657
@wilsonwil657 3 жыл бұрын
This is a great video, thank you very much, the explanations are clear with the right pace, well done!
@patloeber
@patloeber 3 жыл бұрын
Glad you enjoyed it!
@Hex-Scholar
@Hex-Scholar Жыл бұрын
Amazing Video! It was precise yet it touched all the topics in detail! Thanks!
@AtifImamAatuif
@AtifImamAatuif 3 жыл бұрын
Excellent tutorial , made it very easy .
@abbasali7843
@abbasali7843 3 жыл бұрын
Thanks, Understood the concepts very well and wasn't complicated.
@mirshodoripov1035
@mirshodoripov1035 Жыл бұрын
Hi bro thank you very much. Your video helped me a lot. keep going
@liz.1328
@liz.1328 3 жыл бұрын
This video was incredibly helpful. Thank you very much!
@alexanderstingel5485
@alexanderstingel5485 Жыл бұрын
very very great and helpful! Thanks a lot for that...
@raj4624
@raj4624 2 жыл бұрын
Top notch .. Sir .. Tysm for this video ... very important topic for NLP .. God bless you 🌻💙
@patloeber
@patloeber 2 жыл бұрын
So nice of you
@kiruthigaramalingam5024
@kiruthigaramalingam5024 2 жыл бұрын
Very clean and crisp explanation ..subscribed and liked.. Thanks for your knowledge sharing keep going on..
@MisalRaj
@MisalRaj 3 жыл бұрын
Thanks... This one I was looking for. Regex is a tricky topic to learn.
@z0s1a73
@z0s1a73 2 жыл бұрын
35:14 - My mind just EXPLODED... Focus!
@adi-rv7qv
@adi-rv7qv 2 жыл бұрын
You described it fantastically man
@jonatapaulino
@jonatapaulino 5 ай бұрын
Patrick congratulations on the video. I accessed your github but couldn't find this code.
@ingluissantana
@ingluissantana 2 жыл бұрын
This tutorial was greattttttt!!!!!!
@yash9725
@yash9725 Жыл бұрын
Thank You so much, appreciate your effort! You are the best!
@polimorphic13
@polimorphic13 Жыл бұрын
Thank you so much for this tutorial, It is really helpful.
@svrubina
@svrubina 2 жыл бұрын
thank you so much, it's a very clear explanation!
@bobby_bouche
@bobby_bouche Жыл бұрын
great tutorial mate
@Biisal-ai
@Biisal-ai 4 ай бұрын
Thank you sir for this tutorial
@pavithrathangaraj38
@pavithrathangaraj38 2 жыл бұрын
thanks a lot....helped me crack my exam
@patloeber
@patloeber 2 жыл бұрын
Happy to help
@dazdess
@dazdess 3 жыл бұрын
It is the best tutorial I've ever seen. Thaks so mutch for your vidios. Best wishes from Russia ^-^
@patloeber
@patloeber 3 жыл бұрын
Wow, thank you!
@plastic_laughter
@plastic_laughter 2 жыл бұрын
Excellent tutorial, Thank you!
@javierandress5057
@javierandress5057 2 жыл бұрын
Ty very much! Concise and clear!
@widiekoziskhak4259
@widiekoziskhak4259 2 жыл бұрын
Thank you so much! Your tutorial is a lifesaver.
@patloeber
@patloeber 2 жыл бұрын
Glad to hear that!
@daniyalmehmood2912
@daniyalmehmood2912 Жыл бұрын
Really nice tutorial.
@yeongwooh4921
@yeongwooh4921 6 ай бұрын
love your videos
@MarleykHarbdul-xp9ez
@MarleykHarbdul-xp9ez 3 ай бұрын
Thank you so much
@satyajitbehera7177
@satyajitbehera7177 Жыл бұрын
thankyou it help me lot . 🥰
@keihansafi190
@keihansafi190 4 жыл бұрын
Love your teaching style. Few questions: 1. Most online material use findall and search method. Why did you use finditer? 2.What does it mean to be iterator? I mean if we use find all and then apply loop, doesn’t that iterate?
@patloeber
@patloeber 4 жыл бұрын
1. Finditer is more flexible, you get functions like group(), start(), end(), span(). Both of course findall is good if you just want the matching strings. 2. because matches for finditer() is implemented as an iterator, you can apply the for loop
@adityasoni4538
@adityasoni4538 2 жыл бұрын
Nicely explained!!!!
@patloeber
@patloeber 2 жыл бұрын
Thank you 🙂
@sireeshajangam1561
@sireeshajangam1561 Жыл бұрын
i thought regex was difficult ,wonderful tutorial😇
@johannes417
@johannes417 2 жыл бұрын
just amazing!
@timmyhiggins5220
@timmyhiggins5220 2 жыл бұрын
Really good tutorial. Thank you
@anurasenarathna1703
@anurasenarathna1703 2 жыл бұрын
Thank you for this amazing tutorial
@imrana0520
@imrana0520 9 ай бұрын
Very clear
@JustPython
@JustPython Жыл бұрын
Very good learing video
@GauravSingh-ku5xy
@GauravSingh-ku5xy 2 жыл бұрын
Very well explained.
@blesscheriyan2440
@blesscheriyan2440 2 жыл бұрын
Super videos and way of presentation is really very effective
@patloeber
@patloeber 2 жыл бұрын
Thank you so much 🙂
@imherovirat
@imherovirat 3 жыл бұрын
After watching 30 mins I thought that I don't need this shit. But your explanation is pretty good.
@patloeber
@patloeber 3 жыл бұрын
thanks, glad you enjoyed it!
@ahmetlacin5748
@ahmetlacin5748 2 жыл бұрын
thank you so much
@andresg297
@andresg297 2 жыл бұрын
This is great. Thank you
@caiyu538
@caiyu538 2 жыл бұрын
Excellent lectures.
@prabhudevm5342
@prabhudevm5342 3 жыл бұрын
Thank you for such amazing and simple explanation
@patloeber
@patloeber 2 жыл бұрын
Glad it was helpful!
@adrianburton5144
@adrianburton5144 3 жыл бұрын
Amazing tutorial🙌🏿
@himanshushukla6451
@himanshushukla6451 3 жыл бұрын
Nice tutorial thank you!!
@arandomchannel56
@arandomchannel56 3 жыл бұрын
Thank you very helpful liked and subscribed you are a great teacher
@patloeber
@patloeber 3 жыл бұрын
Awesome, thank you!
@mohitseventeen
@mohitseventeen 3 жыл бұрын
Thanks a lot...
@hocnguyen1957
@hocnguyen1957 3 жыл бұрын
excellent tutorial ! Love from vietnam
@patloeber
@patloeber 3 жыл бұрын
Glad you liked it!
@elibainbridge1326
@elibainbridge1326 2 жыл бұрын
\w represents alphanumeric characters but you also use the term 'all word characters' ; no words contain the digits 0 - 9 ?
@robomartens
@robomartens 3 жыл бұрын
Thank you 100 times
@patloeber
@patloeber 3 жыл бұрын
thanks for watching :)
@RevvTheCity
@RevvTheCity 3 жыл бұрын
so grateful for your video
@patloeber
@patloeber 3 жыл бұрын
Glad it was helpful!
@shreyashkalushte4558
@shreyashkalushte4558 3 жыл бұрын
Liked and subbed, amazing tutorial.
@patloeber
@patloeber 2 жыл бұрын
thank you so much!
@bobby_meshram
@bobby_meshram Жыл бұрын
Please make a comete playlist of python DSA.
@theshreyansjain
@theshreyansjain Жыл бұрын
good content!
@venkatesanr9455
@venkatesanr9455 4 жыл бұрын
Good explanation and worth watching
@patloeber
@patloeber 4 жыл бұрын
thank you!
@belhouariayoub6398
@belhouariayoub6398 3 жыл бұрын
thanks a lot !
@patloeber
@patloeber 3 жыл бұрын
thanks for watching
@lucasrodrigues9766
@lucasrodrigues9766 3 жыл бұрын
Great video, thanks a lot.
@patloeber
@patloeber 3 жыл бұрын
Glad you like it
@arunkumarvaradala7139
@arunkumarvaradala7139 3 жыл бұрын
Nice teaching... Good Explanation
@patloeber
@patloeber 3 жыл бұрын
Thanks
@talhajavaid3020
@talhajavaid3020 3 жыл бұрын
Thanks! Very helpful
@patloeber
@patloeber 3 жыл бұрын
Glad you like it!
@erosion7079
@erosion7079 Жыл бұрын
sir i have a doubt at 39:49, you have used finditer function to search the pattern and it gives the proper output but why it does not gives the correct output when we use findall function. It gives only the Mrs,Ms,Mr etc. and not the full Name. Why so? Plz clear my doubt.
@pratyushrout8245
@pratyushrout8245 3 жыл бұрын
awesome man
@IsfhanAhmed
@IsfhanAhmed 4 жыл бұрын
Awesome thank master
Object Oriented Programming (OOP) In Python - Beginner Crash Course
1:20:54
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 37 МЛН
ROLLING DOWN
00:20
Natan por Aí
Рет қаралды 11 МЛН
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 552 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 299 М.
HuggingFace Crash Course - Sentiment Analysis, Model Hub, Fine Tuning
38:12
Regular Expression Tutorial Python | Python Regex Tutorial
25:29
codebasics
Рет қаралды 118 М.
Основы Регулярных Выражений В Python | Модуль re
18:54
PyLounge - программирование на Python и всё о IT
Рет қаралды 24 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,7 МЛН
Learn Regular Expressions In 20 Minutes
20:52
Web Dev Simplified
Рет қаралды 1,3 МЛН
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 37 МЛН