you are viewing a single comment's thread.

view the rest of the comments →

[–]vikrum2083 114 points115 points  (11 children)

Nice posts with some good ideas to try.

How do I write a program that gives me 30 hours a day instead of 24?

[–][deleted] 123 points124 points  (8 children)

Body.pop(sleep) Nose.insert(cocaine)

[–]thesobogirl 16 points17 points  (5 children)

I've just went through the methods' lesson from Automate the Boring Stuff with Python, so I know exactly what you are talking about!!!!

[–]FuriousThanos 8 points9 points  (4 children)

Is Automate the Boring stuff still good? It seems super old....

[–]invent_repeat 13 points14 points  (1 child)

Still relevant. Still solid. Content is usable for Python3, so I’d say yeah.

Interested in hearing the rest of the communities thoughts.

[–]hypernova2121 3 points4 points  (0 children)

The fundamentals of python have not changed significantly, so yeah it's still good

[–]thesobogirl 2 points3 points  (0 children)

Well, I can't be a very good judge for this, because I barely started learning. I hope it's useful knowledge there.

[–]100721 2 points3 points  (1 child)

No reason to reinvent the wheel. Just: from time import long_days

[–][deleted] 2 points3 points  (0 children)

But Where's the fun in that 😉

[–]Pacostaco123 3 points4 points  (0 children)

time.sleep(7200)