The list of all top US universities along with their state codes, and basic retrieval functions
Project description
Package: us_universities_with_state_codes
This package consists of the list of all top US universities along with their state codes, and basic retrieval functions in python.
Usage/Examples
from list_of_us_universities_with_state_code.main import get_universities
# This function will return the array of all the universities
get_universities()
from list_of_us_universities_with_state_code.main import get_state_code_of_university
# This function will return the object -> university name as the key and state code as value
get_state_code_of_university("mit")
#Output:
{'Massachusetts Institute of Technology (MIT)': 'MA'}
from list_of_us_universities_with_state_code.main import get_universities_by_state_code
# This function will return the array of all the universities in the given state code
get_universities_by_state_code("CA")
#Output:
{'Stanford': 'CA', 'California Institute of Technology (Caltech)': 'CA', 'University of California, Berkeley (UC Berkeley)': 'CA', 'University of California, Los Angeles (UCLA)': 'CA', ...}
Tech Stack
Library: Python
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file list_of_us_universities_with_state_code-0.0.2.tar.gz.
File metadata
- Download URL: list_of_us_universities_with_state_code-0.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e9a0a1bd2c583771e93ed5e39d7401309ee7d7d29a015d4ec968802c5bf5691
|
|
| MD5 |
8ee1a0325c9cbfae375467e7e7c19439
|
|
| BLAKE2b-256 |
ebff7c854f3229a3ee51917f15571f2024949a37ee4868926440f21ac2d37671
|
File details
Details for the file list_of_us_universities_with_state_code-0.0.2-py3-none-any.whl.
File metadata
- Download URL: list_of_us_universities_with_state_code-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fc29611dd22a163967ca39c8b857b12d500cd355535f5c0032a16f11caef38d
|
|
| MD5 |
0f32ab7c1a1a66d9dbde9037481992a0
|
|
| BLAKE2b-256 |
8eabb5441bae9ea264773d09b8825e4b8ec4cae49542f15098a298aabd5bb237
|