# UCSC CSE 40
Materials for UCSC's CSE 40 course taught by Dr. Lise Getoor and managed by the [LINQS lab](https://linqs.org/).
This package is available on PyPi at [ucsc-cse40](https://pypi.org/project/ucsc-cse40/).
## Dependencies
This package is meant to be the sole direct dependency for CSE 40 students.
Instead of specifying each dependency for students, this package defines the necessary dependencies to be installed along with it.
So if you install this package (e.g. via pip), then it will also install all the necessary Python package dependencies for the course.
## Working with the Autograder
All interfacing with the autograder is done via the [autograder-py](https://pypi.org/project/autograder-py/) package.
You should refer to [the documentation](https://github.com/eriq-augustine/autograder-py) for information on how to use it.
Raw data
{
"_id": null,
"home_page": "https://github.com/ucsc-cse-40/ucsc-cse40",
"name": "ucsc-cse40",
"maintainer": "Eriq Augustine",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "eaugusti@ucsc.edu",
"keywords": "grading",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c4/fb/ed246bc8eed22fa2157c99287426371b938e4a2b35c9da84eaed31c5cfb4/ucsc_cse40-0.13.0.tar.gz",
"platform": null,
"description": "# UCSC CSE 40\n\nMaterials for UCSC's CSE 40 course taught by Dr. Lise Getoor and managed by the [LINQS lab](https://linqs.org/).\nThis package is available on PyPi at [ucsc-cse40](https://pypi.org/project/ucsc-cse40/).\n\n## Dependencies\n\nThis package is meant to be the sole direct dependency for CSE 40 students.\nInstead of specifying each dependency for students, this package defines the necessary dependencies to be installed along with it.\nSo if you install this package (e.g. via pip), then it will also install all the necessary Python package dependencies for the course.\n\n## Working with the Autograder\n\nAll interfacing with the autograder is done via the [autograder-py](https://pypi.org/project/autograder-py/) package.\nYou should refer to [the documentation](https://github.com/eriq-augustine/autograder-py) for information on how to use it.\n",
"bugtrack_url": null,
"license": null,
"summary": "Dependencies for UCSC's CSE 40 - ML Basics: Data Analysis and Empirical Methods",
"version": "0.13.0",
"project_urls": {
"Homepage": "https://github.com/ucsc-cse-40/ucsc-cse40"
},
"split_keywords": [
"grading"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c07b53437faefab467e1504a47fe34ba33c08ea538c40966e17fd7acef8d6756",
"md5": "1d8f853703bb979c3c724088d74f2006",
"sha256": "600967359ce5a81f6960c33fd38c6451375f507971058728dbfed7495341ab08"
},
"downloads": -1,
"filename": "ucsc_cse40-0.13.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1d8f853703bb979c3c724088d74f2006",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 1858,
"upload_time": "2025-01-04T20:39:37",
"upload_time_iso_8601": "2025-01-04T20:39:37.200892Z",
"url": "https://files.pythonhosted.org/packages/c0/7b/53437faefab467e1504a47fe34ba33c08ea538c40966e17fd7acef8d6756/ucsc_cse40-0.13.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c4fbed246bc8eed22fa2157c99287426371b938e4a2b35c9da84eaed31c5cfb4",
"md5": "d389c4c20455b4b944f0174e9bfdb832",
"sha256": "a8bdeea35f8672c5cce5be0776a428a5d7fd452b5af0a16e0c0be67359d4185d"
},
"downloads": -1,
"filename": "ucsc_cse40-0.13.0.tar.gz",
"has_sig": false,
"md5_digest": "d389c4c20455b4b944f0174e9bfdb832",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2053,
"upload_time": "2025-01-04T20:39:39",
"upload_time_iso_8601": "2025-01-04T20:39:39.730132Z",
"url": "https://files.pythonhosted.org/packages/c4/fb/ed246bc8eed22fa2157c99287426371b938e4a2b35c9da84eaed31c5cfb4/ucsc_cse40-0.13.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-04 20:39:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ucsc-cse-40",
"github_project": "ucsc-cse40",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "jupyterlab",
"specs": [
[
">=",
"3.5.0"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.6.2"
]
]
},
{
"name": "numpy",
"specs": [
[
">=",
"1.22.3"
]
]
},
{
"name": "pandas",
"specs": [
[
">=",
"1.5.1"
]
]
},
{
"name": "scikit-learn",
"specs": [
[
">=",
"1.2.0"
]
]
},
{
"name": "autograder-py",
"specs": [
[
"==",
"0.6.*"
]
]
},
{
"name": "build",
"specs": []
},
{
"name": "twine",
"specs": []
},
{
"name": "packaging",
"specs": [
[
">=",
"21.3"
]
]
}
],
"lcname": "ucsc-cse40"
}