473,386 Members | 1,753 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Python analog of Ruby on Rails?

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

Jul 19 '05 #1
9 1582
Christopher J. Bottaro wrote:
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'.

--
bruno desthuilliers
ruby -e "print 'o****@xiludom.gro'.split('@').collect{|p|
p.split('.').collect{|w| w.reverse}.join('.')}.join('@')"
Jul 19 '05 #2
bruno modulix wrote:
Christopher J. Bottaro wrote:
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


Cool, that looks like what I'm looking for, thanks.
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'.


Hmm.

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

-- C

Jul 19 '05 #3
"Christopher J. Bottaro" wrote:
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 'o********@inmula.sc.saxetu.ude'.split('@')])"

Cheers,
George

Jul 19 '05 #4
Christopher J. Bottaro wrote:
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 'o****@xiludom.gro'.split('@')])"

--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'o****@xiludom.gro'.split('@')])"
Jul 19 '05 #5
George Sakkis wrote:
"Christopher J. Bottaro" wrote:

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 'o********@inmula.sc.saxetu.ude'.split('@')])"


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

--
bruno desthuilliers
ruby -e "print 'o****@xiludom.gro'.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 'o****@xiludom.gro'.split('@')])"
Jul 19 '05 #6
George Sakkis wrote:
"Christopher J. Bottaro" wrote:

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 'o********@inmula.sc.saxetu.ude'.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-Nu...6HolyBible.htm

Shane
Jul 19 '05 #7
>>>>> "Shane" == Shane Hathaway <sh***@hathawaymix.org> writes:

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

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

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

Shane> http://scriptures.lds.org/rev/13/16-18#16
Shane> http://www.greaterthings.com/Word-Nu...6HolyBible.htm

Ah, it was *obvious* from the start that the placement of ASCII
letters was a conspiracy of american freemasons...

--
Ville Vainio http://tinyurl.com/2prnb
Jul 19 '05 #8
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:
http://scriptures.lds.org/rev/13/16-18#16


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"
Jul 19 '05 #9
bruno modulix <on***@xiludom.gro> writes:
Err... Looks like I've seen this before, but where ???


Don't know, but it looks sort of familiar...

Nick

--
# sigmask (lambda deprecation version) 20041028 || feed this to a python
print ''.join([chr(ord(x)-1) for x in 'Ojdl!Wbshjti!=ojdlAwbshjti/psh?'])
Jul 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

23
by: flab ba | last post by:
The pragmatic programmers (Dave & Andy) are spreading a good word about RubyOnRails. I was wondering if there are any Python programmers who are /also/ familiar with Rails - and if they could...
2
by: Jeff Blaine | last post by:
Like many people, I've recently been turned onto "Ruby On Rails" (I believe it was a Slashdot article release announcement recently) and didn't know it existed before then. I've been writing...
12
by: Gary Nutbeam | last post by:
I've noticed that the Perl camp has a very nice web/database environment called Maypole. Ruby has the Rails environment which on the surface seems similar to Maypole. I can't find anything in...
13
by: Eric Pederson | last post by:
Raise your hand if you think the best technology wins! For those of you with your hands in the air, tell me: if Python is so good,why has PHP achieved such greater adoption and mindshare? Why...
65
by: Amol Vaidya | last post by:
Hi. I am interested in learning a new programming language, and have been debating whether to learn Ruby or Python. How do these compare and contrast with one another, and what advantages does one...
122
by: seberino | last post by:
I'm interested in knowing which Python web framework is most like Ruby on Rails. I've heard of Subway and Django. Are there other Rails clones in Python land I don't know about? Which one...
52
by: Steve Holden | last post by:
I've been thinking (and blogging) about python evangelism since PyCon, as a result of which I created a squidoo lens: http://www.squidoo.com/pythonlogy Imagine my surprise at discovering that...
26
by: A.M | last post by:
Hi, I am new to Python, with C#/Java background Is there any built-in Hash implementation in Python? I am looking for a container that I can access to it's items by name. Something...
122
by: Edward Diener No Spam | last post by:
The definition of a component model I use below is a class which allows properties, methods, and events in a structured way which can be recognized, usually through some form of introspection...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.