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


Groups > comp.lang.python > #60824

Re: Python project

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <jsf80238@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.126
X-Spam-Level *
X-Spam-Evidence '*H*': 0.75; '*S*': 0.01; 'python.': 0.02; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'python': 0.11; 'django': 0.11; 'trying': 0.19; 'subject:project': 0.19; 'example': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'tutorials': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'piece': 0.31; 'says': 0.33; 'sense': 0.34; 'maybe': 0.34; 'could': 0.34; 'no,': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'there': 0.35; 'html,': 0.36; 'like,': 0.36; 'too': 0.37; 'project': 0.37; 'being': 0.38; 'anything': 0.39; 'how': 0.40; 'read': 0.60; 'new': 0.61; 'simple': 0.61; 'first': 0.61; 'you.': 0.62; 'kind': 0.63; 'city': 0.66; 'reply': 0.66; "else's": 0.84; 'learn.': 0.84; 'us?': 0.84; 'joel': 0.91; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=SsZ5yWu4ugM1t3mQYWI2NBbCgnWAr0coSN9tSb3IQqM=; b=Rzs0rWgcexUo5uKImMnenZ/ySqkgaz3L0Baz3KO4//Oz6ZmKoSneBg/zsOl4Y7G8kD p219VdDBn8SLW21uyapMUc2viTsojVXfKhES75Wql+oY8Vmc/71k6rapqCTxggAuM/U0 Mb3ktfvJHCK50hmYAmaZO15FPlHhSgmrO5aYlGHFI/nCVwQgSXLiz2p6BZdNMHZ2mLPU 9zXyQHhzWabp4nHBGJgO1Y1pWfM7Aj9m5dgycqJLqMqo90RwQnZGSDfly6DeUlFhFnC1 PlpZwoL4/NjiFjOjmb3CVRsk8jYG1Pmb4Uu+VYBMLBDOyC+2I+SyFNS9kmaGQ7CvY5Xg W/Jg==
MIME-Version 1.0
X-Received by 10.42.250.148 with SMTP id mo20mr35990043icb.34.1385867072812; Sat, 30 Nov 2013 19:04:32 -0800 (PST)
In-Reply-To <CAPM-O+xb+2A01-sLc43gQUn+mWifkdeo9_-KNuRZkOf1aN+q4g@mail.gmail.com>
References <1a6f79b5-afc4-48db-abc6-66ecf8448466@googlegroups.com> <mailman.3346.1385608534.18130.python-list@python.org> <c12d75c8-b3c5-4db1-ab12-fa08d0acd45c@googlegroups.com> <CAPM-O+xb+2A01-sLc43gQUn+mWifkdeo9_-KNuRZkOf1aN+q4g@mail.gmail.com>
Date Sat, 30 Nov 2013 20:04:32 -0700
Subject Re: Python project
From Jason Friedman <jsf80238@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.3433.1385867077.18130.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1385867077 news.xs4all.nl 15940 [2001:888:2000:d::a6]:49662
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:60824

Show key headers only | View raw


> To be perfectly honest, this is much too large a project for you.  First
> read some python tutorials and learn how to code in python.  If you work it
> every day, maybe you can kind of understand what its about in a very
> superficial sense in a month.  However, if you are having fun learning, then
> add a new small piece to learn.

Joel may be too pessimistic.

The OP (Richard) says he wants to create an "online city guide start
with my own city".  I could see that as being anything from a few
simple HTML pages all the way to a database-backed Django site.  Is
there an example of a guide to someone else's city that you are trying
to emulate?  If yes, reply with the link/s.  If no, and because you
know HTML, can you create a mock-up of what you would like your end
result to look like, and then share those links with us?

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


Thread

Python project ngangsia akumbo <ngangsia@gmail.com> - 2013-11-27 17:43 -0800
  Re: Python project Dave Angel <davea@davea.name> - 2013-11-27 21:42 -0500
    Re: Python project ngangsia akumbo <ngangsia@gmail.com> - 2013-11-28 15:34 -0800
  Re: Python project Johannes Findeisen <mailman@hanez.org> - 2013-11-28 04:07 +0100
    Re: Python project ngangsia akumbo <ngangsia@gmail.com> - 2013-11-28 15:43 -0800
      Re: Python project Johannes Findeisen <mailman@hanez.org> - 2013-11-29 01:09 +0100
      Re: Python project Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-28 19:12 -0500
      Re: Python project Jason Friedman <jsf80238@gmail.com> - 2013-11-30 20:04 -0700

csiph-web