Git Product home page Git Product logo

lectures's Introduction

Binder

Lectures in Scientific Computing in Python

This repository contains all lectures from the course Scientific programming in Python that is part of the Cognitive Science program at the University Osnabrück. Each lecture is accompanied by a Jupyter notebook that explains each topic with a combination of code and text. You can view the notebooks directly on GitHub or run them locally and play with the code. If you do not want to install anything, click on the Binder logo above to run all the notebooks in a ready to use environment in the cloud.

Recordings

All lecture recordings from 2018 can be viewed on Youtube and on the Opencast platform.

Lecture YouTube Opencast
01 View View
02 View View
03 View View
04 View View
05 View View
06 View View
07 View View
08 View View
09 View View
10 View View
11 View View
12 View View

Installation

Create a virtual Python environment, name e.g. scientific, for example using conda.

$ conda env create -f environment.yml

Activate the environment

$ conda activate scientific

you might see some error like your shell has not been set up to use conda activate. Follow the instructions given in your shell to make it work.

then start JupyterLab

$ jupyter lab

JupyterLab should open in your browser. From there you can navigate to the notebooks and interact with them.

Contributing

Before committing changes, run the whole notebook from top to bottom using

$ jupyter nbconvert --execute --allow-errors --inplace <lecture.ipynb> 

To make new interactive exercises install jupyter-solutions and set up as teacher.

Acknowledgments

Thanks to Auss Abbood for making the videos YouTube ready!

lectures's People

Contributors

jarnorfb avatar cstenkamp avatar

Watchers

Subrata Parida avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.