Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.96 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.96 KB

Python Programming for the Humanities

Download this repository by clicking "Download ZIP" on this page. For installation instructions for various platforms, see the file installation-instructions.txt in your folder.

Opening the Interactive Notebooks

To open the interactive notebooks locally:

On Mac and Linux:

  • open a terminal
  • go to the directory where you downloaded and extracted our files (example: cd /your/path/to/python-course)
  • Run: ipython3 notebook

On Windows with Pyzo (assuming default installation):

  • open the command prompt
  • go to the directory where you downloaded and extracted our files (example: cd c:\your\path\to\python-course)
  • Run: c:\pyzo2013c\ipython_notebook.exe

Make sure not to use Internet Explorer, if that is your default browser. Instead, copy the URL that pops up into the address bar of a browser window in Google Chrome or Firefox.

Static Notebooks

This is a fall-back method.

Chapter 1 - Variables

Chapter 2 - Collections

Chapter 3 - Conditions

Chapter 4 - Loops

Chapter 5 - Functions and Files

Chapter 6 - Regular Expressions

Chapter 7 - The Pattern Package