No The Coding Train videos yet. You could help us improve this page by suggesting one.
Nature of Code might be a bit more popular than The Coding Train. We know about 27 links to it since March 2021 and only 24 links to The Coding Train. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
For clojure, you can use quil: https://github.com/quil/quil. - Source: Hacker News / 26 days ago
I love this, I first learned Java and “Kids Programming Language” (a strange action script-y flash inspired thing) in elementary school and the lessons I learned there stuck with me until today. I would highly recommend parents consider teaching their kids using processing (p5.js), it’s super visual but still “real” code so you still build that muscle memory of thinking in loops and typing out real code:... - Source: Hacker News / 6 months ago
You might also want to pair it with The Nature of Code^1. ^1: https://natureofcode.com/. - Source: Hacker News / 8 months ago
For anyone wanting to do this in JS, check out Dan Shiffman’s Nature of Code https://natureofcode.com/ Uses p5js, so nicer than pure canvas. - Source: Hacker News / 8 months ago
One I would recommend for anyone's bookshelf at any level because it is so good: https://natureofcode.com/. - Source: Hacker News / 9 months ago
He has a knack for picking visual interesting problems/algorithms and his enthusiasm is unmatched. https://thecodingtrain.com/. - Source: Hacker News / 10 months ago
I'd say Scratch is the #1 way kids to day are introduced to programming For parent that have some 8bit experience, Pico-8 (LUA) is also relatively popular. It's basically like running an Apple 2, Atari 800, Commodore 64 as if it booted into LUA instead of Basic. You can trivially draw things, and peak and poke bytes into "Screen memory" if you want to feel like you're "touching the hardware" JavaScript is also... - Source: Hacker News / over 1 year ago
You can always look at the help videos by Shiffman at (the coding train) Specifically: help guide to p5js. Source: almost 2 years ago
> how do I get him learning programming in a fun way? Processing / P5.js can be pretty fun to learn. You use a real programming language to create art and animations. With little code you can get a circle on the screen, then making it move, then following your mouse, then adding other shapes, then changing colour depending on some event… It’s conductive to experimentation and a way to gradually introduce concepts.... - Source: Hacker News / almost 2 years ago
Another great free site https://thecodingtrain.com/ to have in your pocket :D have fun out there! Source: over 2 years ago
Processing - C++ and Java programming at the speed of thought.
p5.js - JS library for creating graphic and interactive experiences
CodeGym.cc - CodeGym.cc is an online Java programming course that is 80% based on practice.
CodeCombat - Learn programming with a multiplayer live coding strategy game.
Figmaster - Build your design system by doing exercises in Figma
Godot Engine - Feature-packed 2D and 3D open source game engine.