{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "b5e3a70f-45a7-4550-8f82-b72ceb5300ff",
   "metadata": {},
   "source": [
    "# Python Tutorial\n",
    "\n",
    "This is a selection of notes on Python, particularly about using the packages [Numpy](https://numpy.org/) and [Matplotlib](https://matplotlib.org/) which might not have been encountered in a first course on Python programming.\n",
    "\n",
    "These are excerpts from the Jupyter book *Python for Scientific Computing*, which might also be useful for review and reference."
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "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.9.16"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
