Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomosx/cc-hurricane-analysis-project
A simple project with several functions that organize and manipulate data about Category 5 Hurricanes.
https://github.com/giacomosx/cc-hurricane-analysis-project
codecademy hurricanes python3
Last synced: 5 days ago
JSON representation
A simple project with several functions that organize and manipulate data about Category 5 Hurricanes.
- Host: GitHub
- URL: https://github.com/giacomosx/cc-hurricane-analysis-project
- Owner: giacomosx
- Created: 2021-04-04T16:14:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T22:41:43.000Z (over 3 years ago)
- Last Synced: 2023-10-17T10:57:33.730Z (about 1 year ago)
- Topics: codecademy, hurricanes, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CC Hurricane Analysis Project
# Hurricane Analysis
Several functions that organize and manipulate data about Category 5 Hurricanes, the strongest hurricanes as rated by their wind speed. Each one of these functions will use a number of parameters, conditionals, lists, dictionaries, string manipulation, and return statements.
@giacomosx