I’m a little teapot 🫖

  • 6 Posts
  • 215 Comments
Joined 9 months ago
cake
Cake day: September 27th, 2023

help-circle



















  • Honestly you’ll find more beginner resources for Python than anything else and it’s worth learning because it’s used everywhere. Lua is also extremely beginner friendly (even if it has some bad habits like 1 indexed arrays.)

    If you’ve got a math background LISP is a good place to start as well, particularly the old MIT/UCB Structure and Interpretation of Computer Programs (SICP) book, that was the start of a formal CS education before python took off.