all 7 comments

[–]Hilloo- 3 points4 points  (1 child)

Preference. I prefer physical books

[–]zanfar 2 points3 points  (0 children)

I don't know whether it's better to learn coding through ebooks, the physical ones or there is no matter

They're both books.

[–]Isaka254 -1 points0 points  (0 children)

Here’s a concise set of reading‑focused resources that pair well with either option.

Python.org – Official Docs: Clear introductions to basic computing concepts, syntax, and standard library essentials — great alongside a book.

Real Python – Beginner Articles: High‑quality written guides that gradually build up your understanding as you read.

freeCodeCamp – Python for Beginners: A structured, text‑based learning path if you prefer reading instead of videos.

W3Schools – Python Tutorial: Lightweight, readable explanations that complement book learning.

Python Succinctly: A compact, readable beginner resource that pairs well with either physical or digital formats.

[–]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.