Skip to content

mmaelicke/felis_python1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

~$ git clone https://github.com/mmaelicke/felis_python1.git
~$ cd felis_python1
~$ pip install -r requirements.txt
~$ cd lectures
~$ jupyter notebook

About

Supplementary material, lecture notes and exercises for the Python I lecture at University of Freiburg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published