Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor edits before Fall 2024 #353

Merged
merged 5 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Book settings
title: "Data Science: A First Introduction (Python Edition)"
title: "Data Science: A First Introduction with Python"
author: "Tiffany Timbers, Trevor Campbell, Melissa Lee, Joel Ostblom, and Lindsey Heagy"
copyright: "2022" # Copyright year to be placed in the footer
logo: "" # A path to the book logo
Expand Down
2 changes: 1 addition & 1 deletion source/acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ is reflected in the content of this book.
## Acknowledgments for the Python Edition

We'd like to thank everyone that has contributed to the development of
[*Data Science: A First Introduction (Python Edition)*](https://python.datasciencebook.ca).
[*Data Science: A First Introduction with Python*](https://python.datasciencebook.ca).
This is an open source Python translation of the original
book, which focused on the R programming language. Both of these books are
used to teach DSCI 100 at the University of British Columbia (UBC).
Expand Down
Binary file modified source/img/frontmatter/ds-a-first-intro-cover.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,27 @@ kernelspec:

# Data Science

## *A First Introduction (Python Edition)*
## *A First Introduction with Python*

*Tiffany Timbers, Trevor Campbell, Melissa Lee, Joel Ostblom, Lindsey Heagy*

### Welcome!

This is the [website](https://python.datasciencebook.ca) for *Data Science: A First Introduction (Python Edition)*.
This is the [website](https://python.datasciencebook.ca) for *Data Science: A First Introduction with Python*.
You can read the web version of the book on this site. Click a section in the table of contents
on the left side of the page to navigate to it. If you are on a mobile device,
you may need to open the table of contents first by clicking the menu button on
the top left of the page.
the top left of the page. You can purchase a PDF or print copy of the book on the [CRC Press website](https://www.routledge.com/Data-Science-A-First-Introduction-with-Python/Timbers-Campbell-Lee-Ostblom-Heagy/p/book/9781032572239) or on [Amazon](https://www.amazon.com/Data-Science-Introduction-Python-Chapman/dp/103257223X).

For the R version of the textbook, please visit https://datasciencebook.ca.
For the R version of the textbook, please visit [https://datasciencebook.ca](https://datasciencebook.ca).

This book is listed in a number of open educational resource (OER) collections:

- [The University of British Columbia OER collection](https://oer.open.ubc.ca/data-science-a-first-introduction-python-version/)
- [The OER Commons](https://oercommons.org/courses/data-science-a-first-introduction-with-python)
- [MERLOT](https://merlot.org/merlot/viewMaterial.htm?id=773420157)

<img src="img/frontmatter/ds-a-first-intro-cover.jpg" width="400">

<img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png">

Expand Down
Loading