Skip to content

mau-dvmt/ia-python

Repository files navigation

Introduction to programming with Python

This site contains open educational resources for learning to program using Python. It is created for the Information Architecture program at Malmö University.

Published at da354a.ia-mau.se

Credits

Thanks to Sebastian Bengtegård for creating the original Jekyll site, found at mah-webb.github.io.

Contribute

This site is made with Jekyll and published with GitHub Pages.

To get started:

  1. Clone this repository

    git clone git@github.com:mah-dv/ia-python.git
    cd ia-python
  2. Install dependencies and modules

    bundle install
  3. Build & preview the site locally at 0.0.0.0:4000

    bundle exec jekyll serve

Now you're ready to start contributing!

License

All content is available under a Creative Commons Attribution 2.5 Sweden license. In most cases, this should be equal to the generic version. Attribution in the form of a link to http://mah-webb.github.io/ is much appreciated.