• i know basic programming.. school level programming

    From nobbie gamer@21:1/5 to All on Thu Jul 20 10:23:57 2023
    School level programming with Java. Later I got hooked into programming so I started to research more and choose to learn Python as it was much less complicated than Java. Basic syntax is understood by me. Please suggest a book to learn python from for
    my perspective.

    -Cheers.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Ram@21:1/5 to nobbie gamer on Thu Jul 20 18:24:09 2023
    nobbie gamer <[email protected]> writes:
    Please suggest a book to learn python from for my perspective.

    Check out these resources:

    "Object-Oriented Programming in Python Documentation" - a PDF file, Introduction to Programming Using Python - Y Daniel Liang (2013),
    How to Think Like a Computer Scientist - Peter Wentworth (2012-08-12),
    The Coder's Apprentice - Pieter Spronck (2016-09-21), and
    Python Programming - John Zelle (2009).

    And I should not forget to mention the resources from
    Python org:

    Python Tutorial
    The Python Library Reference
    The Python Language Reference
    (and more ...)

    which I prefer to download as PDF files and then modify my
    local environment so that I can open each of them with just
    a two or three keystrokes. (Some advanced learners who already
    know other languages might prefer these references to books.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)