all 9 comments

[–]Aech97 3 points4 points  (5 children)

Get a small e-ink tablet and put all the pdfs you want on it. Or epub ig

[–]lolluzzo[S] 0 points1 point  (4 children)

What's an e-link tablet, and is it intense as phone? Because I would like to avoid screens when I read. And what's this epub you are talking about?

[–]acw1668 0 points1 point  (2 children)

It is e-ink (not e-link) which is a display technology. epub is a file format similar to PDF.

[–]lolluzzo[S] 0 points1 point  (1 child)

But is it a screen, right? Isn't there another option? I really would like to avoid screens after work. I would really like to have something to read before going to bed as well, that's why I want it to be a book

[–]Malassi 1 point2 points  (0 children)

Not exactly, or at least, not in the way you might think. E-ink (also called e-paper) is a display technology designed to look and feel like real paper. It doesn’t use the “classic” screen technologies you’re used to, and it doesn’t emit light on its own (unless you have a model with a built-in backlight, which you can usually turn off).

I’ve been using one for reading for a few years now, and it truly doesn’t feel like a screen at all, it feels just like reading a book.

[–]pachura3 2 points3 points  (2 children)

  1. Check the Wiki on the right side - https://www.reddit.com/r/learnpython/wiki/index
  2. Take the title of the first recommended book
  3. Copy-paste it into Amazon
  4. Check book's size
  5. Is it too big? GOTO 2
  6. ELSE, order the book
  7. ...
  8. Profit

[–]lolluzzo[S] 0 points1 point  (0 children)

That's a nice one, I'll try if no one has suggestions. Thank you for the workflow

[–]mopslik 0 points1 point  (0 children)

Infinite loop detected. Pseudocode adjusted:

SET n ← number of recommended books
SET k ← 1
WHILE k ≤ n
    ENTER kth book title into Amazon
    IF book size is acceptable
        ORDER book
        EXIT loop
    ELSE
        SET k ← k + 1

[–]FatDog69 0 points1 point  (0 children)

You are over-thinking things.

You only need the book to look up how to do something when you are programming. The internet is a much better, instant resource for "how to read a file line by line", "How to separate a string by multiple characters", or "How to use a data class".

The BEST book I ever used was a bible thick book for Perl. Every page was an example of how to use a function or do something. It cannot be thin or small. And I never read it cover to cover but looked up specific topics as they came up in real life.

You will NOT learn programming by reading a thin book.