Skip to content

Commit

Permalink
made wording less specific to any one course
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 6, 2025
1 parent 123d28a commit 7f1a7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/lectures/190-packaging-intro-python-r.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ This new single configuration file has inspired some new tools to be created in

2. Creates a lock file (`poetry.lock`) which automatically creates and activates a virtual environment (if none are activated) where the Poetry commands such as `install`, `build`, `run`, etc are executed.

Cookiecutter templates are also useful to help setup the biolerplate project and directory structure needed for packages. We will use these in this course as well.
Cookiecutter templates are also useful to help setup the biolerplate project and directory structure needed for packages. And conda environments are useful to isolate your package development environment. We will use these in this course as well.

### Learn more by building a toy Python package

For an optional/bonus part of invidividual assignment 5, you can choose to build a toy Python package using a tutorial we have put together for you: [How to package a Python](https://py-pkgs.org/03-how-to-package-a-python)
You can learn more about building Python packages, by first building a toy package using a tutorial we have put together for you: [How to package a Python](https://py-pkgs.org/03-how-to-package-a-python).

After building the toy package, read [Package structure and state](https://py-pkgs.org/04-package-structure) to deepen your understanding of what packaging means in Python and what packages actually are.

Expand Down

0 comments on commit 7f1a7df

Please sign in to comment.