Skip to content

Latest commit

 

History

History
executable file
·
51 lines (38 loc) · 2.47 KB

File metadata and controls

executable file
·
51 lines (38 loc) · 2.47 KB

🎯 Code Drills


Return to Break-Outs


Code Drills are divided into the following categories:

Code Drills Categories

Main Categories

Icon Name Description
‼️ Required Drills Drills Students Must Complete / Mandatory
💠 Optional Drills Drills Students are encouraged but Not Required to complete

Sub-Categories

Icon Name Description
⚙️ Core Drills Drills that Mirror Classroom Activities
🚀 Rocket Drills Drills that explore topics beyond the scope of classroom material
🤓 Algo Drills Drills that challenge Students to solve abstract Technical Chalenges
🌀 Word Puzzle Drills Drills that challenge Students to solve brain teasers
Flashback Drills Drills that review a technology or concept from an earlier module
🚩 Project Drills Drills that build incrementally with a deployable end product
🔥 Code Base Drills Drills that explore an existing code base to add a feature, or debug
🔘 Softer Skills Drills Drills with a invite students to excercise skills on the Softer Side

Optional Python Code Drills 💠

  Type Title Topic
1. 🚀 Getting Started Basics
2. 🚀 More Syntax Basics
3. 🚀 User Creator Basics
4. 🚀 Calculator Basics
5. 🚀 Algo Basics

Optional Ruby Code Drills 💠

  Type Title Topic
1. 🚀 Basic Syntax Basics
2. 🚀 Loops and Conditionals Basics
3. 🚀 Functions Basics
4. 🚀 Classes Basics