First  |  Prev |  Next  |  Last
Pages: 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
[WxPython] Advice on Temperature Application Method & Structure
Hello I have made a simple application using WxPython that is a temperature converter. This is my first application made in WxPython, the only other apps I have made were in Win32 c++ so I am new to widgets in general. I am looking for advice & criticism on when you should use classes in GUI widget apps (& ... 26 May 2010 08:02
Vote to Add Python Package "pubsub" to the Python Standard Library
I vote for adding the Python package "pubsub" to the Python standard library. It has recently been added to wxpython (replacing the old wx.lib.pubsub package), but it has application to non-gui programs as well. For more information see: <http://pubsub.sourceforge.net/>. ... 4 Jun 2010 02:41
Kohonen neural network
Hello! Has anyone tried to build an implementation of subject in Python? Any help is appreciated! --- news://freenews.netfront.net/ - complaints: news(a)netfront.net --- ... 27 May 2010 01:40
UnicodeDecodeError having fetch web page
Hi, The code below is giving me the error: Traceback (most recent call last): File "C:\Users\Administratör\Desktop\test.py", line 4, in <module> UnicodeDecodeError: 'utf8' codec can't decode byte 0x8b in position 1: unexpected code byte What am i doing wrong? Thanks, Barry request = urllib.req... 27 May 2010 01:40
Legal Point Dhaka bangladesh
http://www.advocatemizan.com ... 25 May 2010 15:44
Troubles with python internationalization
Hello I'm studying the migration of my website (mixed english and french languages...) to a properly localized architecture. From what I've read so far, using translation "tags" (or quick phrases) in the code, and translating them to every target language (including english) sounds a better approach than usin... 26 May 2010 13:34
how to run brill tagger on urdu corpus?
I like to run brill demo function with urdu pos tagged i have urdu corpus reader and a POS tagged file can you help me. 1) how and where i need to define templates for urdu . Is template dat are given with nltk(brill) are compatible to run with urdu. 2) If i want to run brill demo function on urdu tag what shoul... 25 May 2010 05:51
asyncore loop and cmdloop problem
Hi to all, i'm creating a command line application using asyncore and cmd. At if __name__ == '__main__': import socket args = sys.argv[1:] if not args: print "Usage: %s querystring" % sys.argv[0] sys.exit(0) address = ('localhost', 0) # let the kernel give us a port ... 26 May 2010 04:48
Drilling down in a dict with "complex" objects
I am trying to access an objects sub-object attributes. I can boil the code I am working with down to this problem section: (snip) class Pt: x = None y = None def __init__(self, x, y): self.x, self.y = x, y pass class Pts: curr_point = None next_point = None def __init__(self, n, m): ... 25 May 2010 01:34
Internationalizing an application via Babel
I'm evaluating Babel 0.9.5 [1] under Windows (Python 2.6) and have the following questions that I haven't been able to solve through reading the documentation or googling. 1. I would like to use an _ like abbreviation for ungettext. Is there a concencus on whether one should use n_ or N_ for this? n_ does not... 24 May 2010 20:08
First  |  Prev |  Next  |  Last
Pages: 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117