{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# How to work with this course" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This course was prepared using Jupyter notebooks and we highly recommend that you use a Jupyter notebook yourself when you try out the presented content. In fact it is required to submit the solutions to the tutorial exercises in form of a Jupyter notebook if you officially take this course." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Throughout the tutorial, additional information\n", "and notes are highlighted like this:" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
\n", "\n", "**Info/Note:** This is a thing you may want to look up or remember.\n", "\n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "More advanced notes, that are probably not essential to you when you are\n", "just starting to learn Python, but are nontheless interesting to know, are\n", "marked as such:" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
\n", "\n", "**Advanced:** This is something interesting, going beyond the very basics. \n", "
" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.1" }, "toc": { "base_numbering": 1, "nav_menu": {}, "number_sections": true, "sideBar": true, "skip_h1_title": true, "title_cell": "Table of Contents", "title_sidebar": "Contents", "toc_cell": false, "toc_position": { "height": "calc(100% - 180px)", "left": "10px", "top": "150px", "width": "263.6px" }, "toc_section_display": true, "toc_window_display": true }, "varInspector": { "cols": { "lenName": 16, "lenType": 16, "lenVar": 40 }, "kernels_config": { "python": { "delete_cmd_postfix": "", "delete_cmd_prefix": "del ", "library": "var_list.py", "varRefreshCmd": "print(var_dic_list())" }, "r": { "delete_cmd_postfix": ") ", "delete_cmd_prefix": "rm(", "library": "var_list.r", "varRefreshCmd": "cat(var_dic_list()) " } }, "types_to_exclude": [ "module", "function", "builtin_function_or_method", "instance", "_Feature" ], "window_display": false } }, "nbformat": 4, "nbformat_minor": 2 }