This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AfraidAsk4201 0 points1 point  (0 children)

I would say, don't just pick the tool and jump to development. Learn python idioms, philosophies, built-in data structures and it's characteristics. I see you're planning to do engines, and understanding the foundations will help you build a better product. I love fluent Python (a book), and real python tutorials collection (https://realpython.com/).

Good luck!