Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.18 KB

README.rst

File metadata and controls

40 lines (25 loc) · 1.18 KB

Austin Learn Python Meetup Materials

This repository contains materials used for the Austin Learn Python Meetup, and any other related materials.

Maintained by @acpigeon

IPython Notebook Files

Some materials (the .ipynb files), make use of IPython notebook, a web-browser-based Python environment.

IPython notebook quickstart

  1. Install IPython and dependencies: http://ipython.org/install.html

  2. Clone the repository, e.g.:

    git clone https://github.com/acpigeon/austinlp.git
    
  3. Change into newly created repository directory, e.g.:

    cd austinlp
    
  4. Run IPython notebook, e.g.:

    ipython notebook
    

The command should launch a new tab in your default browser, with a list of the available notebooks.

Share comments/links about python/programming with each other here

  1. https://github.com/dottie333/dorothybox - Dorothy Sanchez's repository with her answers to problems, etc.