Skip to content

Commit

Permalink
feat(ep3): accessing remote data first draft (#16)
Browse files Browse the repository at this point in the history
* Tweak high level goals / keypoints

* Add content for the downloading files episode

* flesh out downloading, start API discussion

* Flesh out examples, edit challenges

* Cut some content and focus a little bit more on the API-learning framework.
  • Loading branch information
jdangerx authored Jan 16, 2025
1 parent 0252077 commit 6cfd47c
Show file tree
Hide file tree
Showing 5 changed files with 585 additions and 46 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ episodes:
# chapter 1. ingestion
- introduction.md # hmm.
- working-with-diverse-filetypes.md
- downloading-files-programmatically.md
- accessing-remote-data.md
- scraping-data.md
# chapter 2. visualization/reusability
- plotting.md # pick a few transforms and do them - dropping nulls, adding dtypes, stacking, unit conversion
Expand All @@ -63,7 +63,7 @@ episodes:
# chapter 3. when things go wrong
- debugging.md
- big-data.md
- other-options.md
- other-options.md # maybe cut? / roll into "here's more resources" section of big-data.md
# chapter 4. collaboration
- python-environments.md # https://carpentries-incubator.github.io/python-intermediate-development/12-virtual-environments.html
- data-environments.md
Expand Down
Loading

0 comments on commit 6cfd47c

Please sign in to comment.