Skip to content

Commit

Permalink
More on data formats
Browse files Browse the repository at this point in the history
  • Loading branch information
khliland committed Aug 18, 2023
1 parent da6550f commit 027b83f
Show file tree
Hide file tree
Showing 132 changed files with 11,116 additions and 12,277 deletions.
12 changes: 12 additions & 0 deletions D2Dbook/0_General/Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"source": [
"### Software requirements\n",
"- Basic functionality requires Python (originally built with version 3.10.6) and packages _matplotlib_, _numpy_, _json_, _datetime_.\n",
"- For more advanced plotting: _plotly_\n",
"- For databases:\n",
" - E.g., docker with Cassandra database having the tables expected.\n",
" - Python packages _cassandra-driver_, _cql_\n",
Expand All @@ -58,6 +59,17 @@
" - A running Flask server with the _flask_API.py_ active.\n",
" - Docker with Cassandra running locally."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Resources\n",
"Some basics that are assumed known in advance or just useful:\n",
"- [YouTube: VS Code in 100 seconds](https://youtu.be/KMxo3T_MTvY) (2m:34s)\n",
"- [YouTube: 13 Advanced (but useful) Git Techniques and Shortcuts](https://youtu.be/ecK3EnyGD8o) (8m:07s)\n",
"- [YouTube: Docker in 100 seconds](https://youtu.be/Gjnup-PuquQ) (2m:07s)"
]
}
],
"metadata": {
Expand Down
32 changes: 24 additions & 8 deletions D2Dbook/2_Data_sources/APIs/OpenWeather.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 027b83f

Please sign in to comment.