Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmaelicke/felis_python1
Supplementary material, lecture notes and exercises for the Python I lecture at University of Freiburg
https://github.com/mmaelicke/felis_python1
Last synced: about 2 months ago
JSON representation
Supplementary material, lecture notes and exercises for the Python I lecture at University of Freiburg
- Host: GitHub
- URL: https://github.com/mmaelicke/felis_python1
- Owner: mmaelicke
- License: mit
- Created: 2017-05-28T07:02:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T07:45:16.000Z (over 7 years ago)
- Last Synced: 2024-06-11T17:29:48.622Z (7 months ago)
- Language: Jupyter Notebook
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Python I lecture notes
======================Supplementary material, lecture notes and exercises for the Python I
lecture at University of Freiburg.Installation
~~~~~~~~~~~~Basically, all lectures are in the *.ipynb* format of version 4.
Therefore you need Jupyter to view them. One would need no installation,
in case the notebooks run without errors. In case the dependencies shall
be installed, this module can be installed using setuptools... code:: bash
~$ git clone https://github.com/mmaelicke/felis_python1.git
~$ cd felis_python1
~$ pip install -r requirements.txt
~$ cd lectures
~$ jupyter notebook