Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51941
| 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 | <torriem+gmail@torriefamily.org> |
| 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 <torriem@gmail.com> |
| 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 <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.193.1375657122.1251.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python script help cool1574@gmail.com - 2013-07-30 07:49 -0700
Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-07-30 16:38 +0100
Re: Python script help cool1574@gmail.com - 2013-07-30 08:49 -0700
Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-07-30 16:58 +0100
Re: Python script help cool1574@gmail.com - 2013-07-30 09:10 -0700
Re: Python script help cool1574@gmail.com - 2013-07-30 09:12 -0700
Re: Python script help Cameron Simpson <cs@zip.com.au> - 2013-07-31 07:47 +1000
Re: Python script help Joshua Landau <joshua@landau.ws> - 2013-07-31 07:24 +0100
Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-07-30 17:22 +0100
Re: Python script help Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2013-07-30 18:58 +0200
Re: Python script help Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-07-30 17:32 +0200
Re: Python script help Denis McMahon <denismfmcmahon@gmail.com> - 2013-07-31 05:08 +0000
Re: Python script help cool1574@gmail.com - 2013-07-31 01:15 -0700
Re: Python script help alex23 <wuwei23@gmail.com> - 2013-08-01 10:57 +1000
Re: Python script help Alister <alister.ware@ntlworld.com> - 2013-08-01 10:39 +0000
Re: Python script help Piet van Oostrum <piet@vanoostrum.org> - 2013-08-23 22:37 -0400
Re: Python script help cool1574@gmail.com - 2013-08-01 09:02 -0700
Re: Python script help Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-08-02 10:44 +0200
Re: Python script help cool1574@gmail.com - 2013-08-02 02:46 -0700
Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-08-02 11:01 +0100
Re: Python script help cool1574@gmail.com - 2013-08-04 08:57 -0700
Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-08-04 17:20 +0100
Re: Python script help Michael Torrie <torriem@gmail.com> - 2013-08-04 16:58 -0600
Re: Python script help Jake Angulo <jake.angulo@gmail.com> - 2013-08-05 10:30 +1000
csiph-web