Resources on programming for very beginners

Hello @ch3

Three resources for the absolute beginner I recommend:

1/ Abe Pazos’ playlist on youtube:

Starts with the most basic concepts and gradually builds, with very clear explanation.

2/ Khan Academy’s courses:

  • Intro to JS: Drawing & Animation
  • Advanced JS: Games & Visualizations
  • Advanced JS: Natural Simulations

3/ the textbook “PROCESSING: An Introduction to Programming” by Jeffrey and Larry Nyhoff

This book was written for beginners and has excellent explanations of what the code is doing under the hood.

:nerd_face:

2 Likes