PDA

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 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296

  1. xml marshal of general (but non Python standard) class
  2. IronPython 0.7 released!
  3. Pattern matching from a text document
  4. Windows, Python and low level networking
  5. Snakelets via SSL
  6. os.stat access and modify time same on WinXP
  7. inter threading info
  8. [Python-Announce] cfgparse v01_01 released
  9. How to pickling VT_DATE values?
  10. Python to C++ conversion substituting vectors for lists in a recursive function
  11. PyGTK Button Size Question
  12. setattr inside a module
  13. Python to c++ conversion problem
  14. Embeding Py: failed to instantiate a class
  15. {VIRUS?} Returned mail: see transcript for details
  16. Anonymus functions revisited : tuple actions
  17. Re: Read from the last line of a file?
  18. Read from the last line of a file?
  19. multi-threaded list update
  20. ebXML and Python
  21. Passing arguments to python from URL
  22. Regular Expressions
  23. comparison puzzle? bug?
  24. cross platform use of set locale
  25. Python RegExp
  26. typo in the library reference?
  27. wanted: visual report templating system
  28. Httplib request method
  29. MinGW building with Python 2.4
  30. How to use subprocess
  31. Re: Getting the word to conventional programmers
  32. XML/RPC server with SSL in Python
  33. Re: possible bug?
  34. FW: FW: Python help group
  35. urllib versus IIS
  36. C type buffer copy
  37. Confirm: compiled re(gexps) are thread safe?
  38. .pth files?
  39. The Running Time of +=
  40. [perl-python] sorting matrixes
  41. Submission for Python Limmerick Contest
  42. possible bug?
  43. regarding ignore case sensitive of a string using regularexpressions
  44. Doubt regarding exec function
  45. Re: (noob alert) why doesn't this work?
  46. [ANN] Dabo 0.3.2 Released
  47. Getting the word to conventional programmers
  48. (noob alert) why doesn't this work?
  49. Using default a empty dictionary as a default value
  50. Embeding Py: failed to instantiate a class
  51. Begniner Question
  52. Anonymus functions revisited
  53. Anonymus functions revisited
  54. Re: sorting a dictionary?
  55. RE: sorting a dictionary?
  56. sorting a dictionary?
  57. C pointers/Python
  58. RE: Set literals
  59. Set literals
  60. Python 2.4 | 7.3 The for statement
  61. PIGIP Meeting tonight -- Python Interest Group In Princeton
  62. Sending hex number as is
  63. Python 2.4 (Windows) Binaries of SciPy
  64. Wikipedia - conversion of in SQL database stored data to HTML
  65. pyopengl and py2exe
  66. python-dev Summary for 2005-03-01 through 2005-03-15
  67. spaces in re.compile()
  68. Save passwords in scripts
  69. xmlrpc with Python and large datases
  70. Constructor class problem
  71. UTF Questions
  72. Please help for Python programming
  73. missing? dictionary methods
  74. IconvCodec, UTF-32 & P4 ?
  75. exec src in {}, {} strangeness
  76. PyPI errors?
  77. Getting directory size
  78. printing anomaly
  79. Sybase module 0.37pre2 released
  80. Shell re-direction
  81. Overloaded Constructors?!?
  82. I'm just an idiot when it comes logging
  83. HTML editor component?
  84. Lowest hassle Python web server?
  85. Software for Poets (Was: Re: Text-to-speech)
  86. getting text from WinXP console
  87. Changing the Keyboard output
  88. For loop extended syntax
  89. How to pass parameter when importing a module?
  90. what is \s+ and \S+ means in re.compile?
  91. [ann] fdups 0.15
  92. Overloaded Constructors?!?
  93. Python scope is too complicated
  94. simultaneous copy to multiple media
  95. generating audio signals
  96. how can I put a 1Gb file in a zipfile??
  97. Re: Text-to-speech
  98. beeping portably
  99. 1
  100. Text-to-speech
  101. Simple sizer question
  102. inline comparison
  103. Building Time Based Bins
  104. How two modules call functions defined in each other?
  105. how to refresh grid on a notebook?
  106. 2.4 crashes when try to exit app and mulitple threads active
  107. ANN: Snakelets 1.38 (simple-to-use web app server with dynamic pages)
  108. How to create an object instance from a string??
  109. FAQ 1.7.3 : How can I have modules that mutually import each other
  110. importing two modules with the same name
  111. Re: subprocess 'wait' method causes .py program to hang.
  112. subprocess 'wait' method causes .py program to hang.
  113. program hangs when external process crashes
  114. sound processing - avarage amplitude?
  115. determine os language
  116. Build an Email Server with Sockets and MIME
  117. Checking if port is in use.
  118. Shared Memory Example (Python, ctypes, VC++)
  119. pickle: No module named on. HELP!
  120. [question] Event Handeling Between Two wxPanles in A wxNotebook
  121. Variable Variable
  122. how to use structured markup tools
  123. [development doc updates]
  124. Sybase module 0.37pre1 released
  125. Weekly Python Patch/Bug Summary
  126. ElementTree Tidy HTML Tree Builder and comments
  127. Virus in your Mail to empire.support
  128. Pre-PEP: Dictionary accumulator methods
  129. Python tutorial for LinuxQuestions.org?
  130. Working with Huge Text Files
  131. PyGTK and pyexe
  132. ANN: 2005 International Obfuscated Ruby Code Contest (IORCC)
  133. survey of modules to be added to stdlib
  134. program hangs when external process crashes
  135. Dr. Dobb's Python-URL! - weekly Python news and links (Mar 18)
  136. setDocumentLocator in validating parser (xmlproc)
  137. Dr. Dobb's Python-URL! - weekly Python news and links (Mar 18)
  138. How to I restart an interactive session?
  139. OSX / Python 2.3 error"truncated or malformed object ..."
  140. PyGTK Popup menu?
  141. [ANNOUNCE] Twenty-third release of PythonCAD now available
  142. Windows question from Mac guy
  143. Import mechanism to support multiple Python versions
  144. wxPython and loading multiple panels (code included)
  145. syntax incorrect with regex
  146. Database connection caching
  147. adding a path module to stdlib
  148. raise takes a long time
  149. GIL release
  150. HELP:UnboundLocalError: local variable '_nntp' referenced before assignment
  151. html escape sequences
  152. [Job] London based Python / Zope web developer positions
  153. xmlproc maintainer?
  154. (Tkinter) Adding delay to PopUpMsg
  155. Teiei kiri listi Linux-ee ootab moderaatori otsust.
  156. RELEASED Python 2.4.1, release candidate 2
  157. create/access dynamic growth list
  158. how to handle repetitive regexp match checks
  159. generic text read function
  160. Interface support?
  161. PyGoogle featured on Google Code
  162. PyZeroConf Question
  163. fastest postgresql module
  164. Proposal for adding Shallow Threads and a Main Loop to Python
  165. metaclass error
  166. Hi Guys. First Time Poster
  167. metaclass error
  168. list of unique non-subset sets
  169. RE: How to create datetime object from DbiDate (win32.odbc)?
  170. Memory mapped File (Python win32 extensions)
  171. Simple account program
  172. A Q. on pop().
  173. MySQL problem
  174. PyCon: Request for Video Cameras
  175. How to create datetime object from DbiDate (win32.odbc)?
  176. Splitting with Regular Expressions
  177. tkinter: call root.after from a thread?
  178. Importing package modules from C-extension
  179. minidom get Element value
  180. ConfigParser
  181. sgmlop: malformed charrefs?
  182. Static parameter count
  183. psyco install problem
  184. HELP: Bitmaps Using Tkinter ?
  185. Calling the C API from Python and Python program from same C API -bidirectional
  186. Linking problems under irix6 with embedded Python2.4
  187. ANNOUNCE: wxPython 2.5.4.1
  188. Is Python like VB?
  189. wxPython vs. pyQt
  190. delny & qhull installed on Windows?
  191. Obfuscated Python: fun with shadowing builtins
  192. [maintenance doc updates]
  193. I can do it in sed...
  194. RE: code for Computer Language Shootout
  195. COM connection point
  196. Simple XML-to-Python conversion
  197. ElementTree, how to get the whole content of a tag
  198. replace from end of string?
  199. When is a thread garbage collected?
  200. Access denied calling FireEvent in Python
  201. importerror all 3rd party modules
  202. _conditionally_ returning to point where exception was raised?
  203. How to add a shapefile to an existing ArcMap 9.x project using Python?
  204. Mark attribute as read-only
  205. Writing C readable bitfield structs?
  206. computing a weighted sum
  207. Getting current variable name
  208. pyXPCOM with mozilla 1.7 + python 2.4
  209. Mod_python installation: apache Warning
  210. multiple import of a load of variables
  211. {SPAM} Remote debugging
  212. iterable terminology (for language lawyers)
  213. Super job openings for Python users with MNC in B'LORE with onsiteopportunities
  214. Good use for Jython
  215. code for Computer Language Shootout
  216. SAX parsing problem
  217. how to read a tab delimited file
  218. Python Debug logging
  219. Dumping an instance
  220. Re: Accessing the contents of a 'cell' object from Python
  221. Problem with _imaging.pyd in windows
  222. Re: Accessing the contents of a 'cell' object from Python
  223. why this error?
  224. Minidom empty script element bug
  225. Accessing the contents of a 'cell' object from Python
  226. How to create stuffit files on Linux?
  227. ElementTree/DTD question
  228. GUI toolkit question
  229. Universal newline mode with cgi
  230. c.l.p.announce question
  231. readonly class attribute ?
  232. unicode converting
  233. Why tuple with one item is no tuple
  234. Question about string.printable and non-printable characters
  235. Python CGI discussion Group
  236. pygtk: edited signal and selected column
  237. possible solution for bsddb > get data results on the internet.
  238. Truncated file without unbuffered mode
  239. Jython Phone Interview Advice
  240. Tkinter wrappers for TkTreeCtrl and Tile
  241. [perl-python] unicode study with unicodedata module
  242. simulated samba server
  243. python version anachronism
  244. raising an exception in one thread from an other. (PyThreadState_SetAsyncExc)
  245. Bitmaps On Buttons ?
  246. Downloading all files older than 3 hours from a ftp-server.
  247. variable arguments question
  248. RuntimeError: restricted attribute
  249. RotatingFileHandler and logging config file
  250. Wing IDE 2.0.2 Released