https://github.com/janpipek/fbmi-python-course
https://github.com/janpipek/fbmi-python-course
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janpipek/fbmi-python-course
- Owner: janpipek
- License: other
- Created: 2023-02-14T22:06:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T08:09:48.000Z (over 2 years ago)
- Last Synced: 2025-10-11T05:37:32.686Z (8 months ago)
- Language: Jupyter Notebook
- Size: 11 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)