Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33549
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dreamingforward@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.005 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'file)': 0.07; 'parameter': 0.07; 'scripts': 0.09; 'python': 0.09; 'cc:addr:python-list': 0.10; 'hire': 0.15; 'commandline': 0.16; 'doing,': 0.16; 'luck,': 0.16; 'touch!': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'written,': 0.17; 'code,': 0.18; 'parameters': 0.20; 'putting': 0.20; 'cc:2**0': 0.23; 'amazon': 0.24; 'cc:no real name:2**0': 0.24; 'command': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'probably': 0.29; 'this.': 0.29; 'knows': 0.30; 'folder': 0.30; 'basic': 0.30; 'code': 0.31; 'file': 0.32; 'could': 0.32; 'received:google.com': 0.34; 'done': 0.34; 'nov': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'add': 0.36; 'really': 0.36; 'programmers': 0.36; 'correctly': 0.37; 'two': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'store': 0.38; 'short': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'most': 0.61; 'dont': 0.64; 'grab': 0.64; 'charset:windows-1252': 0.65; '50%': 0.81; 'recent,': 0.84 |
| 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:to :cc:content-type:content-transfer-encoding; bh=zDVZjF+Cy9a6I5SaxfEyXv5nRWUPyNI9BmDIryQPiyc=; b=QTTgTFV/YCNsPwJ8cuClyjsgg4L5E7bV2wceX1zC09uyaokGGK4C0jiImA0WOXcffS DxL9C82Hv8nw+6M2vQ1Ay+ibknoikOEJ2WWkrn2mQ2jG+nPKx89y0aT0dUt9DZtpC09F zsIa6O0U6f4lWLzBhXzucdUNSjaKAsF+pzuPaTJcyUSxNOfu36O7A4Ko+NjqXDJu6FxR FDnLL6Ycfnv4SomzHNcXFP0rOgSk8n5JEYOPcMehvJOHMLRDCbTiiCaOzs98SNYCOJsW 0ik91ZBSHFJz2zoQA/9ezM+UZyDRVi5jhUTiVKTqt6RRsaLXoqPxy9DovEl5xOYO/U4c S0Ww== |
| MIME-Version | 1.0 |
| In-Reply-To | <ac4fa397-f181-4751-8770-169eb3fb47b9@googlegroups.com> |
| References | <ac4fa397-f181-4751-8770-169eb3fb47b9@googlegroups.com> |
| Date | Mon, 19 Nov 2012 13:08:35 -0600 |
| Subject | Re: Paid Python work for 30mins - 1 hour |
| From | Mark Adam <dreamingforward@gmail.com> |
| To | blockeduser@gmail.com |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| 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.6.1353352118.29569.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1353352118 news.xs4all.nl 6910 [2001:888:2000:d::a6]:48929 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:33549 |
Show key headers only | View raw
On Mon, Nov 19, 2012 at 10:14 AM, <blockeduser@gmail.com> wrote: > I have three scripts that I would like written, they are designed to do the following: > > Backup.py – Zip a folder and store it on amazon S3 using BOTO with the date and time as the folder name. > > Restore.py – Grab a file from S3 and download it and then unzip it in the right location with two commandline parameters (1 = Get most recent, 2 = Get specific file) > > Import.py – Check that I have done this correctly and add command line parameter for changing the command > > This code is probably 50% completed already and if someone knows what they are doing, could be completed in a very short time. It is really basic Python code, I just dont know python myself. > > If you are interested get in touch! You might consider putting your request on elance.com or guru.com where you can hire programmers for small projects like this. Good luck, mark
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Paid Python work for 30mins - 1 hour blockeduser@gmail.com - 2012-11-19 08:14 -0800
Re: Paid Python work for 30mins - 1 hour blockeduser@gmail.com - 2012-11-19 08:17 -0800
Re: Paid Python work for 30mins - 1 hour Paul Rubin <no.email@nospam.invalid> - 2012-11-19 10:33 -0800
Re: Paid Python work for 30mins - 1 hour Mark Adam <dreamingforward@gmail.com> - 2012-11-19 13:08 -0600
Re: Paid Python work for 30mins - 1 hour Paul Rubin <no.email@nospam.invalid> - 2012-11-19 11:52 -0800
csiph-web