hai..
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
How to integrate Apple Pie Parser with Python? Any suggestion to parsed text
with Python?
--
http://mail.python.org/mailman/listinfo/python-list
Hi all...
How to import Semantic class used Jython in Python?
here my java code..
JAVA CODE
import java.text.BreakIterator ;
class Semantic {
// native C++ method
//public native void printMessage( String message );
public native String printMessage( String message );
hi..
i'm trying to insert value into list according to the key (ASCII) that i
generate..
example :
win = 95, so must insert into list[95]
and = 70, so must insert into list[70]
this is my coding..
__
list = []
try:
conn = MySQLdb