←back to thread

439 points david927 | 1 comments | | HN request time: 0.206s | source

What are you working on? Any new ideas which you're thinking about?
Show context
marcuskaz ◴[] No.44416786[source]
I finally compiled and expanded on all my various blog posts, tutorials and other Python goodness into a book: Working with Python. It is available as a free pdf download at: https://mkaz.blog/working-with-python/

It's grown over a dozen or so years and when I finally decide to compile into a book, everyone now uses AI and no longer read and learn from books but instead through LLMs.

replies(3): >>44416865 #>>44416934 #>>44418226 #
ok_dad ◴[] No.44416934[source]
> everyone now uses AI and no longer read and learn from books

Not me, I read the shit out of documentation and also books like yours which distill knowledge from professionals down to a bunch of useful points. I have never not learned something (even if I knew and forgot it) from reading a good book about "Working with X".

Thanks for your hard work, and for giving it away to others gratis.

Edit: the string formatting cookbook has a ton of useful info that I always forget how to use, I'm going to bookmark your site by this page: https://mkaz.blog/working-with-python/string-formatting

replies(1): >>44417507 #
1. marcuskaz ◴[] No.44417507[source]
The string formatting article definitely has been my most popular post for years. I'm glad you found it useful, and thanks for the kind words