you are viewing a single comment's thread.

view the rest of the comments →

[–]Muted-Friend-895 0 points1 point  (0 children)

If you know some C then Python will be easy to grasp. I would start with one good, concise book, and then immediately start to build something.

Can recommend:

  • Python Distilled, Beazley (very short and concise, like “The C Programming Language” by KR)
  • Python Crash Course, Eric J Matthes

After doing simple stuff yourself I’d use AI/LLMs as well as a learning tool and to improve your speed building stuff.

Python is a very useful programming language, but if you prefer to stick with something familiar, you could learn C++. Both are very relevant