-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Regular Expressions - A Closer Look #45
Comments
@deepscbe that's indeed an interesting topic to talk about. Can you also share the duration of your talk? And will you be able to deliver it during September meetup which is on 28th of this month? |
Hi Bhavin, Best Regards, |
The talk has been scheduled in September 2019 meetup. @deepscbe See you at the venue on September 28. |
Hey @deepscbe can you please share your slides? |
Hey, |
Title of the talk
Regular Expressions - A Closer Look
Description
Text parsing is an important aspect of data processing, but parsing huge raw files in order to extract useful data can be a pain sometimes. Yet it is a crucial part of creating structured and manageable data that can be used for further analysis
This is where regular expressions come in - often the topic of spirited debates, they are a simple and effective tool for processing data in large files.
In this talk we will discuss how regular expressions play an important role in the day-to-day tasks of a software engineer, and how much time and effort can be saved by using regular expressions and other string manipulation tools.
Prerequisites
Python 3 Installed
Basic knowledge about any scripting/programming language
The text was updated successfully, but these errors were encountered: