Merge branch 'python-in-a-nutshell' into develop
This commit is contained in:
commit
a47067fc72
4 changed files with 3197 additions and 3 deletions
1965
00_python_in_a_nutshell.ipynb
Normal file
1965
00_python_in_a_nutshell.ipynb
Normal file
File diff suppressed because it is too large
Load diff
|
@ -9,7 +9,7 @@ To learn about Python and programming in detail,
|
||||||
|
|
||||||
### Table of Contents
|
### Table of Contents
|
||||||
|
|
||||||
- *Chapter 0*: Python in a Nutshell
|
- *Chapter 0*: [Python in a Nutshell](00_python_in_a_nutshell.ipynb)
|
||||||
- *Chapter 1*: Python's Scientific Stack
|
- *Chapter 1*: Python's Scientific Stack
|
||||||
- *Chapter 2*: A first Example: Classifying Flowers
|
- *Chapter 2*: A first Example: Classifying Flowers
|
||||||
- *Chapter 3*: [Case Study: House Prices in Ames, Iowa <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/ames-housing)
|
- *Chapter 3*: [Case Study: House Prices in Ames, Iowa <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/ames-housing)
|
||||||
|
|
1232
poetry.lock
generated
1232
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -27,5 +27,6 @@ repository = "https://github.com/webartifex/intro-to-data-science"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
|
jupyterlab = "^3.0.16"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue