An open API service indexing awesome lists of open source software.

https://github.com/janpipek/fbmi-python-course


https://github.com/janpipek/fbmi-python-course

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python Course for FBMI

Based on https://github.com/HiLASEPythonCourse/hilase-python-course-2021

## Authors

- Jan Pipek
- Jakub Urban

## Installation

In principle, it is enough to have a recent Python version with required libraries installed
but unless you are completely sure what you are doing, we recommend to follow the guide-lines
in the following notebook:

- [Installation](notebooks/010_installation.ipynb)

Back-up solution: After free registration, you may start an interactive on-line environment
on DeepNote that has all the dependencies installed:

- [Create a DeepNote project](https://deepnote.com/launch?url=https%3A%2F%2Fgithub.com%2Fjanpipek%2Ffbmi-python-course)

## Links

### Czech Python community (in Czech)

- [python.cz](https://python.cz/)
- [Learning](https://naucse.python.cz/)

### Official documentation

- [Python documentation](https://docs.python.org/3/)
- [NumPy documentation](https://numpy.org/doc/stable/index.html)
- and in particular: [NumPy for MATLAB users](https://numpy.org/doc/stable/user/numpy-for-matlab-users.html)
- [Pandas documentation](https://pandas.pydata.org/docs/)

### Tutorials

- [RealPython](https://realpython.com/) - server with a lot of nice tutorials

## Datasets

- notebook/data/us-cities.csv - downloaded from https://github.com/kelvins/US-Cities-Database (MIT license)
- notebook/data/us-cities-with-population.csv - downloaded from https://github.com/plotly/datasets/blob/master/us-cities-top-1k.csv (MIT License)