in reply to PDL Book as epub?

Not directly answering the question, but I consider this relevant for learning PDL: I found the shell pdl2 incredibly useful. PDL is a bit special because it imports lot of stuff into your namespace, but for interactive use this is exactly what you want. The demo command of this shell is amazing. I use pdl2 a lot to check whether I understood the docs correctly. Also, it is very easy to visualize data sets by drawing them interactively in 2D and 3D.

Replies are listed 'Best First'.
Re^2: PDL Book as epub?
by etj (Priest) on Aug 10, 2024 at 04:40 UTC
    I've never really got into using the pdl2 shell; I find perldl works great for me.

    The PDL website at https://pdl.perl.org/ had the first chapter (only) of The Book linked from the left sidebar. Had, you say? Yes. Now the same link is to the entire thing in one (somewhat large) web page. Comments welcome.