Python analog of Ruby on Rails?

  • Thread starter Christopher J. Bottaro
  • Start date
C

Christopher J. Bottaro

Hello fellow Pythonists,
Is there such a thing? My work is thinking of maybe experimenting with
Ruby on Rails for some lesser projects. Naturally, I wonder if Python can
do as good a job or better...

Thanks for the info,
-- C
 
B

bruno modulix

Christopher said:
Hello fellow Pythonists,
Is there such a thing?

As what ?
Oops, sorry, the question is in the subject... May be helpful to repeat
it in the body.

You may want to have a look at Subway
My work is thinking of maybe experimenting with
Ruby on Rails for some lesser projects. Naturally, I wonder if Python can
do as good a job or better...

Doing 'as good or better' does not mean 'doing the same'.
 
C

Christopher J. Bottaro

bruno said:
As what ?
Oops, sorry, the question is in the subject... May be helpful to repeat
it in the body.

You may want to have a look at Subway

Cool, that looks like what I'm looking for, thanks.
Doing 'as good or better' does not mean 'doing the same'.

Hmm.

Cool signature, can anyone do a Python one that I can leech? =)

-- C
 
G

George Sakkis

Christopher J. Bottaro said:
Cool signature, can anyone do a Python one that I can leech? =)

-- C

Here's the transliteration in python for your address:

python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')])
for p in '(e-mail address removed)'.split('@')])"

Cheers,
George
 
B

bruno modulix

Christopher said:
bruno modulix wrote:
(snip)

Cool signature, can anyone do a Python one that I can leech? =)

You mean this ?-)

python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '(e-mail address removed)'.split('@')])"
 
B

bruno modulix

George said:
:

Cool signature, can anyone do a Python one that I can leech? =)

-- C


Here's the transliteration in python for your address:

python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')])
for p in '(e-mail address removed)'.split('@')])"

Err... Looks like I've seen this before, but where ???

--
bruno desthuilliers
ruby -e "print '(e-mail address removed)'.split('@').collect{|p|
p.split('.').collect{|w| w.reverse}.join('.')}.join('@')"
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '(e-mail address removed)'.split('@')])"
 
S

Shane Hathaway

George said:
:

Cool signature, can anyone do a Python one that I can leech? =)

-- C


Here's the transliteration in python for your address:

python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')])
for p in '(e-mail address removed)'.split('@')])"

BTW, here's the proper response to that religious thread that keeps
invading this list:

python -c 'print sum([ord(c) for c in "HOLYBIBLE"])'

I'm Christian and I think it's funny. ;-) Some background:

http://scriptures.lds.org/rev/13/16-18#16
http://www.greaterthings.com/Word-Number/666HolyBible.htm

Shane
 
D

d'yeux le pair

Shane Hathaway a écrit :
BTW, here's the proper response to that religious thread that keeps
invading this list:

python -c 'print sum([ord(c) for c in "HOLYBIBLE"])'

I'm Christian and I think it's funny. ;-)

Aha. Notice that the Original Sin story admits a defensible reading
while equating the Holy Bible to the (in)famous tree.

Some background:

Given context(s), I particularly like the solution (in .sig format) :

666?? -- 666 ~ .666 ~ 2/3 ~ 1-1/3 ~ tertium non datur ~ the excluded middle
~ "either you are with us, or you are against us"
 

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

No members online now.

Forum statistics

Threads
474,240
Messages
2,571,211
Members
47,847
Latest member
ShavonneLa

Latest Threads

Top