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 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318

  1. Re: RELEASED Python 3.0rc3
  2. how to dynamically instantiate an object inheriting from severalclasses?
  3. matching exactly a 4 digit number in python
  4. __new__ woes with list
  5. initialization in argument definitions
  6. can the sequence of entries in a dictionary be depended on?
  7. Re: how to get all repeated group with regular expression
  8. Building Python 2.5.2 for Itanium
  9. Re: how to get all repeated group with regular expression
  10. Re: how to get all repeated group with regular expression
  11. Custom Formatting The Output Of subprocess.Popen
  12. Need help converting text to csv format
  13. Best strategy for finding a pattern in a sequence of integers
  14. Build of extension module depending on external lib fails on Solaris 10
  15. RELEASED Python 3.0rc3
  16. Re: how to get all repeated group with regular expression
  17. how to get all repeated group with regular expression
  18. Re: call an exturnal program in python
  19. call an exturnal program in python
  20. Re: Can't find Python Library packages in Ubuntu (Debian)
  21. Re: Can't find Python Library packages in Ubuntu (Debian)
  22. strange pythoncom.com_error - it only happens once
  23. Dynamic features used
  24. How to read space separated file in python?
  25. A little comments of ctypes and construct.
  26. how to run python file from the python IDLE editor
  27. capacitor
  28. Re: How to get the class instance of a passed method ?
  29. how to run afile with an argument from python IDLE editor
  30. Re: GzipFile as a Context manager
  31. Re: F2PY: Access Fortran module data from multiple python module
  32. Sending username password to a webpage
  33. Re: Problem with writing fast UDP server
  34. Re: Python / Debian package dependencies
  35. Searching for Regular Expressions in a string WITH overlap
  36. How to run a python app in the background?
  37. Re: How to get the class instance of a passed method ?
  38. function parameter scope python 2.5.2
  39. How to get the class instance of a passed method ?
  40. How to get the class instance of a passed method ?
  41. Tools for using virtual environments and PEP 370
  42. Re: Fwd: Problem with writing a long line in a text file
  43. Python 3 __cmp__ semantic change?
  44. Re: Fwd: Problem with writing a long line in a text file
  45. SOAPpy SyntaxError
  46. Nokia N96 16GB -GSM- Cell Phone (Unlocked) Quad Band
  47. C extension type gives type error in power operator
  48. Problem with writing fast UDP server
  49. imported method from module evaluates to None in some cases
  50. Can't find Python Library packages in Ubuntu (Debian)
  51. strange permission issue with nosetests
  52. Ip format
  53. Hooking windowsmessages with python
  54. Re: Two functionaly identical functions -> different results ??!
  55. RE: Why is try...except in my code not working (gzip/text files) ?
  56. [ANN] logilab-astng 0.17.4
  57. Re: Getting fractional part from a float without using stringoperations
  58. Re: Getting fractional part from a float without using stringoperations
  59. Moving file on remote server: How?
  60. Module Structure/Import Design Problem
  61. [ANN]: circuits-1.0a2 released!
  62. help with comparison
  63. Re: Exception difference 2.4 ==> 2.5
  64. Python / Debian package dependencies
  65. Using eval, or something like it...
  66. Re: Why is try...except in my code not working (gzip/text files) ?
  67. Re: Building musical chords starting from (a lot of) rules
  68. Re: Problem with writing a long line in a text file
  69. Re: Exception difference 2.4 ==> 2.5
  70. Designing superclasses so inherited methods return objects with sametype as the instance.
  71. Re: Exception difference 2.4 ==> 2.5
  72. Re: spam update
  73. Re: Exception difference 2.4 ==> 2.5
  74. Re: Programming exercises/challenges
  75. GzipFile as a Context manager
  76. calling python scripts as a sub-process
  77. Quick nested loop syntax?
  78. Re: PEP 324 error
  79. Re: Inheriting frozenset gives bug if i overwrite __repr__ method
  80. broken setuptools dependencies
  81. Re: Exception difference 2.4 ==> 2.5
  82. XML -> Tab-delimited text file (using lxml)
  83. Python image library issue: domain users cannot save files?
  84. wxPython BoxSizer
  85. More elegant way to try running a function X times?
  86. Getting fractional part from a float without using string operations
  87. Inheriting frozenset gives bug if i overwrite __repr__ method
  88. Non blocking socket server and storage engine
  89. Possible bug in Tkinter for Python 2.6
  90. Python bytecode STORE_NAME
  91. python vs smalltalk 80
  92. zope vs openACS
  93. Re: Exception difference 2.4 ==> 2.5
  94. Exception difference 2.4 ==> 2.5
  95. PEP 324 error
  96. Re: Programming exercises/challenges
  97. Re: Programming exercises/challenges
  98. Programming exercises/challenges
  99. How to deal with globals during refactoring classes into separatefiles.
  100. Re: Do a Gnuplot of a file in python
  101. file tell in a for-loop
  102. how to acces the block inside of a context manager as sourcecode
  103. Meet Singles From All Over The World .. FOR FREE !!
  104. Re: Class instantiation fails when passed in a file but work via lineby line interpreter
  105. redirecting stdout/err to mysql table
  106. Re: Class instantiation fails when passed in a file but work vialine by line interpreter
  107. redirecting stdout to mysql table
  108. Re: Class instantiation fails when passed in a file but work vialine by line interpreter
  109. Class instantiation fails when passed in a file but work via line byline interpreter
  110. spam update
  111. Cython Installation on Windows
  112. setting permissions to a file from linux.
  113. Re: SHA1withRSA in python
  114. [ANN] Tyrton ERP 1.0 released
  115. Re: PP3E error
  116. who to thank for the new RST doc format?
  117. Design By Contract in Python
  118. Re: parsing grub's menu.lst
  119. Re: PP3E error
  120. Re: Problems Writing £ (pound sterling) To MS SQL Server using pymssql
  121. subprocess with shared environment?
  122. segfault matplotlib with Python2.6
  123. Re: possible newline problems
  124. Re: Retrieve Custom 404 page.
  125. possible newline problems
  126. Retrieve Custom 404 page.
  127. regular expressions ... slow
  128. Re: How to read fonts in python
  129. external program crashes when run through subprocess.popen on XP
  130. Re: Socket Programming and Data transer 'advice'
  131. Multiple equates
  132. parsing grub's menu.lst
  133. Re: Problems Writing £ (pound sterling) To MS SQL Server using pymssql
  134. Suggestions for an education programming project
  135. compressed serialization module
  136. Will MySQLdb, the Python shim, be supported for Python 2.6 or 3.x?
  137. Re: Django or TurboGears or Pylons? for python web framework.
  138. Python-URL! - weekly Python news and links (Nov 17)
  139. Installing Python2.6 on Mac Os (Leopard)
  140. Re: Problems Writing £ (pound sterling) To MS SQL Server using pymssql
  141. Re: PP3E error
  142. Pythonwin not loading DLL, should I change extensions by .pyo or pyd?
  143. install wxPython on windows without admin?
  144. Re: How to read fonts in python
  145. Best practise hierarchy for user-defined exceptions
  146. os.pipe and subprocess under Windows
  147. Sorting lists
  148. Uninstall one of two Python's
  149. Python3 - it's awesome
  150. svg and html
  151. Looking for Advice: Creation vs Access in OO Models
  152. Re: PP3E error
  153. PP3E error
  154. RE: [Py2exe-users] py2exe 0.6.9 released
  155. Python and Its Libraries--Who's on First?
  156. end child process when parent dies (on Unix)
  157. Win 98 with Python 2.5--matplotlib and Numpy problem
  158. Re: [Py2exe-users] py2exe 0.6.9 released
  159. document/image viewer
  160. Very simple WSGI question
  161. ANN: PySmell 0.7.2 released, many TextMate improvements
  162. C extension - new and init functions
  163. Midi manipulation
  164. Re: Customizing sequence types
  165. Re: Customizing sequence types
  166. Newbie code review of parsing program Please
  167. python script to act as list server
  168. Does python is suitable for enterprise cluster management?
  169. re.match and non-alphanumeric characters
  170. Have you ever used pydiction?
  171. Customizing sequence types
  172. Win 98 --Is 2.4.x The last version of Python for It?
  173. Is this optparse object abuse?
  174. [urllib2] No time-out?
  175. python 2.6, MS manifest and distutils
  176. py2exe 0.6.9 released
  177. about escape string store in mysql
  178. Palette-mode PNG images
  179. Need help in understanding a python code
  180. PP3E error
  181. pyspread 0.0.10 released
  182. Re: Two instances share an attribute
  183. Two instances share an attribute
  184. Generators and their next() and send() methods
  185. [ANN] TZMud 0.7
  186. Regular expression and exception
  187. Comparing value in two dictionaries?
  188. Suggest a Labs feature
  189. comp.lang.python
  190. english
  191. Re: Redirect Graphical output
  192. Optional parameter object re-used when instantiating multiple objects
  193. don't get JPE (Java Python Extension) compiled.
  194. Good practice when writing modules...
  195. Re: Building musical chords starting from (a lot of) rules
  196. How to eliminate quotes around string field written to a file.
  197. Re: web site feedback page using python for sending email
  198. ANN: ActivePython 2.6.0.0 is now available
  199. Re: Unsubscriptable object when using Exec
  200. C Function Pointer Wrapping Example not working
  201. object creation
  202. ElementTree XML Namspace
  203. Re: special editor support for indentation needed.
  204. Re: Multiprocessing vs. [Pyro, RPyC]
  205. Re: Multiprocessing vs. [Pyro, RPyC]
  206. Multiprocessing vs. [Pyro, RPyC]
  207. Question: what to do, my Python is getting crazy
  208. Re: Sort dictionary by value when value is a list
  209. Re: special editor support for indentation needed.
  210. Looking for traffic generating utility (like ping)
  211. special editor support for indentation needed.
  212. find() a larger string within a smaller string
  213. Fw: automatic reload
  214. web site feedback page using python for sending email
  215. Re: Building musical chords starting from (a lot of) rules
  216. Re: Building musical chords starting from (a lot of) rules
  217. Building musical chords starting from (a lot of) rules
  218. automatic reload
  219. SWIG: C++ and Python/ vector<string>
  220. Can I check if I'm running from the interpreter prompt?
  221. Determine the best buffer sizes when using socket.send() andsocket.recv()
  222. C or C++ with Pyparsing?
  223. running same script on same data on two different machines -->different result
  224. Proxy + cookie: urllib2? httplib2? Other?
  225. urllib2 - safe way to download something
  226. Re: using "private" parameters as static storage?
  227. Clustering the keys of a dict according to its values
  228. xlutils 1.1.0 released!
  229. Windows PE and Python 2.6 (Side-by-Side error)
  230. Identifying unicode punctuation characters with Python regex
  231. [UnicodeEncodeError] Don't know what else to try
  232. Re: Code generation architecture question
  233. Win98, Python 2.5 and plotmatlib
  234. Re: using "private" parameters as static storage?
  235. Re: using "private" parameters as static storage?
  236. Re: using "private" parameters as static storage?
  237. email notifier question ??
  238. Re: using "private" parameters as static storage?
  239. Re: using "private" parameters as static storage?
  240. To throw or to throw not?
  241. How to use a contiguous memory location of n bytes in python
  242. Chinese antique
  243. Re: ctypes shared object FILE*
  244. Python IF THEN chain equivalence
  245. Little direction please Python MySQL
  246. Avoiding local variable declarations?
  247. Re: What is the best Python GUI API?
  248. Re: using "private" parameters as static storage?
  249. Installing packages
  250. Re: unittest exits