On Mon, 2007-11-19 at 15:01 +0100, Florian Philipp wrote:
> Hi list!
> 
> I need a recommendation for a good book to learn Python for people
> experienced in C++ but not Bash, Java or CMD/Powershell.
> 
> It shouldn't focus on Linux all too much. 

Well, the usual answers are:

        python.org (official tutorial)
        _Learning Python_ (the O'Reilley book)
        _Programming Python_ (the O'Reilly book, how I learned Python)
        comp.lang.python (great newsgroup, excellent SNR)


But Bash/Powershell shouldn't be necessary to learn Python.  Bash has
little in common with Python.  Powershell can be thought of as a broken
Python/bash/Perl/whatever_else_they_could_think_of_to_throw_in.  Python
can be thought of as a fixed Java ;-)

-a

-- 
[EMAIL PROTECTED] mailing list

Reply via email to