CS for Good aims to solve all sorts of issues within the local community. This project was devised in order to help underprivilidged students by empowering them with skills allowing them to succeed professionally. The De Paul Academy hosts teenagers which have exhibited a background of delinquent behaviors, and by teaching these kids Python, they will have the technical skills and ingenuity to foster greater opportunities. As a member of the team, we are responsible for making presentations and tailoring a plan every week, visiting the students on Sundays to teach them Python from scartch.


LESSON PLAN. The flow chart below gives an understanding of the organization of the lesson plan:

flowchart TD A[Print/User Input] --> B[Conditionals] B --> C{Math} C --> D[For Loops] C --> E[While Loops]

GOAL. Our goal is to hold a final project by the end of the semester, where the students will be able to apply their skills to develop a simple video game of their choice.