Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71003 > unrolled thread
| Started by | Jessica McKellar <jessica.mckellar@gmail.com> |
|---|---|
| First post | 2014-05-06 19:31 -0700 |
| Last post | 2014-05-08 18:06 +0100 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.lang.python
Python under the sea and in space Jessica McKellar <jessica.mckellar@gmail.com> - 2014-05-06 19:31 -0700
Re: Python under the sea and in space sjmsoft@gmail.com - 2014-05-07 05:17 -0700
Re: Python under the sea and in space Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-05-08 00:34 +0000
Re: Python under the sea and in space sjmsoft@gmail.com - 2014-05-08 08:51 -0700
Re: Python under the sea and in space mm0fmf <none@mailinator.com> - 2014-05-08 18:06 +0100
| From | Jessica McKellar <jessica.mckellar@gmail.com> |
|---|---|
| Date | 2014-05-06 19:31 -0700 |
| Subject | Python under the sea and in space |
| Message-ID | <mailman.9723.1399429911.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hi folks, I'm trying to determine the greatest depth (in the ocean or underground) and highest altitude at which Python code has been executed. Please note that I'm interested in where the code was executed, and not, say, where data that Python analyzed was acquired. I know for example that NASA has analyzed plenty of data from space in Python, but the analysis was done in labs here on Earth. :) Do you have some good candidates? Please let me know! Regards, -Jessica
[toc] | [next] | [standalone]
| From | sjmsoft@gmail.com |
|---|---|
| Date | 2014-05-07 05:17 -0700 |
| Message-ID | <1ea091fc-d271-4f08-ab70-edfae941bf82@googlegroups.com> |
| In reply to | #71003 |
I don't suppose "eight miles high" in the figurative sense counts? Cheers, Steve J. Martin
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2014-05-08 00:34 +0000 |
| Message-ID | <536ad106$0$29965$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #71016 |
On Wed, 07 May 2014 05:17:14 -0700, sjmsoft wrote: > I don't suppose "eight miles high" in the figurative sense counts? I'm afraid I don't know what "eight miles high" in the figurative sense means. There's at least two songs by that name, and a German movie, and I wonder whether you're thinking of the "mile high club", but other than that, I'm lost. In any case, O doubt that Jessica is asking in a figurative sense. -- Steven D'Aprano http://import-that.dreamwidth.org/
[toc] | [prev] | [next] | [standalone]
| From | sjmsoft@gmail.com |
|---|---|
| Date | 2014-05-08 08:51 -0700 |
| Message-ID | <50c66635-828b-46f6-918d-5546c38d8c65@googlegroups.com> |
| In reply to | #71061 |
On Wednesday, May 7, 2014 9:34:14 PM UTC-3, Steven D'Aprano wrote: > I'm afraid I don't know what "eight miles high" in the figurative sense > means. I was referring to the Byrd's song "Eight Miles High"--purportedly a drug song. -- SJM
[toc] | [prev] | [next] | [standalone]
| From | mm0fmf <none@mailinator.com> |
|---|---|
| Date | 2014-05-08 18:06 +0100 |
| Message-ID | <SQOav.223$Sr2.100@fx08.am4> |
| In reply to | #71003 |
On 07/05/2014 03:31, Jessica McKellar wrote: > Hi folks, > > I'm trying to determine the greatest depth (in the ocean or underground) > and highest altitude at which Python code has been executed. > [snip] > Do you have some good candidates? Please let me know! > I have executed Python code (bottle web framework) on a Raspberry Pi at 590m ASL when hill walking. The Pi provides a Wifi AP and web server, pages are viewed on a smartphone browser, data entered on the web pages gets sent to an Iridium satellite modem over a USB/serial link. It then gets downlinked and stuffed on the web. 590m is not much but I only got it all working the other week and 590m is the biggest mountain I've been up since! Andy
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web