Tag Archives: Regex Python

Regular Expressions Python Tutorial

Python PictureIn this video, I provide a bunch of examples on how to use Regular Expressions in Python. I show you how to search for numerous different types of data and output and manipulate that data.

I’ve provided all of the code after the video and if you have any questions, leave them in the comment section below.

In the next article, I’ll show you how to grab information from any web page and do what ever you want with that information.

Special Note: Click the HD and Full Screen buttons for the best view of the video.

Continue reading Regular Expressions Python Tutorial

Regex Tutorial Video Pt 2

Python How ToIn this tutorial, I continue teaching you how to use Regular Expressions. I specifically go over the numerous functions available in the Python programming language that you can use for searches.

I will explain how to:

  • Grab text from text files
  • Create Regular Expressions in Python
  • Search through strings or files for information
  • Manipulate the information, once you retrieve it

Continue reading Regex Tutorial Video Pt 2

Regex Tutorial Video

Regular ExpressionsHere is a Regex Tutorial Video that will get you Regular Expression Matching like a pro. You can think of this as a Regular Expression Reference that you can come back to whenever you need to brush up.

I cover all of the codes used in Regex and give ever more complex examples until you understand.

This is just Regex Tutorial video 1 in a long series of video’s. I’ll specifically cover how to use Regular Expressions in Python, in the next video. And, if you prefer reading this information, refer to this article Regular Expressions.

Continue reading Regex Tutorial Video