Readit News logoReadit News
Posted by u/curious16 3 years ago
Which books or courses to recommend to beginners for learning coding in 2023?
Apart from CS50 and MIT's intro to python course, which books or courses do you think will be suitable enough to be recommended to beginners wanting to learn programming with high school knowledge of algebra and a bit of calculus?

The books/courses are just get them up to pace so that they can start building their own projects after that?

groffee · 3 years ago
How long is a piece of string?

It depends very much what kind of projects you want to create. Embedded systems? Kernel? Websites? Apps? Games? AI?

There's a universe of infinite possibilities out there.

Generally though, avoid frameworks until you know the language, and learn the fundamentals. And learn the tools, testing and pipelines etc.

jstx1 · 3 years ago
> Apart from CS50 and MIT's intro to python course

Those are good, there isn't much of a point in doing multiple beginner courses.

robaye · 3 years ago
If you don't care what language you're starting with, but rather just want a good introduction to programming then I can't recommend Daniel Shiffman's[0] Learning Processing[1] book enough. It uses Java and Processing[2] to make visual interactive programs instead of the traditional text-based programs.

0. https://www.youtube.com/c/TheCodingTrain

1. http://learningprocessing.com/

2. https://processing.org/

zeroego · 3 years ago
"How To Program" - Chris Pine "The C# Player's Guide" - RB Whitaker

When I first started these were the most useful books I used. Chris Pine's writing was the most accessible for me being new to programming.

qilo · 3 years ago
> "How To Program" - Chris Pine

I think you meant "Learn to Program" (Ruby book)

DavidMiserak · 3 years ago
I would encourage you to take a look at the ACM CS Curricula for exemplar programs and courses. From there you can check out materials and lectures from Stanford University's Engineering Everywhere program[0].

[0] see.Stanford.edu

thot_experiment · 3 years ago
The Little Schemer. More value per page than basically anything else.
aizyuval · 3 years ago
I know that’s not exactly what you’ve asked for, but my 2 cents: The best book is continuing projects that involves a lot of “What the hell is this” topics.
tsingy · 3 years ago