archive | python RSS feed for this section

Using Regular Expressions – Part 3 of 3 – Examples

Following on Geekology’s previous posts on Regular expressions (Regex Overview and Regex in PHP), the following is a list of regular expression examples for general use.

Read more

Using Regular Expressions – Part 1 of 3 – Overview

Regex can be used to search for simple or extremely complex patterns through blocks of text, and most programming languages and tools can interpret and use it.

Read more

A Python script to check Google rankings for a specific domain and search term

Using Python’s pycurl (cURL) and re (Regular Expression) libraries, it’s possible to write a script to check Google rankings for specific domains and search terms.

Read more

Michael Goerz’ Python Reference Card

A Python Reference card detailing variable types, basic syntax, object orientation and modules, exception handling, system interaction, input/output, etc.

Read more

Afrigator