What happened to NASA at Python? :(

R

r

The Python home page no longer sports a promotion from NASA. What
happened, did we lose NASA. Where did they go?
 
B

Benjamin Peterson

r said:
The Python home page no longer sports a promotion from NASA. What
happened, did we lose NASA. Where did they go?

The python.org guys just decided it would be nice to have some
different graphics.
 
S

skip

The python.org guys just decided it would be nice to have some
different graphics.

In fact, graphics were added for several organizations. I believe they will
be chosen randomly. NASA is still there.
 
R

r

In fact, graphics were added for several organizations.  I believe they will
be chosen randomly.  NASA is still there.

--http://mail.python.org/mailman/listinfo/python-list

Whew! Thats good news, i thought we had lost their support.
 
M

Mensanator

r <rt8396 <at> gmail.com> writes:




The python.org guys just decided it would be nice to have some
different graphics.

If they were so keen on new graphics, why did 2.6 revert
to the same icons that 2.4 used? (At least they did on my
machine. After installing 2.6, I no longer had the new
2.5 icons but had reverted to the earlier ones.)
 
M

Michele Simionato

Whew! Thats good news, i thought we had lost their support.

That's pretty much impossible. I am sure NASA uses all programming
languages in existence,
plus probably many internal ones we never heard of.
 
M

Mikael Olofsson

In fact, graphics were added for several organizations. I believe they will
be chosen randomly. NASA is still there.

In that case, they must be using the random number generator from
Dilbert. You know, the one that said 9, 9, 9, 9,...

I, at least, get the same parking lot graphics every time I reload the page.

/MiO
 
D

Dotan Cohen

I, at least, get the same parking lot graphics every time I reload the page.
If you click "and more" link, you will come to a page of success
stories, one of which is this:
http://python.org/about/success/usa/

It is not as prominent as the earlier Nasa logo, though.

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

×-ב-×’-ד-×”-ו-×–-×—-ט-×™-ך-×›-ל-×-מ-ן-× -ס-×¢-×£-פ-×¥-צ-ק-ר-ש-ת
ا-ب-ت-Ø«-ج-Ø­-Ø®-د-Ø°-ر-ز-س-Ø´-ص-ض-Ø·-ظ-ع-غ-Ù-Ù‚-Ùƒ-Ù„-Ù…-Ù†-Ù‡â€-Ùˆ-ÙŠ
Ð-Б-Ð’-Г-Д-Е-Ð-Ж-З-И-Й-К-Л-Ðœ-Ð-О-П-Р-С-Т-У-Ф-Ð¥-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-Ñ‘-ж-з-и-й-к-л-м-н-о-п-Ñ€-Ñ-Ñ‚-у-Ñ„-Ñ…-ц-ч-ш-щ-ÑŠ-Ñ‹-ÑŒ-Ñ-ÑŽ-Ñ
ä-ö-ü-ß-Ä-Ö-Ü
 
S

skip

MiO> In that case, they must be using the random number generator from
MiO> Dilbert. You know, the one that said 9, 9, 9, 9,...

Sorry, randomly chosen whenever the front page is rebuilt by one of the web
gnomes. It's not chosen randomly on each page fetch.

Skip
 
R

r

That's pretty much impossible. I am sure NASA uses all programming
languages in existence,
plus probably many internal ones we never heard of.

True but...
all([NASA.does_endorse(lang) for lang in NASA['languages']])
False

As the code suggests NASA doesn't sport an endorsement of X languages
on every X language's webpage, which i feel is very important for
Python's image, along with Google(Even more important!!), ILM, and
others.

I am really not worried if NASA *actually* uses Python or not(or to
what extent), just as long as they "say" they do is good enough for
me. *wink-wink*
 
M

Martin v. Löwis

The Python home page no longer sports a promotion from NASA. What
If they were so keen on new graphics, why did 2.6 revert
to the same icons that 2.4 used?

None of the people selecting the graphics had anything to do with
the icon in the 2.6 MSI file. Why are you assuming there is any
connection?

Regards,
Martin
 
M

Mensanator

None of the people selecting the graphics had anything to do with
the icon in the 2.6 MSI file. Why are you assuming there is any
connection?

No reason, I guess. "Graphics" just kind of reminded me of
it. I am usually not programming when I read this newsgroup
and usually not reading this newsgroup when I'm starting
a Python session, which is the only time I ever think of it.
I don't ever read the bug reports and don't know if it's been
reported.

And I didn't want to whine about it.

I would have thought someone would have noticed by now. Am I
the only person who uses Windows?
 
M

Martin v. Löwis

I would have thought someone would have noticed by now. Am I
the only person who uses Windows?

No, but perhaps the only person who still uses 2.6.0.

Regards,
Martin
 
S

Steve Holden

r said:
That's pretty much impossible. I am sure NASA uses all programming
languages in existence,
plus probably many internal ones we never heard of.

True but...
all([NASA.does_endorse(lang) for lang in NASA['languages']])
False

As the code suggests NASA doesn't sport an endorsement of X languages
on every X language's webpage, which i feel is very important for
Python's image, along with Google(Even more important!!), ILM, and
others.

I am really not worried if NASA *actually* uses Python or not(or to
what extent), just as long as they "say" they do is good enough for
me. *wink-wink*

There are about 40 people supporting the Mars Lander mission using
Python and aiming for a launch window this September. Wish them luck!

That's just one of the NASA groups relying heavily on Python.

regards
Steve
 
S

Steve Holden

MiO> In that case, they must be using the random number generator from
MiO> Dilbert. You know, the one that said 9, 9, 9, 9,...

Sorry, randomly chosen whenever the front page is rebuilt by one of the web
gnomes. It's not chosen randomly on each page fetch.
Though of course it easily *could* be, and I hope it soon *will* be.

More about that in my PyCon talk ...

regards
Steve
 
D

Dotan Cohen

There are about 40 people supporting the Mars Lander mission using
Python and aiming for a launch window this September. Wish them luck!

What, exactly, are they using Python for?

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il

×-ב-×’-ד-×”-ו-×–-×—-ט-×™-ך-×›-ל-×-מ-ן-× -ס-×¢-×£-פ-×¥-צ-ק-ר-ש-ת
ا-ب-ت-Ø«-ج-Ø­-Ø®-د-Ø°-ر-ز-س-Ø´-ص-ض-Ø·-ظ-ع-غ-Ù-Ù‚-Ùƒ-Ù„-Ù…-Ù†-Ù‡â€-Ùˆ-ÙŠ
Ð-Б-Ð’-Г-Д-Е-Ð-Ж-З-И-Й-К-Л-Ðœ-Ð-О-П-Р-С-Т-У-Ф-Ð¥-Ц-Ч-Ш-Щ-Ъ-Ы-Ь-Э-Ю-Я
а-б-в-г-д-е-Ñ‘-ж-з-и-й-к-л-м-н-о-п-Ñ€-Ñ-Ñ‚-у-Ñ„-Ñ…-ц-ч-ш-щ-ÑŠ-Ñ‹-ÑŒ-Ñ-ÑŽ-Ñ
ä-ö-ü-ß-Ä-Ö-Ü
 
A

Aahz

[posted and e-mailed]

PiBUaGVyZSBhcmUgYWJvdXQgNDAgcGVvcGxlIHN1cHBvcnRpbmcgdGhlIE1hcnMgTGFuZGVyIG1p
c3Npb24gdXNpbmcKPiBQeXRob24gYW5kIGFpbWluZyBmb3IgYSBsYXVuY2ggd2luZG93IHRoaXMg
U2VwdGVtYmVyLiBXaXNoIHRoZW0gbHVjayEKPgoKV2hhdCwgZXhhY3RseSwgYXJlIHRoZXkgdXNp
bmcgUHl0aG9uIGZvcj8KCi0tIApEb3RhbiBDb2hlbgoKaHR0cDovL3doYXQtaXMtd2hhdC5jb20K
aHR0cDovL2dpYmJlcmlzaC5jby5pbAoK15At15Et15It15Mt15Qt15Ut15Yt15ct15gt15kt15ot
15st15wt150t154t158t16At16Et16It16Mt16Qt16Ut16Yt16ct16gt16kt16oK2Kct2Kgt2Kot
2Kst2Kwt2K0t2K4t2K8t2LAt2LEt2LIt2LMt2LQt2LUt2LYt2Lct2Lgt2Lkt2Lot2YEt2YIt2YMt
2YQt2YUt2YYt2YfigI0t2Ygt2YoK0JAt0JEt0JIt0JMt0JQt0JUt0IEt0JYt0Jct0Jgt0Jkt0Jot
0Jst0Jwt0J0t0J4t0J8t0KAt0KEt0KIt0KMt0KQt0KUt0KYt0Kct0Kgt0Kkt0Kot0Kst0Kwt0K0t
0K4t0K8K0LAt0LEt0LIt0LMt0LQt0LUt0ZEt0LYt0Lct0Lgt0Lkt0Lot0Lst0Lwt0L0t0L4t0L8t
0YAt0YEt0YIt0YMt0YQt0YUt0YYt0Yct0Ygt0Ykt0Yot0Yst0Ywt0Y0t0Y4t0Y8Kw6Qtw7Ytw7wt
w58tw4Qtw5Ytw5wK

Could you perhaps be persuaded to post in ASCII?
--
Aahz ([email protected]) <*> http://www.pythoncraft.com/

"Programming language design is not a rational science. Most reasoning
about it is at best rationalization of gut feelings, and at worst plain
wrong." --GvR, python-ideas, 2009-3-1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,199
Latest member
AnyaFlynn6

Latest Threads

Top