Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'scripts': 0.03; 'subject:Python': 0.06; 'urllib2': 0.07; 'subject:help': 0.08; 'messing': 0.09; 'parsing': 0.09; 'proficient': 0.09; 'subject:script': 0.09; 'tutorials,': 0.09; 'python': 0.11; '(there': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'general.': 0.16; 'inspiration': 0.16; 'language': 0.16; 'wrote:': 0.18; 'examples': 0.20; 'seems': 0.21; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'progress.': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'code': 0.31; "we're": 0.32; 'there,': 0.34; 'really': 0.36; 'programming,': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'received:org': 0.40; 'how': 0.40; 'read': 0.60; 'then,': 0.60; 'first': 0.61; "you'll": 0.62; 'email addr:gmail.com': 0.63; 'become': 0.64; 'dont': 0.67; 'task,': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 04 Aug 2013 16:58:26 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python script help References: <4566d0e7-2576-4d09-83f5-fca3b370710a@googlegroups.com> <1faf05ad-2cd4-497e-a605-db4650c04103@googlegroups.com> In-Reply-To: <1faf05ad-2cd4-497e-a605-db4650c04103@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375657122 news.xs4all.nl 15945 [2001:888:2000:d::a6]:45610 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51941 On 08/02/2013 03:46 AM, cool1574@gmail.com wrote: > I do know some Python programming, I just dont know enough to put > together the various scripts I need...I would really really > appreciate if some one can help me with that... Seems like your first task, then, is to become proficient at python so that you can read the scripts you find and understand how they work so that you can then take that as inspiration for your own project. We're happy to answer questions about python programming in general. Good luck. Python is a really fun language and if you read the docs and tutorials, and start actually messing around with code (there are lots of examples of using urllib2 out there, and also parsing libraries), you'll make good progress.