Dangerous Classes

Futurisms


3D Printing


Animation


VR / AR


Web


Linux


Python


Circuits


Microcontrollers

Microcontrollers


Autonomous Drones

Small paragraph summarizing Futurisms class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing 3D Printing class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing Animation class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing VR / AR class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing Web class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing Linux class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing Python class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing Circuits class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing Microcontrollers class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Small paragraph summarizing Drones class

Use Unsettled Furtures as the base, replace with what visitor clicks on

Any required prerequisites will go here.

Enroll

Classes are available to everyone on a sliding scale basis, see our schedule for more details.

By enrolling in this class I agree to the code of conduct




Futurisms Study Resources

These resources will help you understand concepts in Indigenous Futurisms.

These resources include:

  • X
  • y
  • z


3D Printing Study Resources

These resources will help you understand concepts in 3D Printing.

These resources include:

  • X
  • y
  • z


Animation Study Resources

These resources will help you understand concepts in Animation.

These resources include:

  • X
  • y
  • z


VR / AR Study Resources

These resources will help you understand concepts in Virtual and Augmented Reality.

These resources include:

  • X
  • y
  • z


Web Dev Study Resources

These resources will help you understand concepts in Web Development.

These resources include:

  • X
  • y
  • z


Linux Study Resources

These resources will help you understand concepts in Web Development.

These resources include:

  • X
  • y
  • z


Python Study Resources

These resources will help you understand concepts in Python.

These resources include:

  • X
  • y
  • z


Circuits Study Resources

These resources will help you understand concepts in Circuits.

These resources include:

  • X
  • y
  • z


Microcontrollers Study Resources

These resources will help you understand concepts in Microcontrollers.

These resources include:

  • X
  • y
  • z


Autonomous Drones Study Resources

These resources will help you understand concepts in Autonomous Drones.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Indigenous Futurisms.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in 3D Printing.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Animation.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Virtual and Augmented Reality.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Web Development.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Web Development.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Python.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Circuits.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Microcontrollers.

These resources include:

  • X
  • y
  • z


Demo Material

These resources will help you understand concepts in Autonomous Drones.

These resources include:

  • X
  • y
  • z


// Toggle between showing and hiding the sidebar when clicking the menu icon var mySidebar = document.getElementById("mySidebar"); function w3_open() { if (mySidebar.style.display === 'block') { mySidebar.style.display = 'none'; } else { mySidebar.style.display = 'block'; } } // Close the sidebar with the close button function w3_close() { mySidebar.style.display = "none"; }