Skip to content
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

Closed
deepscbe opened this issue Sep 17, 2019 · 5 comments
Closed

Regular Expressions - A Closer Look #45

deepscbe opened this issue Sep 17, 2019 · 5 comments
Labels
talk-proposal New talk of Python Pune meetup

Comments

@deepscbe
Copy link

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

@deepscbe deepscbe added the talk-proposal New talk of Python Pune meetup label Sep 17, 2019
@bhavin192
Copy link
Contributor

@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?

@deepscbe
Copy link
Author

@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,
Duration of the talk would be around 15-20 mins excluding QA time.
Yes, I can deliver it on September meetup.

Best Regards,
Deepa

@bhavin192
Copy link
Contributor

The talk has been scheduled in September 2019 meetup. @deepscbe See you at the venue on September 28.

@bhavin192 bhavin192 added the scheduled The scheduled talks label Sep 18, 2019
@bhavin192
Copy link
Contributor

Hey @deepscbe can you please share your slides?

@deepscbe
Copy link
Author

deepscbe commented Oct 9, 2019

Hey @deepscbe can you please share your slides?

Hey,
Yea sure. sorry for the delay in response.
Please find the slides here:
Regular Expressions - Python Pune September 2019

@bhavin192 bhavin192 added the talk-proposal New talk of Python Pune meetup label Jan 22, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
talk-proposal New talk of Python Pune meetup
Projects
None yet
Development

No branches or pull requests

2 participants