Hi guys!!!
Just one quick question... Which database module should I use when I
want to use multi threading as my application requires lots of data
from internet I also want this database module to be fast, simple
n efficient, in any case multi threading capabilities are # 1
requirement.
T
On Mar 10, 7:29 pm, Laurent Pointal <[EMAIL PROTECTED]>
wrote:
> jupiter wrote:
> > Hi guys!!!
>
> > Just one quick question... Which database module should I use when I
> > want to use multi threading as my application requires lots of data
> > from internet ?
On Mar 10, 8:16 pm, Michael Bentley <[EMAIL PROTECTED]> wrote:
> > Thanx for this pointer buddy! I have done my homework. Some Database
> > modules are not actively maintained some modules does not work with
> > Python 2.5. At this moment I am using Sqlite3 which is pretty fast but
> > it dosent a
On Mar 10, 8:16 pm, Michael Bentley <[EMAIL PROTECTED]> wrote:
> > Thanx for this pointer buddy! I have done my homework. Some Database
> > modules are not actively maintained some modules does not work with
> > Python 2.5. At this moment I am using Sqlite3 which is pretty fast but
> > it dosent a
On Mar 10, 8:42 pm, [EMAIL PROTECTED] (Alex Martelli) wrote:
> jupiter <[EMAIL PROTECTED]> wrote:
>
>...
>
> > Python 2.5. At this moment I am using Sqlite3 which is pretty fast but
> > it dosent allow me to use multi threading so which database module is
> &g
Hi guys,
I have a problem. I have a list which contains strings and numeric.
What I want is to compare them in loop, ignore string and create
another list of numeric values.
I tried int() and decimal() but without success.
eq of problem is
#hs=string.split(hs)
hs =["popopopopop","254.25","poj
hi friends,
I have a program like
some variable definations
a function ( arg1, agr2):
do something with arg1 & arg2
return a list
if condition
do this function(arg1,arg2)
else
if condition
do this function
else
do this
My problem is I want to use threadin
c.execute("select symbol,tvolume,date,time from "+self.dbase+"
where symbol=
?",t)
ProgrammingError: SQLite objects created in a thread can only be used
in that sa
me thread.The object was created in thread id 976 and this is thread
id 944
I am getting this error when I am using sql command wi
Hi People,
I need some ideas on how to find pattern in random data series like stock
chart.
What I want is to be able to find Head & Shoulder pattern in chart.
Thanx
Anil
--
http://mail.python.org/mailman/listinfo/python-list
Having an issue with this error. I have uninstalled and reinstalled several
times but I cannot solve the problem. I googled my issue but non of the
solutions have worked.
Sent from Mail for Windows 10
--
https://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo