7
Very fast method for extracting all of the unique items from a list while preserving their original ordering.
6
Reads a file line by line using Python in 3 lines
6
Computes the difference between two dates in seconds
6
Decompress a .tar.bz2 archive in Pytho
6
Builds and prints a list of all links in a specified webpage
6
Create a regular expression pattern matching any positive number that is less than or equal to the given max number
Example:
pattern = createRegExNumberPattern( 950 )
print pattern
([0-8]\d\d)|(9[0-4]\d)|(950)
Example:
pattern = createRegExNumberPattern( 950 )
print pattern
([0-8]\d\d)|(9[0-4]\d)|(950)
4
This module is a Python Library to support all IP2Location™ database products. It has been optimized for speed and memory utilization. Developers can use the API to qeury all IP2Location™ binary databases for applications written in Python.
2
A simple CLI hangman implementation in Python.
Uses a simple list of countries in countries.txt to generate words.
Uses a simple list of countries in countries.txt to generate words.
2
A simple anagram solver in python. Requires a dictionary named wordlist.txt
2
A simple anagram maker written in python. Automatically adds original word to wordlist.txt if it does not exist there already so it may be used in conjunction with the solver.









