Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33543 > unrolled thread
| Started by | blockeduser@gmail.com |
|---|---|
| First post | 2012-11-19 08:14 -0800 |
| Last post | 2012-11-19 11:52 -0800 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | blockeduser@gmail.com |
|---|---|
| Date | 2012-11-19 08:14 -0800 |
| Subject | Paid Python work for 30mins - 1 hour |
| Message-ID | <ac4fa397-f181-4751-8770-169eb3fb47b9@googlegroups.com> |
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!
[toc] | [next] | [standalone]
| From | blockeduser@gmail.com |
|---|---|
| Date | 2012-11-19 08:17 -0800 |
| Message-ID | <63cfcfba-b0de-4690-a870-ef8f5102c275@googlegroups.com> |
| In reply to | #33543 |
Forgot to say, my email is blockeduser@gmail.com
[toc] | [prev] | [next] | [standalone]
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Date | 2012-11-19 10:33 -0800 |
| Message-ID | <7xhaolzbmh.fsf@ruckus.brouhaha.com> |
| In reply to | #33543 |
blockeduser@gmail.com writes: > 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 ... > If you are interested get in touch! You could just type "python s3 upload" into web search and see if you can use the stuff that turns up. More realistically I'm not sure it makes sense to set up a 30 minute / 1 hour development gig, especially without a completely precise specification up front. There will have to be some back-and-forth about the user interface, the script will have to be tested, the developer will need access to an S3 account if s/he doesn't have it already, etc. So it's likely to end up taking longer than 1 hour even though the task is pretty simple. But, maybe someone will take you up on it, and if it turns out to be more trouble than it was worth, at least they learned something. If you already have 50% of the code written, what's preventing you from doing the other 50% yourself? If you're hitting snags, maybe you could post what you have so far, and ask for advice.
[toc] | [prev] | [next] | [standalone]
| From | Mark Adam <dreamingforward@gmail.com> |
|---|---|
| Date | 2012-11-19 13:08 -0600 |
| Message-ID | <mailman.6.1353352118.29569.python-list@python.org> |
| In reply to | #33543 |
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
[toc] | [prev] | [next] | [standalone]
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Date | 2012-11-19 11:52 -0800 |
| Message-ID | <7xd2z9s74v.fsf@ruckus.brouhaha.com> |
| In reply to | #33549 |
Mark Adam <dreamingforward@gmail.com> writes: > You might consider putting your request on elance.com or guru.com > where you can hire programmers for small projects like this. Even though the coding task is very small, I think it's unrealistic to scope it at less than 2-4 hours, given communication overhead etc. It would be quicker if it were done in person.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web