Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63772

Re: Python example source code

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <bgailer@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.058
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'subject:Python': 0.06; 'subject:code': 0.07; 'python': 0.11; 'topic?': 0.16; 'topics': 0.16; 'wrote:': 0.18; 'examples': 0.20; 'example': 0.22; 'header :User-Agent:1': 0.23; 'source': 0.25; 'tutorials': 0.26; 'header :In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'leave': 0.29; 'am,': 0.29; 'code': 0.31; 'maybe': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'list': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'most': 0.60; 'address': 0.63; 'to:addr:gmail.com': 0.65; 'examples.': 0.84; 'subject:source': 0.84; 'these.': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=BO4cqesenf9AWKMpd49Wyu7i2tOF+VjLt5jN7NzSIEQ=; b=ZkB6+IzYd9xj11rvM3hpLANvrAZtGCbP4DRKRuP9/Zet5gZZZt+O2b+ppqacD4W3tL MzTtcxmUyP+eXCDj51Irii8QMH9DLbzREZjKLIOQZ1+F3kmJ7VpkMjfR3F3QrnNsUJMT szo3gCZ2vGLZwljyu0LV5SgfCOBnBqHAZX4BmuQpwyy4WqeHVnYZ+iJPkql5+S5Ttgch IWahX+uhpkjCVbTWCNa1pZaLHAAtyh20lW3v2cb/vQ/QwCtojH1b7Ore6YASDdmmVVJ5 HcnnASmJ600QKKXjY0OuHydpDDkh4b00uiJz9weQhbK3GqeAMI0id24NbTtLbOg/GT2O btow==
X-Received by 10.224.124.74 with SMTP id t10mr29650169qar.40.1389538451990; Sun, 12 Jan 2014 06:54:11 -0800 (PST)
Date Sun, 12 Jan 2014 09:53:41 -0500
From bob gailer <bgailer@gmail.com>
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
MIME-Version 1.0
To ngangsia akumbo <ngangsia@gmail.com>, python-list@python.org
Subject Re: Python example source code
References <f4ae5a01-6697-4ed0-84b8-4c9c0182b3e9@googlegroups.com>
In-Reply-To <f4ae5a01-6697-4ed0-84b8-4c9c0182b3e9@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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 <http://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>
Newsgroups comp.lang.python
Message-ID <mailman.5368.1389538455.18130.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389538455 news.xs4all.nl 2951 [2001:888:2000:d::a6]:33017
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63772

Show key headers only | View raw


On 1/12/2014 9:37 AM, ngangsia akumbo wrote:
> where can i find example source code by topic?
There are several Python tutorials on the internet. They have good code 
examples.

Most modules also have module-specific examples.

There are also some web sites that may address your needs. I will leave 
it to others to list these.

What do you mean by topic? Give us some examples of topics and maybe we 
can help more.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python example source code ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 06:37 -0800
  Re: Python example source code bob gailer <bgailer@gmail.com> - 2014-01-12 09:53 -0500
  Re:Python example source code Dave Angel <davea@davea.name> - 2014-01-12 10:06 -0500
    Re: Python example source code ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 07:13 -0800
      Re: Python example source code Joel Goldstick <joel.goldstick@gmail.com> - 2014-01-12 11:38 -0500
        Re: Python example source code ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 08:59 -0800
  Re: Python example source code Emile van Sebille <emile@fenx.com> - 2014-01-12 08:52 -0800
    Re: Python example source code ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 09:06 -0800
  Re: Python example source code memilanuk <memilanuk@gmail.com> - 2014-01-12 09:47 -0800
  Re: Python example source code Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-12 23:16 +0000
  Re: Python example source code Koray YILMAZ <kyilmaz80@gmail.com> - 2014-01-13 23:41 -0800

csiph-web