HACKER Q&A
📣 debanjan16

Best books to get started with programming in 2023?


What are some of the best books that someone with knowledge of high school algebra can use to get started with programming? This is their first step in the field.


  👤 sebg Accepted Answer ✓
Python for Kids

https://nostarch.com/python-kids-2nd-edition

I've heard really great things about this book.

////

The other one is "How to Think Like a Computer Scientist, Learn Python 3"

https://openbookproject.net/thinkcs/python/english3e/"

which is used by Art of Problem Solving for their "Introduction to Programming with Python" class (https://artofproblemsolving.com/school/course/python1)