This document provides an overview of Python for bioinformatics. It discusses what Python is, why it is useful for bioinformatics, and how to get started with Python. It covers installing Python on the Athena system, using IDEs like Eclipse and PyDev, code sharing with Git and GitHub, basic Python concepts like strings, control structures, and data types like lists and dictionaries. It also provides examples of bioinformatics tasks that can be done in Python like calculating Pi using random numbers.