Educate. Inform. Create.
A college-level high school computer science course aimed at helping students earn potential college credit and inspiring them to pursue computer science.
1 2 public class WebsiteDemo { 3 4 public static void main(String[] args) { 5 6 boolean lecture = true; 7 boolean programming = true; 8 9 if(lecture && programming){ 10 11 System.out.println("We use a lecture and programming approach!"); 12 13 } 14 } 15 } 16
To ensure all computer science material is taught, we utilize lectures to introduce students to concepts, then use programming to reinforce those skills.
Fauzan Amjad, founder of Acetlinx
Course Website. Course website is organized in a beginner-friendly manner that reinforces previous skills.
16+ Hours of Content. Lectures and Programming material to thoroughly explain computer science material.
Mobile-Friendly. The course website is specifically designed to adjust to different devices with different operating systems.
Don't worry about money. Just learn.
Only donate if you have the resources.
Bring computer science courses to students.
*AP is a registered trademark of the CollegeBoard, which is not affiliated nor endorses this project.