What an amazing initiative — not least because they're providing something consumable for offline. Does anyone have any knowledge on the quality of this material? I'd love to dive into quite a few of them where I have surface-knowledge...
Agreed, this is incredible - especially to have something that can be perused in physical format. Looking through some of the examples for the languages I know well enough to judge, these seem to be good quality. As a simple case in point, for how to open a file in Python they only show using a context manager. Even though you can easily read files without that, it is the better, safer, perhaps slightly-more-intermed…
Programming Notes for Professionals books
31–40 of 65 posts
Re: Programming Notes for Professionals books
#32Earlier quoted context omitted.
I use a tool called "Dash.app" for Mac from Kapeli [1] (I've no affiliation with them). It allows me to download the documentation for a lot of development tools for offline consumption, these docs are called "Docsets", just to give you an idea of how many docsets it has check this link [3]. It makes also very easy to navigate and search. You can also download a "tag" from stackoverflow which is very useful. I know t…
As well as the browsers that use the docsets from Dash (e.g. Zeal [1] for Windows/Linux), there's DevDocs [2], a web-application that works offline and uses its own scraper. [1]: https://zealdocs.org/ [3]: https://devdocs.io/
Re: Programming Notes for Professionals books
#33Re: Programming Notes for Professionals books
#34https://meta.stackoverflow.com/questions/354217/sunsetting-d...
https://stackoverflow.com/documentation
https://archive.org/details/documentation-dump.7z
There is no indication that these books are curated or edited.
Re: Programming Notes for Professionals books
#35Re: Programming Notes for Professionals books
#36I'm tempted to print them for those moments when the internet is down and I still need to access SO.
Why do you need to kill trees just because the internet is down?
If there were no paper or wood products, those trees would be cut down to be replaced with homes, farmland, mining operations, etc. Owning land costs money, selling timber to the fiber & wood products industry actually preserves the forests occupying the land.
Re: Programming Notes for Professionals books
#37Re: Programming Notes for Professionals books
#38Is everyone aware that this is merely a dump of "Stack Overflow Documentation" (not Stack Overflow Q/A), repackaged in PDF format ? (Also a request for bitcoin donations.) https://meta.stackoverflow.com/questions/354217/sunsetting-d... https://stackoverflow.com/documentation https://archive.org/details/documentation-dump.7z There is no indication that these books are curated or edited.
Yes, it's stated on each book's page.
Re: Programming Notes for Professionals books
#39Is everyone aware that this is merely a dump of "Stack Overflow Documentation" (not Stack Overflow Q/A), repackaged in PDF format ? (Also a request for bitcoin donations.) https://meta.stackoverflow.com/questions/354217/sunsetting-d... https://stackoverflow.com/documentation https://archive.org/details/documentation-dump.7z There is no indication that these books are curated or edited.
> Is everyone aware that this is merely a dump of SO documentation, repackaged in PDF format ? Yes, it's stated on each book's page.
Re: Programming Notes for Professionals books
#40What an amazing initiative — not least because they're providing something consumable for offline. Does anyone have any knowledge on the quality of this material? I'd love to dive into quite a few of them where I have surface-knowledge...
The nice thing is the formatting and links to an online REPL where you can play with the code samples.
I think it will be a handy reference material.