Skip to main content

UCSD ECE Department's course catalog

Project description

ucsd-ece-courses

A neat package to scrape, organize, and filter for UCSD ECE Department's course catalog. Under construction!

Developed by Kendrick Nguyen, who is currently experimenting with packaging.

Installation

pip3 install ucsd_ece_courses

Examples of How To Use

Get course descriptions

from ucsd_ece_courses import ECECatalog

catalog = ECECatalog()

# Get ECE 5 courage descriptions, try also 'ece 5', 'ece_5', '5', etc.
course = 'ece_5'
print(catalog.course_title(course))
print(catalog.course_credit(course))
print(catalog.course_summary(course))
print(catalog.course_prerequisite(course))

Get all course numbers and titles

from ucsd_ece_courses import ECECatalog

catalog = ECECatalog()

# Get all course numbers and titles
print(catalog.course_numbers)
print(catalog.course_titles)

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

ucsd_ece_courses-0.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

ucsd_ece_courses-0.0.1-py3-none-any.whl (4.2 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