Capstone brief & rubric

Python Programming for Application Development: Practical Python for Technology Professionals
Lesson Content
0% Complete

Build a small Python-based application workflow for a fictional technology team. Your project should accept a list of fictional application tasks or feature requests, classify each item by priority, format the output with reusable functions, and generate a clear summary report. The final result should look like a real internal tool a technology team could use for planning or triage.

Scoring rubric

Total 100 points: 25 points for correct use of Python fundamentals, 20 points for code organization and readability, 20 points for meaningful application workflow, 15 points for handling multiple items and decisions correctly, 10 points for output quality and clarity, 10 points for testing and evidence of working results. A passing project should demonstrate a complete, working solution with clear structure and sensible output.