Skip to content

Commit

Permalink
making room for advanced topics
Browse files Browse the repository at this point in the history
  • Loading branch information
MLDERES committed Jul 9, 2020
1 parent 51d13de commit 7aa6447
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions notebooks/advanced_topics/1-start_here.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Advanced Topics\n",
"\n",
"If you have some experience programming in Python, or another langauge, it makes sense to spend a bit of time learning some deeper topics. Understanding how the tools are meant to be used and how other developers think is a valuable way to become a more proficient programmer."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"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
},
"orig_nbformat": 2
},
"nbformat": 4,
"nbformat_minor": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"source": [
"## And so on with the show\n",
"\n",
"Well now that we know how to use other people's code, we'll start to use one of the most prolific libraries in data science called `pandas` (it stands for Python Data Analysis Library - makes sense right?). Pandas allows us to work with data in a very comfortable way, especially if you like Excel or SQL."
"Well now that we know how to use other people's code, we'll start to use one of the most prolific libraries in data science called `pandas` (it stands for Python Data Analysis Library - makes sense right?). Pandas allows us to work with data in a very comfortable way, especially if you like Excel or SQL. DataFrames can be created from "
]
}
],
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit 7aa6447

Please sign in to comment.