Skip to content

yunitata/MK-Python-Course

 
 

Repository files navigation

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

About

Tutorial and introduction into programming with Python for the humanities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.9%
  • Jupyter Notebook 16.3%
  • C 1.4%
  • Makefile 0.2%
  • Shell 0.1%
  • CSS 0.1%