Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://docs.python.org/library/os.path.html

Also useful string operations

Useful string parsing options

http://docs.python.org/library/string.html

Code Block

    string.rsplit(str, sep, maxsplit)
    string.capitalize(word)
    string.lower(s)
Code Block
    start = ststring.find(symbolic_string, pattern)
    pattern_length = len(pattern)

http://docs.python.org/library/parser.html?

Matplotlib

In examples below we assume

...