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


Groups > comp.lang.python > #47681

Re: PyGame tutorial?

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.184
X-Spam-Level *
X-Spam-Evidence '*H*': 0.66; '*S*': 0.03; 'link,': 0.16; 'menu.': 0.16; 'navigation': 0.16; 'pygame': 0.16; 'pygame.org': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'there.': 0.32; 'probably': 0.32; 'stuff': 0.32; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'forum': 0.61; 'more': 0.64; 'here': 0.66; 'direct': 0.67; 'click': 0.77; 'look.': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Ht1/1R4f7ei8/KwYnSenACjevT/lfNCrKkIf4tnoxjA=; b=gGp5o46zw46Y+tSB6E4uznVkkCoklCjjuZ+3DD+MP4fzWcNfXxUbmEEA9lZDQRM+ZP ZbSl9/IgO9swwrj//Mdh1Dika4ELLaFeCYiZiZHIM7bxKLkySf2HuAgmkV0cawuoiw5J jNIRv+ig335oZj3JTefOvXwcN1Bu3+RPOQr2BmNmuxp8/R36M/WMASMp2jkSZVkd/diy Kd76EeOUTALaqp2psRQ9mVUgNR8JZMVnaL965ihfd28Wt9PYQLA3NvSKRiDaaAl+8hME QKp6ra4RZdAcqUwH8WcNcgy3rrgMaHuBhdN1sZfrjGZTh7v/DuhRTQy6tDodQuqCP7OU toDA==
X-Received by 10.68.191.167 with SMTP id gz7mr16041676pbc.16.1370970824434; Tue, 11 Jun 2013 10:13:44 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <c1c2bc70-ea99-4736-a709-174060803766@googlegroups.com>
References <b3db43fc-8e80-4e94-a59e-51f0f8dabee2@googlegroups.com> <mailman.3026.1370966457.3114.python-list@python.org> <c1c2bc70-ea99-4736-a709-174060803766@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Tue, 11 Jun 2013 11:13:04 -0600
Subject Re: PyGame tutorial?
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3030.1370970833.3114.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1370970834 news.xs4all.nl 15988 [2001:888:2000:d::a6]:38508
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:47681

Show key headers only | View raw


On Tue, Jun 11, 2013 at 10:56 AM, Eam onn <letsplaysforu@gmail.com> wrote:
> Also, is there a specific forum for PyGame or is here fine?

Go to pygame.org and click the link "Help (irc, lists)" in the
navigation menu.  I could give you the direct link, but I want to
point out that this stuff is readily available on the pygame website,
if you would bother to look.

You can ask here, but you would probably find more and better help there.

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


Thread

PyGame tutorial? Eam onn <letsplaysforu@gmail.com> - 2013-06-11 08:47 -0700
  Re: PyGame tutorial? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-11 10:00 -0600
    Re: PyGame tutorial? Eam onn <letsplaysforu@gmail.com> - 2013-06-11 09:56 -0700
      Re: PyGame tutorial? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-11 11:13 -0600
  Re: PyGame tutorial? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-11 17:31 +0100
    Re: PyGame tutorial? Eam onn <letsplaysforu@gmail.com> - 2013-06-11 09:57 -0700
      Re: PyGame tutorial? Alister <alister.ware@ntlworld.com> - 2013-06-11 17:19 +0000
      Re: PyGame tutorial? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-11 11:23 -0600
  Re: PyGame tutorial? Larry Hudson <orgnut@yahoo.com> - 2013-06-12 00:30 -0700

csiph-web