Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32636 > unrolled thread
| Started by | nepaul <xs.nepaul@gmail.com> |
|---|---|
| First post | 2012-11-02 08:50 -0700 |
| Last post | 2012-11-06 18:40 +0200 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
What the diferences : web.py Tornado Twisted ?! nepaul <xs.nepaul@gmail.com> - 2012-11-02 08:50 -0700
Re: What the diferences : web.py Tornado Twisted ?! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-11-03 01:04 +0000
Re: What the diferences : web.py Tornado Twisted ?! Chris Angelico <rosuav@gmail.com> - 2012-11-03 13:57 +1100
Re: What the diferences : web.py Tornado Twisted ?! filipp <no-one@unflyingobject.com> - 2012-11-06 18:40 +0200
| From | nepaul <xs.nepaul@gmail.com> |
|---|---|
| Date | 2012-11-02 08:50 -0700 |
| Subject | What the diferences : web.py Tornado Twisted ?! |
| Message-ID | <e868e1a5-9e12-4a7c-9d24-7339dcee0496@googlegroups.com> |
What the diferences : web.py Tornado Twisted ?!
[toc] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-11-03 01:04 +0000 |
| Message-ID | <mailman.3228.1351904712.27098.python-list@python.org> |
| In reply to | #32636 |
On 02/11/2012 15:50, nepaul wrote: > What the diferences : web.py Tornado Twisted ?! > Web.py is spelt w e b . p y. Tornado is spelt T o r n a d o. Twisted is spelt T w i s t e d. -- Cheers. Mark Lawrence.
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-11-03 13:57 +1100 |
| Message-ID | <mailman.3230.1351911454.27098.python-list@python.org> |
| In reply to | #32636 |
On Sat, Nov 3, 2012 at 12:04 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: > On 02/11/2012 15:50, nepaul wrote: >> >> What the diferences : web.py Tornado Twisted ?! >> > > Web.py is spelt w e b . p y. Tornado is spelt T o r n a d o. Twisted is > spelt T w i s t e d. Wow! That's profound! Oh, the insights made available, free of charge, by the generous members of this list! ChrisA
[toc] | [prev] | [next] | [standalone]
| From | filipp <no-one@unflyingobject.com> |
|---|---|
| Date | 2012-11-06 18:40 +0200 |
| Message-ID | <2012110618401790695-noone@unflyingobjectcom> |
| In reply to | #32636 |
On 2012-11-02 15:50:30 +0000, nepaul said:
> What the diferences : web.py Tornado Twisted ?!
There really is a lot of material on this online, including numerous
videos. But in my experience Tornado is basically a (really cool and
easy to use) programmable web server whereas Twisted is a framework for
building any kind of network server. I guess you could say one could
use Twisted to build Tornado, but not the other way around. :)
Just my 2c, haven't used web.py myself. Google is your friend and as
always - concentrate on what you're trying to solve and then choose the
right tool for the job, not the other way around. :-)
hth,
-flip
--
-filipp
http://unflyingobject.com
"The future is here. It's just not evenly distributed yet."
-- William Gibson
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web