"Its the right answer for a program that needs to be used with many
different RDBMSes,
especially if you use its metadata access procedures."
U got it right :)
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 7, 7:49 am, Lawrence D'Oliveiro wrote:
> In message
> <21c99273-ed58-4f93-b98a-d9292de5d...@k10g2000yqa.googlegroups.com>, dusans
> wrote:
>
> > - all the others having ODBC drivers...
>
> ODBC seems to be something you use when you can’t use a proper da
Hi. Im making a simple database explorer in PyQt. I hope somebody here
might find it usefull :)
http://code.google.com/p/simple-database-explorer/
Simple database explorer for:
- Netezza
- Oracle
- Sqlite
- MySQL
- PostgreSQL
- all the others having ODBC drivers...
--
http://mail.python.or
Is there a python module to make autocomplete suggestion easy.
I would build an api reference as a string:
CATALOG1.SCHEME1.TABLE1.column1
CATALOG1.SCHEME1.TABLE1.column2
CATALOG1.SCHEME1.TABLE1.column3
.
.
CATALOG10.SCHEME10.TABLE100.column1
CATALOG10.SCHEME10.TABLE100.column2
CATALOG10.SCHEME1
On Dec 27, 12:35 pm, "Diez B. Roggisch" wrote:
> Fencer schrieb:
>
> > Hello, I need to write a test program for a web service. The web service
> > publishes its method through a wsdl-file. I recall using SOAPpy in the
> > past and as a I remember it, it was very easy to "load" the WSDL-file
> > a
Amm i using the function wrong or ...? cuz in R i get the right value
>>> binom_test(3, 5, p=0.8)
0.262
> dbinom(3, 5, 0.8)
[1] 0.205
--
http://mail.python.org/mailman/listinfo/python-list
>>> import numpy as np
>>> for i in np.arange(-10.5, 10.5, 0.1):
... print i
...
-10.5
-10.4
-10.3
-10.2
--
http://mail.python.org/mailman/listinfo/python-list
On Sep 29, 12:06 am, Mensanator <[EMAIL PROTECTED]> wrote:
> On Sep 28, 3:54 pm, "Aaron \"Castironpi\" Brady"
>
>
>
>
>
> <[EMAIL PROTECTED]> wrote:
> > On Sep 28, 3:44 pm, Mensanator <[EMAIL PROTECTED]> wrote:
>
> > > On Sep 28, 3:11 pm, "Gary M. Josack" <[EMAIL PROTECTED]> wrote:
>
> > > > Chris
Is there a py module, which would get me information of a movie file:
- resolution
- fps
--
http://mail.python.org/mailman/listinfo/python-list
On Aug 1, 12:53 pm, dusans <[EMAIL PROTECTED]> wrote:
> On Jul 31, 10:07 pm, [EMAIL PROTECTED] wrote:
>
>
>
>
>
> > I am using regular expressions to search a string (always full
> > sentences, maybe more than one sentence) for common abbreviations and
> >
On Jul 31, 10:07 pm, [EMAIL PROTECTED] wrote:
> I am using regular expressions to search a string (always full
> sentences, maybe more than one sentence) for common abbreviations and
> remove the periods. I need to break the string into different
> sentences but split('.') doesn't solve the whole
>>> a = [['1', '2'], ['3'], ['4', '5', '6'], ['7', '8', '9', '0']]
>>> [map(int, i) for i in a]
[[1, 2], [3], [4, 5, 6], [7, 8, 9, 0]]
On Jul 21, 9:06 pm, Samir <[EMAIL PROTECTED]> wrote:
> Hi Everyone,
>
> I am relatively new to Python so please forgive me for what seems like
> a basic question.
I dont quite understand what u want. U should paste the html here
http://pastebin.com/ also provide the result that u want.
If u dont take the time to write what u wont, nobody will take the
time to help u
On Jul 17, 7:38 am, Alexnb <[EMAIL PROTECTED]> wrote:
> The trick to this one is that the h
On Jun 11, 1:58 am, asdf <[EMAIL PROTECTED]> wrote:
> I have a python script whose output i want to dynamically display
> on a webpage which will be hosted using Apache. How do I do that?
>
> thanks
def index(req):
return "Page"
u cant run it on lighttpd also, which is much faster then Apache
Hi i took a look at eric4, its nice, cuz u have the script output and
console in the same window, which is why i love pyscripter.
Then i upgradet eric4 to newest version: eric4-4.0.4, it doesnt start,
even when i installed the old version:
The error massage is:
Warning: translation file 'qt_en_US'
15 matches
Mail list logo