my dream job?
Doubt it, but good luck all the same :)
> Please suggest me
Visit their job boards.
--
Greg Donald
--
http://mail.python.org/mailman/listinfo/python-list
was tasked with
parsing and dial it in using the appropriate dayfirst, yearfirst, etc.
options.
--
Greg Donald
--
http://mail.python.org/mailman/listinfo/python-list
r unknown locale strings.
>>>> parse('1.2.2013') # ambiguous, I know
> datetime.datetime(2013, 1, 2, 0, 0) # should be datetime.datetime(2013, 2, 1,
> 0, 0)
In [2]: parse('1.2.2013', dayfirst=True)
Out[2]: datetime.datetime(2013, 2, 1, 0, 0)
--
Greg Donald
--
http://mail.python.org/mailman/listinfo/python-list
date formats I've thrown at it.
from dateutil.parser import parse
dt = parse( whatever )
I've throw all kind of date and timestamps at it.. have yet to see anything it
won't parse.
--
Greg Donald
--
http://mail.python.org/mailman/listinfo/python-list
layers.. so flipping back and forth to
see which database is better for your particular app and workload is
trivial.
--
Greg Donald
--
http://mail.python.org/mailman/listinfo/python-list
PRODUCT owned by a for-profit company.
PostgreSQL is an open-source PROJECT and is unowned.
A lot of the major technical differences are outlined here:
http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL
--
Greg Donald
--
http://mail.python.org/mailman/listinfo/python-list
dHandler python-program .py
PythonHandler test
PythonDebug On
In particular my AddHandler directive is different from yours.
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
ask questions in such a way that no one can
possibly have a reason to be an asshole.
http://catb.org/~esr/faqs/smart-questions.html
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
On 8/1/07, hg <[EMAIL PROTECTED]> wrote:
> Are there any cscope & ECB equivalent for Python ?
ECB is not language specific. It works the same for browsing Python
code as any other language.
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
nd addressed all my questions
over about a 3 or 4 day email conversation.
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
On 5/21/07, John Machin <[EMAIL PROTECTED]> wrote:
> Is there not a similar trick on MacOS X?
It's called a symlink:
ln -s /Users/gdonald /foo
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
nt me
> to some documentation for accessing MySQL via python. Something of the
> "Python and MySQL for Dummies" caliber would be about my speed, but of
> course I will be thankful for anything offered.
http://mysql-python.sourceforge.net/
--
Greg Donald
http://destiney.com/
On 4/13/07, Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
> Except for real programmers...
That's correct. We use:
# dd if=/dev/tty of=/dev/hda1
and such.
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
On 4/13/07, Jarek Zgoda <[EMAIL PROTECTED]> wrote:
> Thanks God
No problem.
> , there's no "PIDA for Emacs".
Pet Industry Distributors Association ?
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
On 13 Apr 2007 12:54:08 -0700, azrael <[EMAIL PROTECTED]> wrote:
> try wing ide. i tried it and i love it. it's available for windows as
> well for linux
Good thing those are the only two operating system out there.. err..
I meant, good thing there's Emacs.
--
Greg Dona
On 4/6/07, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> For one liners, wouldn't
>
> ECHO the text line >the.file
>
> be more appropriate?
# dd if=/dev/tty of=/dev/hda1
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
On 4/5/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
> > NameError: name 'env' is not defined
>
> Try os.environ
Thanks.
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
---
exceptions.NameError Traceback (most
recent call last)
/Users/destiney/
NameError: name 'env' is not defined
Thanks,
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
xception when using tls
server.quit()
except:
pass
Is there some other way to tear down the connection besides calling quit() ?
Thanks,
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
t where the system version was
installed.
http://en.wikipedia.org/wiki/Path_%28computing%29
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
ike /usr/local and put
/usr/local/bin ahead of your other paths.
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
On 15 Mar 2007 14:56:13 -0700, Bert Heymans <[EMAIL PROTECTED]> wrote:
> >>> ^[OA^[OC^[OD
Is your python built with readline support?
Also, you might check out iPython.
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
22 matches
Mail list logo