Skip to content

slott56/pivot-to-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pivot-to-python

Components and examples from the Pivot to Python book.

Installation

There are several steps to getting this ready for experimentation.

The book uses uv, https://astral.sh/blog/uv-unified-python-packaging.

Start by installing uv. https://docs.astral.sh/uv/getting-started/installation/

  1. Clone or download this https://github.com/slott56/pivot-to-python.git repository. Use desktop git clone or the a GUI tool like GitHub Desktop https://desktop.github.com/download/.

    % git clone https://github.com/slott56/pivot-to-python.git
  2. Change to the downloaded directory.

    % cd pivot-to-python
  3. Initialize a UV project with Python 3.12

    % uv init --python 3.12
  4. Install the "extras" to run the test cases.

    % uv sync --all-extras

Upgrades

To get all the latest and greatest versions of package, use the following command:

Content

There are separate directories for data, notebooks, src, and tests.

Diagrams are in docs. They were built with PlantUML. See https://plantuml.com for more information.

About

Repository with examples from the Pivot to Python book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published