An introduction to python

01.intro.ipynb 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Introduction"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "Welcome to an introduction to Python. \n",
  15. "\n",
  16. "The aim of this course is to give a basic understanding of Python. \n",
  17. "\n",
  18. "During this course we are going to use jupyter. Jupyter allows you to interactively run python code. \n",
  19. "\n",
  20. "It is recomended that you follow the ```User Interface Tour``` in the ```Help``` menu."
  21. ]
  22. },
  23. {
  24. "cell_type": "markdown",
  25. "metadata": {},
  26. "source": [
  27. "<a style=\"float:right\" href=\"http://localhost:8888/notebooks/02.Hello-World.ipynb\">Next Hello World</a>"
  28. ]
  29. }
  30. ],
  31. "metadata": {
  32. "kernelspec": {
  33. "display_name": "Python 3",
  34. "language": "python",
  35. "name": "python3"
  36. },
  37. "language_info": {
  38. "codemirror_mode": {
  39. "name": "ipython",
  40. "version": 3
  41. },
  42. "file_extension": ".py",
  43. "mimetype": "text/x-python",
  44. "name": "python",
  45. "nbconvert_exporter": "python",
  46. "pygments_lexer": "ipython3",
  47. "version": "3.6.6"
  48. }
  49. },
  50. "nbformat": 4,
  51. "nbformat_minor": 2
  52. }