Skip to content

ist356/project-Ovler-Young

 
 

Repository files navigation

Review Assignment Due Date

IST356 Project

Project Expectations

For the project you can do anything you want, provided it uses what we learned in the course. Here's a summary of what's expected:

  1. Python functions in modules with tests

  2. Streamlit for user interface

  3. Pandas for data manipulation

  4. Visualizations (seaborn, geopandas, folium, plotly express)

  5. APIs (cent.ischool-iot.net portal or any other API's of your choosing) and/or
    Web Scraping using playwright if you cannot find an API.

Your grade is proportional to the number of expectations you complete with intentionality.

What Type of Project Should I Do?

Its up to you! Do you need some ideas? Consider building a data pipeline like we did in assignment 04/05/06 and then building a dashboard around the data using visualizations and streamlit.

Break your pipeline up into separate python programs to perform each step similar to assignment 05 and 06.

  1. Extract data from API's / web scraping / or a dataset. Save the data to a file in your cache folder.

  2. Transform the data into a format that is useful for your dashboard. Save the data to a file in your cache folder.

  3. Load the data into a pandas and interact with it using streamlit and charts, graphs or maps.

  4. part of your extract or transform steps you might need to write functions. Make sure you write tests for these functions, similar to what has been demonstrated in the class assignments.

I need more inspiration...

Here's a place where you can find API's that might interest you:

Here's a suggestion for data sources / datasets of interest:

What am I turning in?

Push your github repository to the github classroom assignment. When you are done. You can push multiple times, but the last push before the deadline is what will be graded.

  • Complete your project in the code folder and have your tests in the tests folder. Any files you save should be in the cache folder.
  • There is no graderbot here, so complete the about-project.md to explain what your project does and how I should run it. It's okay if I need to run a couple of Python programs.
  • Complete your reflection.md to reflect on what you learned, what you struggled with, and what you might do if you had more time with the project.

In summary

It is important to me that I see "YOU" in your project. That means:

  • Share what you learned,
  • Do something that interests you,
  • Explain what you did and how it works!

About

ist356-classroom-fall2024-project-project created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.9%
  • PowerShell 4.1%