Hi,
I would like to execute an oracle stored procedure using the any
oracle database module which satisfies the Database Specification
standard. I have tried cxOracle and Odbc database packages with no
success. If u have the answer plz give me an example code.
Thank you
--
http://mail.python.or
Hi all,
I wanna thank Martin for helping out with my ignorance concerning
execution of stored procedure with python. Now i have decided to write
a web app that googles into my companies proprietary database. I need
to know whether zope is good for that job. But even the introduction to
zope i
Actually i want to create a "google" like web interface to any rdbms
and search as we all do it in google.That would be great isn't it.
Thank u for your queries.
--
http://mail.python.org/mailman/listinfo/python-list
You understood my request correctly. I thank u for pointing me to
cherrypy.
--
http://mail.python.org/mailman/listinfo/python-list
Buy the book "Practical Python" by Magnus Lie Hetland. It contains 10
practical projects to let u get started on you own "Pythoneering"( as
Magnus calls it). Move on buddy.
--
http://mail.python.org/mailman/listinfo/python-list
Hello there,
I need some thoughts about a web application that i am dreaming
and
drooling about in python. I want a search page to look exactly like
Google. But when i press the search button, it should search a database
in an rdbms like Oracle and provide results.
For example, i
Hello there,
I need some thoughts about a web application that i am dreaming
and drooling about in python. I want a search page to look exactly like
Google. But when i press the search button, it should search a database
in an rdbms like Oracle and provide results.
For example, i
Thanks for informing me about NLTK. I'll certainly look into it and
other options. Hope my dream doesn't go into the graves.
Godwin Burby
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for providing me with all those informative links about NLTK nad
CNL. I'll certainly look into it.
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for making me aware of the security loophole of the web app i am
planning.
Godwin Burby
--
http://mail.python.org/mailman/listinfo/python-list
Actually i went through the NLTK site tutorials and it has a steep
learning curve associated with it. Well if i can learn it, it will be
the best fit module for my app. But if it gets hard, i'll definitely
opt for the text indexers u gratefully pointed to me. Thanks.
--
http://mail.python.org/mai
Dear Pythoneer,
I'm thinking of making a class out of an rdbms table name(let's
say oracle).
I can dynamically query the column names and their datatypes from
oracle. So at runtime can i create a class object that creates a class
for example employee with methods that can manipulate that table
www.devx.com/dbzone/Article/22093
U've made a point and i have seen that approach in the above article.
But i was curious about creating python classes and code on fly. The
only way i could do it was by using exec function. Is there a standard
way of doing it. What are the plus points of such kind
Thanx for the links , i loved the "monty lingua" module
u gave me before.
--
http://mail.python.org/mailman/listinfo/python-list
yes i did hear about sqlobject but as u said it doesn't support oracle
yet. Thanx
--
http://mail.python.org/mailman/listinfo/python-list
(self):
passwd = getpass.getpass()
if passwd = 'godwin': print "You are a valid user"
if __name__ == '__main__':
ctest = CmdTest()
ctest.cmdloop()
The interpreter reports that the first argument to super should be a
type rather than a class object
Sorry! I just retyped my script instead of copy pasting it.
well thank u once again for clearing my confusion.
--
http://mail.python.org/mailman/listinfo/python-list
Try http://boa-constructor.sourceforge.net/
--
http://mail.python.org/mailman/listinfo/python-list
I would recommend both, but as i have already bought the first version
of Beginning Python known as Practical Python by Magnus. I can
gaurantee you that the practical projects as well as the succinct
python tutorial in the book will show you the full power and glory of
Python. Magnus is a great aut
Dear Pythoneer,
I am writing a python script which inserts or updates a database
from a csv file. i've done the functionality. But i would to like to
show the user the current row being inserted or updated in the screen.
This can be done as follows:
print 'c:\godwin\bl.csv'
i think u've misunderstood my question. Your solution will print on a
new line as below:
c:\godwin\bl.csv 1
c:\godwin\bl.csv 2
c:\godwin\bl.csv 3
But i want this number to diplay their value increase on the same line
on the same sport itself without printing the filename multiple times
on mul
thanks :) It works beautifully.
--
http://mail.python.org/mailman/listinfo/python-list
i didn't notice it and i'm really sorry. it works beautifully! thanks
once again :)
--
http://mail.python.org/mailman/listinfo/python-list
ng here?
It might even be I'm calling urllib2 the wrong way (does it download when you
read() or when you create the Request?)
All help is appreciated, I'm sort of stuck here.
Andrew Godwin
--
http://mail.python.org/mailman/listinfo/python-list
Dear Pythoneer,
I need to toggle the gateway ip of my windows xp machine quite
often due to some software requirements. I just want to know whether i
could do it programmatically using Python.
If so how?
--
http://mail.python.org/mailman/listinfo/python-list
Well netsh turned out to be the perfect solution for my problem(even
though doing it in python would have given me some kicks). I managed it
with two .bat files for toggling the gateway ips. Thank you friend.
--
http://mail.python.org/mailman/listinfo/python-list
Thanx again.
--
http://mail.python.org/mailman/listinfo/python-list
27 matches
Mail list logo