Skip to content

Commit

Permalink
R4DS to DSLC (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Apr 4, 2024
1 parent 8880099 commit 27ee91b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# R4DS Python for Data Analysis Book Club
# DSLC Python for Data Analysis Book Club

Welcome to the R4DS Python for Data Analysis Book Club!
Welcome to the DSLC Python for Data Analysis Book Club!

We are working together to read [_Python for Data Analysis_](https://wesmckinney.com/book/) by Wes McKinney (O'Reilly Media, Inc., copyright 2022, [9781098104030](https://www.oreilly.com/library/view/python-for-data/9781098104023/)).
Join the [#book_club-py4da](https://rfordatascience.slack.com/archives/C03P2J90L30) channel on the [R4DS Slack](https://r4ds.io/join) to participate.
As we read, we are producing [notes about the book](https://r4ds.io/py4da).
Join the [#book_club-py4da](https://dslcio.slack.com/archives/C03P2J90L30) channel on the [DSLC Slack](https://dslc.io/join) to participate.
As we read, we are producing [notes about the book](https://dslc.io/py4da).

## Meeting Schedule

If you would like to present, please see the sign-up sheet for your cohort (linked below, and pinned in the [#book_club-py4da](https://rfordatascience.slack.com/archives/C03P2J90L30) channel on Slack)!
If you would like to present, please see the sign-up sheet for your cohort (linked below, and pinned in the [#book_club-py4da](https://dslcio.slack.com/archives/C03P2J90L30) channel on Slack)!

- Cohort 1 (started 2022-08-05, finished 2022-11-11): [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGh7IQIQ_pXNkjLVKa-7lgCw)

Expand Down Expand Up @@ -50,7 +50,7 @@ quarto render --to html
Once you are ready to finalize your changes:

* Commit your changes.
* Push your changes to your forked repo and then create a pull request for the R4DS admins to merge your changes.
* Push your changes to your forked repo and then create a pull request for the DSLC admins to merge your changes.
* (If they request changes, make them)
* When your PR has been accepted ("merged"), close out your branch and prepare your local repository for future work.

Expand Down
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project:

book:
title: "Python for Data Analysis Book Club"
subtitle: "The R4DS Online Learning Community"
subtitle: "The Data Science Learning Community"
site-url: https://wesmckinney.com/book/
repo-url: https://github.com/r4ds/bookclub-py4da
sharing: [twitter, facebook, linkedin]
Expand Down
2 changes: 1 addition & 1 deletion how-to.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ quarto render --to html

## Push up to GitHub

Push your changes to your forked repo and then create a pull request for the R4DS admins to merge your changes.
Push your changes to your forked repo and then create a pull request for the DSLC admins to merge your changes.

``` bash
git add .
Expand Down
6 changes: 3 additions & 3 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This is a companion for the book [Python for Data Analysis, 3E](https://wesmckinney.com/book/) by Wes McKinney.

This website is being developed by the [R4DS Online Learning Community](https://rfordatasci.com/). Follow along and [join the community](https://r4ds.io/join) to participate.
This website is being developed by the [Data Science Learning Community](https://dslc.io/). Follow along and [join the community](https://dslc.io/join) to participate.

This companion follows the [R4DS Online Learning Community Code of Conduct](https://r4ds.io/conduct).
This companion follows the [Data Science Learning Community Code of Conduct](https://dslc.io/conduct).

## Book club meetings {.unnumbered}

Expand All @@ -14,4 +14,4 @@ This companion follows the [R4DS Online Learning Community Code of Conduct](http

- More information about how to present is available in the GitHub repo.

- Presentations will be recorded and will be available on the [R4DS Online Learning Community YouTube Channel](https://r4ds.io/youtube).
- Presentations will be recorded and will be available on the [Data Science Learning Community YouTube Channel](https://dslc.io/youtube).

0 comments on commit 27ee91b

Please sign in to comment.