View Full Version : Python


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 [76] 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273

  1. using dict for data attributes instead of self
  2. spell checking
  3. Re: spell checking
  4. Collecting links to Python 3D (and related) projects...
  5. Re: What is Python's answer to Perl 6?
  6. question de bonne doc
  7. Re: Plugin system
  8. ANN: Frog 1.0 released (python 'blog' application)
  9. Faking out __name__ == __main__
  10. DOM appendChild??
  11. Re: "number-in-base" ``oneliner''
  12. Re: Collecting links to Python 3D (and related) projects...
  13. How to change the combo box lists as my wish
  14. RE: How to change the combo box lists as my wish
  15. Re: Line buffering pipes
  16. saved sys.path
  17. cherrypy/cheetah vs twisted/nevow
  18. RE: OT: Ruby programmers use Python (was Re: ruby on rails ...python on ?)
  19. itertools: followup to Alex Martelli problem ("number-in-base" ``oneliner'')and Bengt Richter solution
  20. Re: "number-in-base" ``oneliner''
  21. Re: binary data into long/float
  22. newbie troubles: os.popen confusion
  23. Re: OT: Ruby programmers use Python (was Re: ruby on rails ...python on ?)
  24. Arugument list too long on Linux System
  25. global variable not assigned, newbie question
  26. RE: DNS caching in python2.2
  27. fastest way for humongous regexp search?
  28. Matching Control Characters
  29. Few questions
  30. Help with ADO
  31. Tix ScrolledTList
  32. Matching Control Characters
  33. both text and graphical user interface library
  34. getting socket.bind() exception, but no actual error
  35. LRU cache (and other things missing from the standard library ...)
  36. problem querying WMI in a background thread
  37. re.compile
  38. RE: re.compile
  39. extending file?
  40. sublcassing dict without losing functionality
  41. Re: LRU cache (and other things missing from the standard library...)
  42. Re: "number-in-base" ``oneliner''
  43. Flushing stdout
  44. Will code for Carnaval?
  45. Translating escaped characters
  46. Re: spell checking
  47. RE: Translating escaped characters
  48. Why is heapify linear?
  49. SOAPpy and .NET - Help
  50. general class functions
  51. Re: New to Python
  52. Re: New to Python
  53. How to use Data Structure (such as Tree,link list) by Python?
  54. Finding min/max of numarray RecordArray
  55. wxPython frame
  56. RE: Matching Control Characters
  57. Newbie question
  58. Newbie Question
  59. RE: problem querying WMI in a background thread
  60. lrwp + xitami
  61. slice object unpickable
  62. vacation mail
  63. how to use httplib module http authentication??
  64. Calling python interpreter from a thread created in C
  65. Array of textboxes in Tkinter
  66. Python needs a CPyAN
  67. python backward incompatibilities
  68. 2d arrays
  69. Test a Python function within Python without importing
  70. Confused with Underscores in Python
  71. MDaemon Warning - virus found: error
  72. threads and exception in wxPython
  73. document as child in DOM ??
  74. Twisted problem
  75. Re: 2d arrays
  76. Re: Twisted problem
  77. JMS for CPython via JPype?
  78. Re: slice object unpickable
  79. Re: strong/weak typing and pointers
  80. function object and copies of variables
  81. Simple cross-platform audio playback and recording
  82. Re: Simple cross-platform audio playback and recording
  83. sh: test: argument expected
  84. sh: test: argument expected
  85. dicts & lists together
  86. Re: sh: test: argument expected
  87. [development doc updates]
  88. New Python Books?
  89. Send HTML e-mail in Python?
  90. Should I learn Python?
  91. dynamic or on-the-fly color changing in curses?
  92. Re: dynamic or on-the-fly color changing in curses?
  93. HTML to Text renderer
  94. unicode and strings
  95. Problems with profiling results (hotshot or normal) : almost allare incorrect
  96. RE: HTML to Text renderer
  97. Python script produces "sem_trywait: Permission denied"
  98. [ANN] pysqlite 2.0.alpha1
  99. FW: [Edu-sig] re: Whither PyGeo
  100. Re: HTML to Text renderer
  101. Python for PDAs/Mobile phones?
  102. Re: how to count server response time from client ??
  103. inferred typing
  104. [OT] nntp references, was re: pickling a dict
  105. Wrapping or converting Perl module?
  106. ANN: New configuration module released
  107. path problem with "setup.py bdist"
  108. Python CGI - Accepting Input, Invoking Another Process, Ending CGI
  109. Problems using numarray
  110. Extending Python questions
  111. printer delusion
  112. Can someone show me a code example that stuffs data into a web page and scrpaes the result ?
  113. recursive method in __init__
  114. RE: recursive method in __init__
  115. Re: Python for PDAs/Mobile phones?
  116. documenting PLYed parsers
  117. RELEASED Python 2.4, beta 2
  118. Re: RELEASED Python 2.4, beta 2
  119. Question about Python, more about clarity.
  120. how to handle command line output(not terminal handle)
  121. Off topic, but quick question...
  122. pep 336: Make None Callable
  123. ANN: PyMedia-1.2.3.0-pre2 is out
  124. Re: pep 336: Make None Callable
  125. pep 336: Make None Callable
  126. yet another recipe on string interpolation
  127. How to use sys.stdout
  128. SystemError: com_backpatch: offset too large
  129. question for sys.stdout
  130. recover data from html form
  131. Modification to asyncore.py to support threaded event loop
  132. How do you execute an OS X application (bundle) from Python?
  133. Your message to pl awaits moderator approval
  134. dijkstra algorithm by object oriented
  135. sh: test: argument expected and /etc/passwd
  136. (omniorb) Corba using with python
  137. HP10.x and PIL
  138. seg fault
  139. Re: seg fault
  140. Simple thread pools
  141. Python extension compatibility
  142. RE: dijkstra algorithm by object oriented
  143. RE: dijkstra algorithm by object oriented
  144. Re: Summary: strong/weak typing and pointers
  145. Re: Summary: strong/weak typing and pointers
  146. Re: Summary: strong/weak typing and pointers
  147. Python module for Mitsubishi PLC FX series - exist ?
  148. CGIs and file exclusion
  149. Storing objects in dictionary
  150. Re: Storing objects in dictionary
  151. Extract Title from HTML documents
  152. Exception during win32all installation
  153. RE: Storing objects in dictionary
  154. ?? Modules for GPIB and Ethernet ??
  155. Re: dijkstra algorithm by object oriented
  156. Re: Simple thread pools
  157. MySQL blobs confusion
  158. Re: Wrapping or converting Perl module?
  159. File Upload Problem
  160. win 2003 server
  161. exec code in "globaldict"
  162. looking for gtk.glade documenation
  163. Has anyone released a Python "mock filesystem" for automated testing?
  164. Has anyone released a mock time module?
  165. bit operations with python?
  166. Re: dijkstra algorithm by object oriented
  167. urwid with multi-byte encoded and bidirectional text?
  168. why python is slower than java?
  169. Script Generation, help!
  170. deref in a string into an operand
  171. py2exe sf.net hosed???
  172. recursion in __cmp__
  173. Umlauts, encodings, sitecustomize.py
  174. Re: Simple thread pools
  175. sys.stdout .>_<.
  176. RE: dijkstra algorithm by object oriented
  177. Python for 8/16 Bit MSDOS ( 486 / 586 / K5 / K6/ Beck-IPC ) processors.
  178. Re: Not a flame war--curious about Python vs. Tcl
  179. Re: Simple thread pools
  180. Add a file to a compressed tarfile
  181. ANN: EasyDialogs for Windows version 1.16.0
  182. PyXml and XPath implementation
  183. sh: test: argument expected
  184. Python compressed URL post
  185. Usage statistics?
  186. generic way to access C++ libs?
  187. ANN: Dabo Licensing Change
  188. tempfile and curses (putwin() and getwin())
  189. ANN: PyTables 0.9 released
  190. Re: sh: test: argument expected and /etc/passwd
  191. xml.dom.minidom appendChild/toxml formatting problem
  192. executing python code
  193. ANN: ActivePython 2.4b2 is available
  194. How come wxPython isn't in the standard library?
  195. Python for Reverse Engineering
  196. Weekly Python Patch/Bug Summary
  197. Re: How come wxPython isn't in the standard library?
  198. Tkinter for system administration?
  199. Beginning with Classes
  200. checking a thread has started
  201. Python OS
  202. Importing problems
  203. Re: Python OS
  204. Re: Add a file to a compressed tarfile
  205. Re: checking a thread has started
  206. Enabling/disabling module imports based on a setting
  207. Sax Handler
  208. Re: checking a thread has started
  209. Pythonbindings for Subversion
  210. parsing pyton code
  211. PEP new assert idiom
  212. supressing '\n' at the end
  213. Shortcut needed: avoiding temporary variables with regular expressions
  214. Re: checking a thread has started
  215. Re: Python OS
  216. Re: PEP new assert idiom
  217. Re: checking a thread has started
  218. windows, spawnl, and sys.argv
  219. ANN: Updated beginner's tutorial
  220. Re: Python OS
  221. interning strings
  222. Re: Python OS
  223. AX.25 modules for python?
  224. Installed MacPython 10.3 Addons - Can't find Modules, even standard ones.
  225. Re: Python OS
  226. Re: DNS caching in python2.2
  227. RE: remove assert statement (Was: Re: PEP new assert idiom)
  228. Re: determine IP
  229. Re: determine IP
  230. Re: determine IP
  231. Re: determine IP
  232. Re: determine IP
  233. Re: Stupid Americans! -- Stupid... Stupid... STUPID!!! ___________tyjqip
  234. Re: determine IP
  235. problem with glutKeyboardUpFunc and glutFullScreen in pyOpenGL
  236. Move mouse cursor to middle of the aplication window
  237. Re: parsing pyton code
  238. Re: problem with glutKeyboardUpFunc and glutFullScreen in pyOpenGL
  239. Eric3 and mod_python debugging ?
  240. Stop spaces from appearing when printing to file
  241. Floating point -> string conversions
  242. Email "portal" in Python?
  243. mod_python, multiple calls to PythonAuthenHandler
  244. SAX parse string to Handler??
  245. pep 8 converter?
  246. Import Python Class/methods into C++
  247. Py2exe help for beginner
  248. psycopg, transactions and multiple cursors
  249. unicodedata . normalize (NFD - NFC) inconsistency
  250. unicode string literals and "u" prefix