Deutsch English Français Italiano |
<learning-20241028020658@ram.dialup.fu-berlin.de> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!not-for-mail From: ram@zedat.fu-berlin.de (Stefan Ram) Newsgroups: comp.lang.python Subject: Re: learning Python Date: 28 Oct 2024 01:08:45 GMT Organization: Stefan Ram Lines: 34 Expires: 1 Jul 2025 11:59:58 GMT Message-ID: <learning-20241028020658@ram.dialup.fu-berlin.de> References: <mailman.53.1730070059.4695.python-list@python.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de x6RjxdXkV9H4zEfGaI128w7I4n3kncMTai+LLz/U9vPFiQ Cancel-Lock: sha1:2rV6qX0+JzzDjlI4X+k0OYIqV+I= sha256:HZSHbE9bpIc2OYEa4Yr0cwRdxt2EdT6ZgMvzcYCQfM0= X-Copyright: (C) Copyright 2024 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. X-No-Archive: Yes Archive: no X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. X-No-Html: yes Content-Language: en-US Bytes: 2529 o1bigtenor <o1bigtenor@gmail.com> wrote or quoted: >Greetings >There are mountains of books out there. >Any suggestions for documents for a just learning how to program and >starting with Python (3)? 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 two or three keystrokes. (Some advanced learners who already know other languages might prefer these references to books.) >Preference to a tool where I would be learning by doing - - - that >works well for me. In this case, you should select sources by whether they include exercises.