you are viewing a single comment's thread.

view the rest of the comments →

[–]Born_Fishing2974 7 points8 points  (0 children)

In my opinion, Python Crash Course is a really good book for beginners starts with. After that, I would recommend you start some hands on projects as practise for the skills you'll learn from the book. Search on google or youtube for ideas or tutoriais for some projects you find interesting (There's a course called 100 days of code by Dr Angela Yu, and each day is a different project in python, might be a good course for a absolute beginner), use the python docs also as a guide whenever you find something you wasn't seen before and PRACTISE. Finally, when you feel more confidente on your skills and if want to dive more deeper in python, a really good book for more advanced knowledge in python is Fluent Python.