Giter Site home page Giter Site logo

shanojpillai / pyregex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chandralingam/pyregex

0.0 0.0 0.0 2.92 MB

Python Regular Expressions Course

Home Page: https://www.udemy.com/course/python-regular-expressions/?referralCode=D9D33D8FCD263F7CDAE3

Python 14.35% HTML 5.72% Jupyter Notebook 79.93%

pyregex's Introduction

Python Regular Expression, Projects and Solutions Course

Course Lectures are available on following Learning Platforms:
https://www.udemy.com/course/python-regular-expressions/?referralCode=D9D33D8FCD263F7CDAE3

Regular Expression is a powerful, elegant, simple (and confusing language!).

Regex is a handy tool for data cleanup and preparation.

It is one of those things that you always wanted to learn but never had a chance to dedicate time and learn.

Stop googling and master regular expression with my simple and straightforward course: 2020 Python Regular Expressions, Projects, and Solutions Course (available with Subtitles)

What will you learn in this course?

  1. In just a couple of hours, you will master regular expression language and learn the internals of the regular expression engine
  2. You will apply your new skills with four hands-on, real-world projects
  3. You will gain a solid understanding of the type of performance issues regex can run into, and techniques to address them
  4. As part of resources in this course, you will get a high-quality quick reference guide, an interactive tool, all the source code and downloadable slides
  5. You can transfer your regex learning to any language

Why Learn Regular Expressions?

  • Often, the data that we need is not readily accessible or useful.
  • Data preparation and clean-up are one of the most time-consuming activities in a software automation project.
  • Instead of spending time writing code for all this, you can specify data patterns of interest and let regular expression engine do the work for you
  • Regular Expression is cross-platform, and you can learn the concepts once and use it in multiple programming languages and environment

Source Code

  • The source code for this course available on Git and that ensures you always get the latest code

Ideal Student

  • The ideal student for this course is willing to learn, participate in the course Q&A forum when you need help, and you need to be comfortable coding in Python.

Author

My name is Chandra Lingam, and I am the instructor for this course. I have over 50,000 thousand students and spend a considerable amount of time keeping myself up-to-date and teach technologies from the basics.
I am looking forward to meeting you.

Contents of this repostiory

  1. Interactive tool is a learning aid for you to visually observe and build Regex patterns
  2. Python Regular Expression Quick Reference Guide is a 2 page PDF document that contains the rules of Python Regular Expression Language, methods and features.
  3. Folder Structure:
    a. Data - Contains datasets used for the course
    b. InteractiveTool - Contains source code for interactive python regex tool
    c. UsageExample - Practical examples using Robocopy log, Sensor data, Health data.

To launch interactive tool:
python LearnRegex.py (on Python 3.x version)

or

python LearnRegex2.7.py (on Python 2.7 version)

Usage: Pattern - Specify pattern here Replacement Pattern - Specify replacement text or pattern (to be used with Replace button) Text - Text on which to look for Pattern Result - Output of the operation

Actions Match - Find the first match Next Match - Find subsequent matches Replace - Replace matches with specified Replacement Pattern Split - Split text based on Pattern

pyregex's People

Contributors

chandralingam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.