| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "cells": [
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "# Introduction"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "Welcome to an introduction to Python. \n",
- "\n",
- "The aim of this course is to give a basic understanding of Python. \n",
- "\n",
- "During this course we are going to use jupyter. Jupyter allows you to interactively run python code. \n",
- "\n",
- "It is recomended that you follow the ```User Interface Tour``` in the ```Help``` menu."
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "<a style=\"float:right\" href=\"http://localhost:8888/notebooks/02.Hello-World.ipynb\">Next Hello World</a>"
- ]
- }
- ],
- "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.6.6"
- }
- },
- "nbformat": 4,
- "nbformat_minor": 2
- }
|