On 22 Aug 2005 09:16:41 -0700, Paul Rubin
<"http://phr.cx"@nospam.invalid> wrote:
> "Fredrik Lundh" <[EMAIL PROTECTED]> writes:
> > > (Python has even been told to be used by Yahoo! and Google, among others,
> > > but nobody was able to demonstrate this, so far)
> > hint:
> > http://mail.google
"Fredrik Lundh" <[EMAIL PROTECTED]> writes:
> > (Python has even been told to be used by Yahoo! and Google, among others,
> > but nobody was able to demonstrate this, so far)
> hint:
> http://mail.google.com/support/bin/answer.py?answer=6554
I don't see anything about Python at that url. I've
Alessandro Bottoni wrote:
> (Python has even been told to be used by Yahoo! and Google, among others,
> but nobody was able to demonstrate this, so far)
hint:
http://mail.google.com/support/bin/answer.py?answer=6554
--
http://mail.python.org/mailman/listinfo/python-list
"Gregory Piñero" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I'd love Python work, just like everyone else here. On a related topic,
>what's the >policy/etiquette of posting a resume on here, or mentioning
>what kind of work >you're looking for?
I would take absence of such p
In article <[EMAIL PROTECTED]>,
Erik Max Francis <[EMAIL PROTECTED]> wrote:
>Peter Decker wrote:
>>
>> Then start looking for telecommuting people. There are lots of us who
>> can use work and have excellent telecommuting references, but who
>> don't happen to live in a major metro area!
>
>And th
You might want to check out spyce. It uses a server page model (like
jsp and php) so you can embed python in html. It has the standard stuff
you would need for making a web site (session support, etc) and also
contains features like custom tags.
http://spyce.sourceforge.net/
--
http://mail.pytho
Florian Lindner wrote:
> Hello,
> I've been using Python a lot for scripting (mainly scripts for server
> administration / DB access). All these scripts were shell based.
>
> Now I'm considering using Python (with mod_python on Apache 2) for a web
> project, just how I've used PHP in some smaller
I'd love Python work, just like everyone else here. On a related
topic, what's the policy/etiquette of posting a resume on here, or
mentioning what kind of work you're looking for? And what's the
policy in general for most newsgroups and mailing lists?
-Greg
On 8/19/05, Steve Holden <[EMAIL PROT
Ah cool, thanks, i hadn't spotted that page
:)
On 19 Aug 2005 04:51:06 -0700, paron <[EMAIL PROTECTED]> wrote:
> Yes, there's a tutorial about that -- there are several options
> depending on the URL structure you want to expose, and your version of
> Apache. None of them are torturous, though.
>
Yes, there's a tutorial about that -- there are several options
depending on the URL structure you want to expose, and your version of
Apache. None of them are torturous, though.
Start at http://www.cherrypy.org/wiki/CherryPyProductionSetup and
follow the links down.
Ron
--
http://mail.python.o
'cherryPy' even
On 8/19/05, Jon Hewer <[EMAIL PROTECTED]> wrote:
> I like the look of cheeryPy - snyone know if its easy to get it
> running on top of Apache?
>
> Thanks
>
> On 19 Aug 2005 04:10:23 -0700, paron <[EMAIL PROTECTED]> wrote:
> > Yes the stdlib offers all the basic functions, but why
I like the look of cheeryPy - snyone know if its easy to get it
running on top of Apache?
Thanks
On 19 Aug 2005 04:10:23 -0700, paron <[EMAIL PROTECTED]> wrote:
> Yes the stdlib offers all the basic functions, but why work so hard?
> Get CherryPy (http://www.cherrypy.org) and relax a bit. You'll
Yes the stdlib offers all the basic functions, but why work so hard?
Get CherryPy (http://www.cherrypy.org) and relax a bit. You'll be able
to concentrate on Python for the backend, HTML for the frontend,
without a lot of directory-diddling.
Also, check out
http://www-128.ibm.com/developerworks/op
Aahz wrote:
> In article <[EMAIL PROTECTED]>,
> Steve Holden <[EMAIL PROTECTED]> wrote:
>
>>There's informal evidence that the Python secret is getting out. Sharpen
>>up your resumes, guys, you may not have to limit Python to home usage
>>soon :-)
>
>
> OTOH, the big sucking sound from Google
Peter Decker wrote:
> Then start looking for telecommuting people. There are lots of us who
> can use work and have excellent telecommuting references, but who
> don't happen to live in a major metro area!
And then there's some in the Bay Area who wouldn't mind telecommuting,
either ... :-)
--
On 18 Aug 2005 10:58:46 -0700, Aahz <[EMAIL PROTECTED]> wrote:
> OTOH, the big sucking sound from Google and Yahoo (plus other places
> like Ironport) is making it more difficult to hire Python programmers in
> the Bay Area...
Then start looking for telecommuting people. There are lots of us who
"Peter Hansen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Alessandro Bottoni wrote:
>> (Python has even been told to be used by Yahoo! and Google, among
>> others,
>> but nobody was able to demonstrate this, so far)
>
> Nobody, except Google's founders?
>
> http://www-db.stanf
In article <[EMAIL PROTECTED]>,
Steve Holden <[EMAIL PROTECTED]> wrote:
>
>There's informal evidence that the Python secret is getting out. Sharpen
>up your resumes, guys, you may not have to limit Python to home usage
>soon :-)
OTOH, the big sucking sound from Google and Yahoo (plus other plac
Alessandro Bottoni wrote:
> (Python has even been told to be used by Yahoo! and Google, among others,
> but nobody was able to demonstrate this, so far)
If you use Yahoo! Maps, you will notice they use Python.
Scott
--
http://mail.python.org/mailman/listinfo/python-list
Peter Hansen wrote:
> Alessandro Bottoni wrote:
>
>>(Python has even been told to be used by Yahoo! and Google, among others,
>>but nobody was able to demonstrate this, so far)
>
>
> Nobody, except Google's founders?
>
> http://www-db.stanford.edu/~backrub/google.html
>
> (Among many other ref
Alessandro Bottoni wrote:
> (Python has even been told to be used by Yahoo! and Google, among others,
> but nobody was able to demonstrate this, so far)
Nobody, except Google's founders?
http://www-db.stanford.edu/~backrub/google.html
(Among many other references.)
-Peter
--
http://mail.python
Alessandro Bottoni <[EMAIL PROTECTED]> wrote:
> (Python has even been told to be used by Yahoo! and Google, among others,
> but nobody was able to demonstrate this, so far)
?
Google and Microsoft and Nokia had talks during PyCon 2005.
If you look at the GMAIL help system you would see that all
Mod_python has a PSP (python server pages - ala php) implementation.
However it's still not mature enough and, imho, it has a serious
drawback in its way to handle indentation. But this is just the first
release and I hope it will improve in the near future.
My favorite is Karrigell ( http://karri
Florian Lindner wrote:
> How suitable is Python for these kind of projects? What do think? Does the
> stdlib offers all basic functions for this kind of requirements?
Python is extremely well suited for the web-app development and the STDLib
supply most of what you need for this task. As a matter
I don't think stdlib offers anything like that
The problem with python is it's white space sensible and html is not.
However there are some nice solutions:
http://www.webwareforpython.org/Papers/Templates/
my favourite is not listed here:
http://karrigell.sourceforge.net/
For web development wi
Florian Lindner ha scritto:
> Hello,
> I've been using Python a lot for scripting (mainly scripts for server
> administration / DB access). All these scripts were shell based.
>
> Now I'm considering using Python (with mod_python on Apache 2) for a web
> project, just how I've used PHP in some sma
Hello,
I've been using Python a lot for scripting (mainly scripts for server
administration / DB access). All these scripts were shell based.
Now I'm considering using Python (with mod_python on Apache 2) for a web
project, just how I've used PHP in some smaller Projects before ()..
How suitable
27 matches
Mail list logo