Probably a better idea: a book focused on Perl itself; namely Learning Perl ( AKA "The Camel" and(brainfog! See first reply, below and TY AppleFritter) widely regarded as the gold standard for those introducing themselves to Perl) rather than a text diluted by OS info/restrictions.

You might also consider free-and-open educational (college and U) sites which offer tutorials; and would likely profit by simply using your favor search engine with the terms "Perl Tutorial" or "Perl primer" or something similar.

For *nix, there are many books; enormous amounts on online info; and, likely, local or regional schools that will also do better by you than a mashed up into to *nix (of whatever flavor) and a programming language. Disclaimer: I know nothing about the book you initially cite, positive or negative... but I am confident that Learning Perl would serve you well.

For Python advice, suggest you address your question to the appropriate Stack Overflow realm or seek out a site focused on Python.


In reply to Re: UNIX and Perl to the Rescue --like book for Python? by ww
in thread UNIX and Perl to the Rescue --like book for Python? by ndo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.