Skip to main content

Code supporting the computational instruction for the course STAT 89A: Linear Algebra for Data Science at UC Berkeley

Project description

linalg_for_datasci

Code supporting the computational instruction for the course STAT 89A: Linear Algebra for Data Science at UC Berkeley.

Contributing

code style

If the pre-commit Python package is installed, you can set up pre-commit hooks for automatic code formatting via

pre-commit install

You can also invoke the pre-commit hook manually at any time with

pre-commit run

Automatic code formatting has been adopted for linalg_for_datasci to make it unnecessary for contributors to worry about their code style. As long as the code is valid, the pre-commit hook should take care of how the code should look.

There are also plugins to integrate the black code autoformatter into your favorite code editor. This way you can format code automatically.

If you have already committed files before setting up the pre-commit hook with pre-commit install, you can fix everything up using pre-commit run --all-files. You need to make the fixing commit yourself after that.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linalg_for_datasci-0.1.0.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

linalg_for_datasci-0.1.0-py3-none-any.whl (29.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page