Skip to content

DIYA FOR SCHOOLS

DIYA Partnership with High Schools

DIYA Co-Teaching Partnership with Princeton High School

Establishing Partnerships

  • Initial discussions with school representatives to set expectations and outline objectives for the program.
  • Review of program goals and alignment with school curricula.

Planning and Objectives

  • Collaborate with computer science teachers to identify student mentors and teaching assistants.
  • Finalize program dates, explore learning materials, and experiment with resources like Canvas for assignments and Kaggle notebooks for problem-solving.

Implementation of Program

  • Deliver interactive lectures, workshops, and coding sessions tailored to the school’s curriculum.
  • Focus on hands-on learning with Python, data manipulation, and visualization tools like Pandas and Seaborn.

Presentations and Capstone Projects

  • Guide students through a real-world data project to process, analyze, and derive insights.
  • Facilitate presentations of student work, offering an opportunity for peer and instructor feedback.

Evaluation and Future Planning

  • Collect feedback from students and teachers to assess the program’s impact.
  • Share student projects and outcomes at school or community events.
  • Plan future collaborations and improvements for sustained engagement.

Need Help or Have Questions?

Feel free to reach out to us at [email protected] for any queries or assistance related to our programs. We’re here to help!

document.addEventListener('DOMContentLoaded', () => { const menuToggle = document.querySelector('.elementor-menu-toggle'); const dropdownMenus = document.querySelectorAll('.menu-item-has-children'); if (menuToggle && dropdownMenus.length > 0) { menuToggle.addEventListener('click', () => { document.querySelector('.elementor-nav-menu__container').classList.toggle('dropdown-open'); }); dropdownMenus.forEach((menu) => { const submenu = menu.querySelector('.sub-menu'); if (submenu) { menu.addEventListener('click', (e) => { if (window.innerWidth <= 768) { e.preventDefault(); submenu.classList.toggle('dropdown-open'); } }); } }); } });