88# https://quarto.org/docs/books/
99# https://quarto.org/docs/reference/projects/books.html
1010book :
11- title : " Intro to Python Programming and Applications"
11+ title : " Intro to Python: Programming and Applications"
1212 author : " Michael J Rossetti"
1313 date : " last-modified" # "7/24/2024"
1414 date-format : " iso"
@@ -150,7 +150,12 @@ book:
150150 chapters :
151151 - href : notes/dataviz/overview.qmd
152152 text : " Data Visualization Overview"
153-
153+ - href : notes/dataviz/trendlines.qmd
154+ text : " Charts with Trendlines"
155+ # - href: notes/dataviz/multiple-objects.qmd
156+ # text: "Charts with Multiple Objects"
157+ - href : notes/dataviz/candlesticks.qmd
158+ text : " Candlestick Charts"
154159
155160 - part : " Fetching Data from the Internet"
156161 chapters :
@@ -169,19 +174,24 @@ book:
169174
170175 - part : " APIs and Integrations"
171176 chapters :
172- - href : notes/fetching-data/apis.qmd
173- - href : notes/api-integrations/youtube-audio-downloader.ipynb
174- text : " YouTube Integrations"
177+ - href : notes/api-integrations/overview.qmd
178+ - href : notes/api-integrations/alphavantage.ipynb
179+ text : " AlphaVantage API"
180+ # - href: notes/api-integrations/drinks.ipynb
181+ # - href: notes/api-integrations/pokemon-api-demo.ipynb
182+ - href : notes/api-integrations/spotify.ipynb
183+ text : " Spotify API"
175184 # - href: notes/api-integrations/sending-email-demo.ipynb
185+ - href : notes/api-integrations/google-drive.ipynb
186+ text : " Google Drive"
187+ - href : notes/api-integrations/google-sheets.ipynb
188+ text : " Google Sheets"
176189 # - href: notes/api-integrations/google-maps-api-demo.ipynb
177- # - href: notes/api-integrations/spotify-api-demo.ipynb
178- # - href: notes/api-integrations/pokemon-api-demo.ipynb
190+ - href : notes/api-integrations/youtube-audio-downloader.ipynb
191+ text : " YouTube"
192+
179193
180- # - href: notes/api-integrations/google-drive-demo.ipynb
181- # - href: notes/api-integrations/google-sheets-demo.ipynb
182194 # - href: notes/api-integrations/openai-api-demo.ipynb
183- # - href: notes/api-integrations/alphavantage-api-crypto-dashboards-demo.ipynb
184- # - href: notes/api-integrations/drinks.ipynb
185195
186196
187197 - " -----------------"
@@ -203,7 +213,6 @@ book:
203213 - notes/dev-tools/google-colab/files.qmd
204214 - notes/dev-tools/google-colab/form-inputs.ipynb
205215 - notes/dev-tools/google-colab/notebook-secrets.qmd
206- - notes/dev-tools/google-colab/advanced-integrations.ipynb
207216
208217 - part : " Survey of Python Modules"
209218 # href: notes/python-modules/index.qmd
@@ -226,15 +235,6 @@ book:
226235 - notes/python-lang/control-flow/function-docs.qmd
227236 - notes/python-lang/control-flow/unit-testing.qmd
228237
229- - part : " Dataviz In-Depth"
230- chapters :
231- - href : notes/dataviz/trendlines.qmd
232- text : " Charts with Trendlines"
233- # - href: notes/dataviz/multiple-objects.qmd
234- # text: "Charts with Multiple Objects"
235- - href : notes/dataviz/candlesticks.qmd
236- text : " Candlestick Charts"
237-
238238
239239 # - part: "API Demos"
240240 # chapters:
0 commit comments