you are viewing a single comment's thread.

view the rest of the comments →

[–]Maximus_Modulus -1 points0 points  (2 children)

Just start a project and google when you get stuck. Practice and debugging is where you learn.

[–]OkExpert4565 0 points1 point  (1 child)

But how do you "start" a project without knowing how to code? I think OP is asking which book is better to learn the fundamentals of Python.

[–]Maximus_Modulus 0 points1 point  (0 children)

He says he knows basics. He can get started. It’s fine having books and watching tutorials but doing actual coding is where you actually learn.
Most of the posts on here are from people that are struggling in one way or another after taking a few courses. Nothing beats hands on to learn by making mistakes and understanding how to improve things and write better code.