Merge pull request #2 from LinlyBoi/jupy-notes

APPROVED
This commit is contained in:
Linly
2023-03-23 21:40:19 +02:00
committed by GitHub
5 changed files with 455 additions and 0 deletions

182
Seaborn Pogs.ipynb Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,30 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Numpy Crash Course\n",
"Documenting the usage of Numpy within the project.\n",
"\n",
"Docs:\n",
"- https://numpy.org/doc/1.24/user/absolute_beginners.html"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.2"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}

View File

@@ -0,0 +1,30 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Pandas Crash Course\n",
"As usual, documenting what is being used from pandas here ig\n",
"\n",
"Docs:\n",
"- https://pandas.pydata.org/docs/getting_started/index.html#getting-started"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.2"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}

View File

@@ -0,0 +1,31 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# SciPy Crash course Notebook\n",
"\n",
"Hopefully I'll be documenting what is used in Scipy here\n",
"\n",
"Checkout the docs btw:\n",
"- https://docs.scipy.org/doc/scipy/getting_started.html#getting-started-ref"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.2"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}

File diff suppressed because one or more lines are too long