Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.044 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'python.': 0.02; 'php.': 0.07; 'assuming': 0.09; 'deploy': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'suggest': 0.14; '24,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hint': 0.16; 'do,': 0.16; 'wrote:': 0.18; 'trying': 0.19; '>>>': 0.22; 'code,': 0.22; 'example': 0.22; 'cc:addr:python.org': 0.22; 'server.': 0.24; 'cc:2**0': 0.24; 'sort': 0.25; 'this:': 0.26; 'web.': 0.26; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; '[1]': 0.29; 'am,': 0.29; 'tim': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'chase': 0.31; 'with,': 0.31; 'text': 0.33; 'there,': 0.34; 'maybe': 0.34; 'something': 0.35; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'building': 0.35; 'really': 0.36; '(we': 0.36; "he's": 0.36; 'web,': 0.36; 'url:org': 0.36; 'project': 0.37; 'whatever': 0.38; 'list,': 0.38; 'sure': 0.39; 'enough': 0.39; 'how': 0.40; 'catch': 0.60; 'experts': 0.60; 'most': 0.60; "you're": 0.61; 'complete': 0.62; 'show': 0.63; 'talking': 0.65; 'world': 0.66; 'mar': 0.68; '2015': 0.84; 'flies': 0.84; 'obvious.': 0.84; 'short,': 0.84; 'snake': 0.84; 'subject::': 0.85; 'edwards': 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=QXvIMPaEuFaNp2HC4dtmpAhqMhpvR2Vv/bbFUMw2KwA=; b=pSM7pb+99DKMKmgmvT1ZtJP/P4FJ4ATv8sqjrO9p7nMDtAUM3QGzhp4FGWAjPfojY6 LyaYP7OjlIlqdON9XxhoeFKd5N94ea0azQ7Z4Oj2JWBPOw1qb3TljAxISrzHi2V6GkrI LduPvB68/pVg71Pvt4SnFxgTtOzRCRHSzqqqH9XU2TdvU7srHvXPr70vM3nz780U24xw 6PkX8CwTXTedFc83BymedAF3Ja5gsgGzYkMeR190WktBdb1I7oU8mb+WHdPXljLylB48 dJhJvndFAIvyBtOukqArR8yB2ltwcWtlOdaMaz7t+Re/bDq4/PW3lXTqiHr8928B+Pzu jU4g== MIME-Version: 1.0 X-Received: by 10.43.38.144 with SMTP id ti16mr20780631icb.26.1427130376035; Mon, 23 Mar 2015 10:06:16 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Mar 2015 04:06:15 +1100 Subject: Re: From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427130821 news.xs4all.nl 2908 [2001:888:2000:d::a6]:50902 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87838 On Tue, Mar 24, 2015 at 3:57 AM, Grant Edwards wrote: > On 2015-03-23, Tim Chase wrote: >> On 2015-03-23 21:19, Chandra Prashad mishra wrote: >>> I want to know hint about web development... can any one get me... >> >> Use your text editor and deploy your project to a web server. > > The most important hint is don't use PHP. PHP is some sort of cruel > practical joke. Since he's asking on a Python list, that hint may be > moot... I'm not sure why you're all assuming the OP means the World Wide Web, here. Maybe this is a spider asking why no flies have been caught lately. If you show us one of your existing webs, we may be able to suggest some alternative layouts for the strands. But whatever it is you need help with, you really need to show us a Short, Self-Contained, Compilable Example [1] and what you're trying to accomplish. Something like this: "Hi, I'm trying to build a web strong enough to catch a python. Whatever I do, the snake manages to get through my strands. Here's how I'm building my web:" and then follow up with the complete 3D image of your web. From there, we'll be able to help you out (we ARE experts on pythons, you know!) Of course, if you were talking about code, then the parallels are obvious. Show us your current code, and what you need it to be doing. All the best! ChrisA [1] http://sscce.org/