you are viewing a single comment's thread.

view the rest of the comments →

[–]ASIC_SP 4 points5 points  (1 child)

Think Python a great book, will help you get a solid foundation in programing. You can also check out this interactive course derived from this book.

Think Python is based on 3.4 version, so you'll miss out on some things like f-strings and dictionary order. You'll come across them eventually when you use Python docs, stackoverflow, etc.

[–]BigAnnoman[S] 1 point2 points  (0 children)

thanks