Giter Site home page Giter Site logo

bookclub-py4da's Introduction

R4DS Python for Data Analysis Book Club

Welcome to the R4DS Python for Data Analysis Book Club!

We are working together to read Python for Data Analysis by Wes McKinney (O'Reilly Media, Inc., copyright 2022, 9781098104030). Join the #book_club-py4da channel on the R4DS Slack to participate. As we read, we are producing notes about the book.

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 channel on Slack)!


How to Present

This repository is made with Quarto.

To present, follow these instructions:

Do these steps once:

Do these steps each time you present another chapter:

  • Open your project for this book.
  • Create a new file in the folder. For example, to create a new file called 01_exercises.qmd, navigate to the folder then create run touch 01_exercises.qmd in the Terminal.
  • Write in what you would like in the file.
  • Then, in the _quarto.yml file, under chapters, add a section with your chapter. The file listed after part is the first page of chapter; the ones under chapters will be subpages.
  - part: 01_main.qmd
      chapters: 
      - 01_notes.qmd
      - 01_video.qmd
      - 01_exercises.qmd
  • Once you have added and edited your files, don’t forget to render the book. Run this in the terminal:
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.
  • (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.

On Using Quarto

Quarto is an open-source scientific and technical publishing system built on Pandoc.

You can weave together narrative text and code to produce elegantly formatted output. Quarto documents are fully reproducible. You can use plain .md files, Quarto .qmd, or Jupyter .ipynb files. Check out the files under Examples to see the various options.

bookclub-py4da's People

Contributors

drentropy avatar imgbot[bot] avatar ivelasq avatar jadeynryan avatar jonthegeek avatar labouz avatar opus1993 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.