This is a simple project with ideas from my Google Sheet.
Project Idea Title | Project Description |
---|---|
Legal Resource Gap Identifier Using Census Data | Explore issues of access to justice by analyzing publicly available census datasets. Using basic Python, the script could read demographic data such as population size, poverty rates, English proficiency, and internet access by county or ZIP code. It could then compare this information to the availability of legal resources—either using real data on lawyer distribution or dummy data—to flag potentially underserved areas. The goal would be to identify communities where the need for legal services may be high but access is limited. The project would output a ranked or categorized list of the regions, highlighting disparities and offering a data-informed perspective on legal resource distribution. |
Automated Canvas Data Extraction and Academic Planning Tool | Develop a Python-based tool that interfaces with the Canvas API to automate academic planning. At the start of each semester, it extracts and organizes key course data—such as assignments (names, due dates, points, descriptions), syllabi, module outlines, and readings—across all enrolled courses. The data is exported into structured formats (CSV, Excel, calendar, or folder systems) to support efficient task tracking, calendar integration, and productivity workflows. The broader goal is to automate syllabus review and calendar setup, minimizing manual input and frequent Canvas checks. Other things that may be beneficial to include: real-time syncing, prioritization, and progress tracking. |