Home / 🗓 Schedule / 🛠Examples / 💫 Guides / 💎 Resources
💎 Resources
If you find a resource you think should be shared with the class, please notify the instructor (via email, an Issue on this repository, or even a Pull request) to have it added.
Template(s)
p5.js
- Code! Programming with p5 - A brilliant series of video lectures by Daniel Schiffman, covering many of the same topics as this course. A great source of reinforcement learning.
- p5 Reference - All the key information about what p5 can do
- p5 Examples - Examples of what p5 can do
JavaScript
- Free Code Camp - A website devoted to learning to code, with excellent courses in JavaScript. A little dry, but very thorough.
- Codecademy - Another website for learning to code, with good coverage of JavaScript. Again, not arts-oriented, but solid.
- W3 Schools JavaScript Tutorial - Bare bones but solid tutorial from W3 schools
- JavaScript First Steps - Beginner JavaScript from the Mozilla Foundation
- Getting Started with the Web - Good introduction to the web and web programming more generally from the Mozilla Foundation
- JavaScript Guide - The Mozilla Foundation again with a complete guide to the language (gets pretty advanced)
- Eloquent JavaScript by Marijn Haverbeke - A wonderful introduction to JavaScript, though it does get quite advanced quite quickly (might be good to read after this course)