First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Why are String Formatted Queries Considered So Magical? (Spammeranalysis)
On 7/26/2010 4:19 PM, Justin Smith wrote: Seeking industry expert candidates I�m Justin Smith, Director of Tech Recruiting at Express Seattle. I am currently seeking candidates to fill Tech Positions for multiple A- List Clients: Spammer detected. Injection-Info: r27g2000yqb.googlegroups.com... 27 Jul 2010 15:02
pyodbc problem
I have a small problem: I can't get pyodbc to connect to a PostgreSQL database. All it does is spit out a malformed error message. When I run this: ============================================== import pyodbc dsn = pyodbc.dataSources() print "Data sources: %s" % dsn conn = pyodbc.connect(dsn="marchive... 27 Jul 2010 15:02
suitable py2app.
Hi, I'm looking for a suitable tutorial for "py2app". I googled it but couldn't find anything. Can you help me please? Thanks Ata ... 8 Aug 2010 13:23
Windows: How to detect whether a Python app/script is runningin console/GUI mode?
On 7/27/2010 7:36 AM python(a)bdurham.com said... Windows: How can I detect whether a Python app/script is running in console/GUI mode? By app I mean a script compiled to an exe via py2exe or similar. Once you've got an exe, you'll need to know the name you're looking for. There are several utilities a... 27 Jul 2010 11:43
Windows: How to detect whether a Python app/script is runningin console/GUI mode?
On 27/07/2010 15:58, Brian Curtin wrote: On Tue, Jul 27, 2010 at 09:36,<python(a)bdurham.com> wrote: Windows: How can I detect whether a Python app/script is running in console/GUI mode? By app I mean a script compiled to an exe via py2exe or similar. Thank you, Malcolm I don't re... 27 Jul 2010 11:43
multicpu bzip2 using os.system or queue using python script
I want to quickly bzip2 compress several hundred gigabytes of data using my 8 core , 16 GB ram workstation. Currently I am using a simple python script to compress a whole directory tree using bzip2 and a system call coupled to an os.walk call. I see that the bzip2 only uses a single cpu while the other cpus re... 27 Jul 2010 15:02
Best practice way to open files in Python 2.6+?
On Tue, 27 Jul 2010 10:33:06 -0400 python(a)bdurham.com wrote: What is the best practice way to open files in Python 2.6+ It looks like there are at least 3 different ways to open files: - built-in open() - io.open() - codecs.open() It seems like io.open() combines the best of the built-in open() ... 27 Jul 2010 11:43
Why is there no platform independent way of clearing aterminal?
On Tue, 27 Jul 2010 16:02:23 +0200, Bruno Desthuilliers <bruno.42.desthuilliers(a)websiteburo.invalid> wrote: Daniel Fetchinson a écrit : Hi folks, If I'm only interested in linux and windows I know I can do ################################ import os import platform if platform.... 28 Jul 2010 17:21
Check in interpreter if running a debug version of python
Can I check in the interpreter if I am running a debug version of python? I don't mean if __debug__ is set, I want to know if python was compiled in debug mode. Thanks, John. ... 27 Jul 2010 11:43
string manipulation.
I am trying to read an xml using minidom from python library xml.dom This is the xml file: --------------------------------- <rm_structure> <resources> <resource> AB <Capacity>100</Capacity> <NumberVirtualClasses> 2 </NumberVirtualClasses> </resource> </resources> </rm_structure> -----... 27 Jul 2010 10:35
First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38