Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.133 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.74; '*S*': 0.00; 'python.': 0.02; 'adam': 0.16; 'anyone?': 0.16; 'all.': 0.16; 'hey': 0.18; 'app': 0.19; 'coding': 0.22; 'subject:Code': 0.24; 'code': 0.31; 'another': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; '2.6': 0.36; 'doing': 0.36; 'subject:?': 0.36; 'wrong': 0.37; 'list.': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'tell': 0.60; 'new': 0.61; 'header:Message-Id:1': 0.63; 'chance': 0.65; 'relatively': 0.65; 'charset:windows-1252': 0.65; 'increase': 0.74; 'received:108': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=pl4lnZfy8Potx6Ed1+1AapM5dr5oIwa4z/aw6f+k05o=; b=gnP1Bw9w3vKPdL5WFdDn1D7boVLFMk9HgWVtVGNcDlYwbUAZ3gyPVlOp9R1f4SsfXe SykQHqDyp1MJyclsOcYa2MBQNPt0N4nQQIxC69ETeTWeXnqg+OxqPzxPLH8ghql7N5Nu IdFLLu77jxLAlb20I0aFbOXxbOKB7nxEx0iL4i/7oLqF2iNqHdDg9tV0HYf6wSonTkIC lK/Ri9TgDkw44H0CJ6tv6cdhl/vl7cRieeXbPrq5VPODfmmwVRsxgL2V0wc+JOWSdoNf frXBGDU0M8V8C2UQmTB/SWAySUB9v1uoaiPVQLfBgk+w7WfXxdOn2xz59Su6okzhM4Yd l5Aw== X-Received: by 10.49.15.202 with SMTP id z10mr41269235qec.46.1389630589675; Mon, 13 Jan 2014 08:29:49 -0800 (PST) From: Adam Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Code review? Date: Mon, 13 Jan 2014 11:29:47 -0500 To: python-list@python.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389630597 news.xs4all.nl 2962 [2001:888:2000:d::a6]:41768 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63837 Hey all. New to the list. I=92m working on a web app with 2.6 and = Flask. I=92m still relatively new to python. Is there a chance to get = a code review from anyone? I really want someone to just tear up my = code and tell me how to increase my efficiency and what I=92m doing = wrong (and how to upload images via a form in Flask, but that=92s = another story). Happy coding Adam=