Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.31 KB

File metadata and controls

30 lines (20 loc) · 1.31 KB

Posit Academy — Python IDE Tutorial Files

Starter files for the Posit Academy Foundations of Python for Data Science IDE tutorials. These tutorials run in your browser but ask you to work with files in your IDE (Positron or RStudio) alongside the tutorial.

By accessing these Posit Academy course materials, you agree to Posit's End User License Agreement and Learning Services Agreement.

Setup

Clone this repository in a Terminal on Posit Workbench:

git clone https://github.com/rstudio/academy-python-ide-tutorials.git

Then install the Python packages used by the tutorials:

pip install pandas plotnine palmerpenguins

Folder contents

Folder Starter file Tutorial
01-quarto-survey/ penguins.qmd Report with Quarto: author a data analysis document
02-quarto-layouts/ sleep.qmd Quarto layouts: tabsets, columns, and margins
03-quarto-parameterize/ tx-housing.qmd (+ data/) Parameterize a Quarto report
04-quarto-slideshow/ storms.qmd (+ data/) Build a Quarto revealjs slideshow

Each folder contains a starter .qmd file (and any data it needs) that you will edit as you follow along in the browser tutorial.