Deutsch English Français Italiano |
<mailman.54.1730076823.4695.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!fu-berlin.de!uni-berlin.de!not-for-mail From: dn <PythonList@DancesWithMice.info> Newsgroups: comp.lang.python Subject: Re: learning Python Date: Mon, 28 Oct 2024 13:53:29 +1300 Organization: DWM Lines: 17 Message-ID: <mailman.54.1730076823.4695.python-list@python.org> References: <CAPpdf58H6fUNVE=9h4PoJPM1M-7oNTgtE4FczwuYAfCx8BJtTw@mail.gmail.com> <540111dc-a5e6-4582-8981-66974f10d3d3@DancesWithMice.info> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de AloYgDzD4NH+ndW+YlRuaQdAsTUSc9setUQraFkvC8Ng== Cancel-Lock: sha1:tbNLSm81VbH6JE6yHqkSuFpT8ZQ= sha256:zJ216osimmGzdmRMLvyLyREb7ceg4n6UJh+zKJhlD5I= Return-Path: <PythonList@DancesWithMice.info> X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org Authentication-Results: mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=danceswithmice.info header.i=@danceswithmice.info header.b=eydSL01S; dkim-adsp=pass; dkim-atps=neutral X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '(for': 0.05; '=dn': 0.09; 'from:addr:danceswithmice.info': 0.09; 'from:addr:pythonlist': 0.09; 'python)': 0.09; 'subject:Python': 0.12; 'edx': 0.16; 'message-id:@DancesWithMice.info': 0.16; 'o1bigtenor': 0.16; 'received:cloud': 0.16; 'received:rangi.cloud': 0.16; 'wrote:': 0.16; 'python': 0.16; 'to:addr:python-list': 0.20; 'suggestions': 0.28; 'header:User-Agent:1': 0.30; 'program': 0.32; 'python-list': 0.32; 'header:Organization:1': 0.32; 'there': 0.33; 'header:In- Reply-To:1': 0.34; 'received:192.168': 0.37; 'me.': 0.64; 'documents': 0.65; 'tool': 0.65; 'well': 0.65; 'harvard': 0.84; 'mountains': 0.84 DKIM-Filter: OpenDKIM Filter v2.11.0 vps.rangi.cloud DBB8856C8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=danceswithmice.info; s=staff; t=1730076815; bh=vyMW9NT7JxHPoRgPWeb6zCJtEdQHotAgVXYdkpOEF0s=; h=Date:From:Subject:To:References:In-Reply-To:From; b=eydSL01Sy378aWzkP5q8nOBa1A4OwKIbnVC40cOS5fukZBZKjZW5lVrfa+9qcqWxn ZJbSs8g5+uzu/M8R/z3oMOo+KpGJDK2O5GApMcL4n+VXdvIxgB97Y4n9YhMDTd5WT+ KSQN7SuhtLyRZD76AAJO897/dhkSQ8NljkIU0XecK4r4crr3GEg23C0W5TbCYQHrQY yjbptKd7CUAHNi0BaOKKJE6gc9qpYMoEVAxh/s45laD5M0povDmt7r5nUyq6OSQdvW cl94uFS3ghdqFuZtlhMLqHRdHnunlHhV4kyVDvIX8eDEGTY4TmI9A0t04KFpPtdjeQ l4++VIpk5+u9Q== User-Agent: Mozilla Thunderbird Content-Language: en-US In-Reply-To: <CAPpdf58H6fUNVE=9h4PoJPM1M-7oNTgtE4FczwuYAfCx8BJtTw@mail.gmail.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: General discussion list for the Python programming language <python-list.python.org> List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> List-Archive: <https://mail.python.org/pipermail/python-list/> List-Post: <mailto:python-list@python.org> List-Help: <mailto:python-list-request@python.org?subject=help> List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> X-Mailman-Original-Message-ID: <540111dc-a5e6-4582-8981-66974f10d3d3@DancesWithMice.info> X-Mailman-Original-References: <CAPpdf58H6fUNVE=9h4PoJPM1M-7oNTgtE4FczwuYAfCx8BJtTw@mail.gmail.com> Bytes: 3805 On 28/10/24 11:51, o1bigtenor via Python-list wrote: > Greetings > > There are mountains of books out there. > > Any suggestions for documents for a just learning how to program and > starting with Python (3)? > > Preference to a tool where I would be learning by doing - - - that > works well for me. Coursera and edX have many courses. Harvard CS50-P (for Python) may suit... -- Regards, =dn