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. error on importing variable value
  2. Fate of itertools.dropwhile() and itertools.takewhile()
  3. pdf library.
  4. Mix different C source files into a single one
  5. Bizarre behavior with mutable default arguments
  6. Optional code segment delimiter?
  7. Howto on callbacks, queues and good design patterns
  8. do i need to create new rgbimage class
  9. Re: joining rows
  10. Brussels Python Interest/Users Group
  11. Re: i18n questions
  12. Re: parallel processing in standard library
  13. sqlobject issue/question...
  14. pipes python cgi and gnupg
  15. Strange Behavior: csv module & IDLE
  16. Very strange caching problem with python script run from apache
  17. difference between `x in list` and `list.index(x)` for instances of anew-style class
  18. Tab indentions on different platforms?
  19. http proxy question
  20. Re: distutils: troubles with install
  21. Re: os.system question
  22. os.system question
  23. i18n questions
  24. Re: parallel processing in standard library
  25. Choosing a new language
  26. documentation
  27. Re: comparing dictionaries to find the identical keys
  28. Re: comparing dictionaries to find the identical keys
  29. Compiler or stg. to get exe!
  30. OOP: How to implement listing al 'Employees'.
  31. Dynamically created objects
  32. Understanding tempfile.TemporaryFile
  33. Understanding tempfile.TemporaryFile
  34. Remove namespace declaration from ElementTree in lxml
  35. Re: Dynamic DNS with a python script
  36. Python-URL! - weekly Python news and links (Dec 28)
  37. os.fork leaving processes behind
  38. "Impure" Python modules
  39. Taxicab Numbers
  40. Re: parallel processing in standard library
  41. Removing compile option in distutils
  42. mysqldb SELECT COUNT reurns 1
  43. ANNOUNCE: Spiff Integrator 0.1
  44. SDTimes - Trends From 2007: "Dynamic languages are on the rise."
  45. Blasting new year
  46. Re: Dynamic DNS with a python script
  47. Pivot Table/Groupby/Sum question
  48. Re: Dynamic DNS with a python script
  49. Cheat sheet
  50. Python mouse EVT_COMMAND_LEFT_CLICK, EVT_LEFT_DOWN
  51. Building Python statically on linux
  52. unicode(s, enc).encode(enc) == s ?
  53. getting n items at a time from a generator
  54. Re: Accessing Visuall C++ DLL with Python
  55. standalone python web server
  56. Extracting images from a PDF file
  57. EUROMEDIA 2008, April 9-11, 2008, FEUP-University of Porto, Portugal- 2nd Call for Papers
  58. Big-endian binary data to/from Python ints?
  59. save gb-2312 web page in a .html file
  60. Bug in htmlentitydefs.py with Python 3.0?
  61. Python/Tkinter DLL conflicts on Windows
  62. interactive mode in python with ctypes???
  63. Writing Oracle Output to a File
  64. state of XSLT2/XPath2 or XQuery in CPython
  65. Geodetic software development
  66. The computer of the most sophisticated science and technology, in ourwebsites
  67. Game Development
  68. Re: smtplib problem, Unable to relay for <RESOLVED>
  69. help hisham to set up an online business
  70. Python for web...
  71. Gluon 1.15 is out
  72. ctypes based bindings for ImageMagick
  73. how to generate html table from "table" data?
  74. CPython and a C extension using Boehm GC
  75. How to detect when a user switches between windows (in WinXP)?
  76. [newbie] Read file, and append?
  77. $
  78. Pexpect and a Linux Terminal
  79. Converting old "shelve" databases to gdbm
  80. very newbie question about exception handling
  81. Re: Python DLL in Windows Folder
  82. SWbemObjectEx not found
  83. Re: Python DLL in Windows Folder
  84. Re: Releasing malloc'd memory using ctypes?
  85. list in a tuple
  86. missing pydoc gui
  87. Damn error!
  88. ANN: Axon.STM 1.0.1 (release) Minimalistic Software TransactionalMemory (with examples)
  89. Bug writing/reading to file.
  90. how to protect directory traversal in mod_python based custom apps
  91. Happy Christmas Pythoneers
  92. convert pdf to png
  93. MySQL-python Error
  94. clearing selection in Tix.FileSelectBox
  95. Releasing malloc'd memory using ctypes?
  96. Re: Python DLL in Windows Folder
  97. why does a disabled button respond to clicks
  98. Re: Python DLL in Windows Folder
  99. Unicode Regular Expressions
  100. Python DLL in Windows Folder
  101. Re: Element bug?(ElementTree)
  102. Re: Local variables in classes and class instantiation
  103. Local variables in classes and class instantiation
  104. Re: Element bug?(ElementTree)
  105. Modify arguments between __new__ and __init__
  106. Element bug?(ElementTree)
  107. Inter-process communication, how? Part 2
  108. Re: Pure Python GUI lib?
  109. getattr() question
  110. OMG please help
  111. Re: Output buffer
  112. How do i scale my axes in matplotlib?
  113. 5 queens
  114. Tcl/Tk 8.5.0 released
  115. Re: Seperate Files
  116. doctest + sqlobject (TDD)
  117. OOP considered snake oil
  118. Twisted: UDP socket not closed.
  119. gtk.TreeView cell inconsistent state
  120. Pure Python GUI lib?
  121. disabling button
  122. fiber(cooperative multi-threading)
  123. Performance on local constants?
  124. Re: smtplib problem, Unable to relay for
  125. --> 9/11 Truth Manifesto By Joel S. Hirschhorn, the University ofWisconsin, Madison, and then senior official with the Congressional Office ofTechnology Assessment and the National Governors Association
  126. How to get Python to default to UTF8
  127. Re: smtplib problem, Unable to relay for
  128. Newbie question - what's the term for input/output to a web page?
  129. twisted/qt main loop integration
  130. 2.5.1 rpms?
  131. RE: pyTTS broken SOLVED
  132. Odd behavior in Python/Tkinter?
  133. huge slowdown on append
  134. exception message output problem
  135. How to draw IE browser content in a window created with PythonWin
  136. Re: pyTTS broken : (
  137. Re: replace c-style comments with newlines (regexp)
  138. How to handle multi-line quotes
  139. Understanding memory leak reports
  140. Re: detecting property modification
  141. Re: detecting property modification
  142. Re: detecting property modification
  143. mac dashboad
  144. detecting property modification
  145. smtplib problem, Unable to relay for
  146. Beginner question!
  147. Re: Sorting Objects by property using locale
  148. Re: How to delete this file ???
  149. Problem with parsing email message with extraneous MIME information
  150. Extract a number from a complicated string
  151. Sorting Objects by property using locale
  152. Re: socket in python with proxies
  153. Instrospection question
  154. Re: [capi-sig] Deploying embedded Python
  155. socket in python with proxies
  156. Re: How to spider through a secure site?
  157. 2D Game Development in Python
  158. Tkinter--unexpected behavior with pack_forget()
  159. A new group for MAYA - PYTHON lovers.
  160. replace c-style comments with newlines (regexp)
  161. Re: Why does __builtins__ mean different things...
  162. Why does __builtins__ mean different things...
  163. Need to open an Url and display it in a window created using Pythonwin extensions
  164. Is this a bug in int()?
  165. Re: Using ctypes with lib not found via ldconfig
  166. wxPython FileDialog, select folder
  167. Using ctypes with lib not found via ldconfig
  168. Regex Matching on Readline()
  169. readlines() reading incorrect number of lines?
  170. Hi to all
  171. How to make this Python code print blocks of text?
  172. Passing by reference
  173. xml-filter with XMLFilterBase() and XMLGenerator() shuffles attributes
  174. Python; jump to a concrete line
  175. Amusement - rotational palindrome generator
  176. POpen - Wait For Process To Complete
  177. How to memoize/cache property access?
  178. where is uno?
  179. Ping Implementation in Python
  180. Hexadecimal list conversion
  181. Valgrind and pexpect
  182. Is there *any* real documentation to PyWin32?
  183. Question about email-handling modules
  184. pop3_ssl Attachment problem
  185. Re: embed threaded python code, thread won't start right the way
  186. How do I use trace to generate coverage data in multi-threadedprograms?
  187. The People's Patriot Act: Expose 911 Truth
  188. embed threaded python code, thread won't start right the way
  189. Re: The 9/11 Truth Movement will never make sense
  190. pypi and easy_install
  191. Help %A in time.strftime(%A)
  192. Help %A in time.strftime(%A)
  193. Re: Durability and backward compatibility over 10 years...
  194. Re: class memebers
  195. RE: Is there a simple way to parse this string ?
  196. In an inherited class, "embedded" classes is referenced?
  197. Is there a simple way to parse this string ?
  198. integer subclass range behavior
  199. dbus bindings under Windows
  200. Re: help displaying pdf thru client/server
  201. help displaying pdf thru client/server
  202. 2¡Ñ ¡ÑAttractive and practical thing, ultra small advantage
  203. Where best to put local modules?
  204. How to in Python
  205. Preprocessing of input for the interactive interpreter?
  206. sending a rip1 request via python
  207. 3D plotting with python 2.5 on win32
  208. Need help with a regular expression
  209. error with wxPython2.8-win32-unicode-2.8.7.1-py25.exe
  210. Durability and backward compatibility over 10 years...
  211. pass 3D Matrix from matlab to C mex- file
  212. how to get string printed by PyErr_Print( )?
  213. How does setup.py work?
  214. Need help with "with-statement-compatible" object
  215. import X between submodules in a package
  216. Re: .NET and Python Integration Problem and PDF Library (Need Helpand Suggestions)
  217. Problem untaring python2.5
  218. Re: operator module isSequenceType with builtin set produces False
  219. NameError: name 'main' is not defined
  220. askopenfilename() as root window
  221. Re: .NET and Python Integration Problem and PDF Library (Need Helpand Suggestions)
  222. Crunchy release 0.9.8.6
  223. pySerial
  224. [search for reviewers] asyncore delayed calls feature
  225. build a syntax tree
  226. RE: Don't use __slots__ (was Re: Why custom objects take so muchmemory?)
  227. IronPython faster than CPython?
  228. Allowing Arbitrary Indentation in Python
  229. Strict mode?
  230. Re: Rounding
  231. Newbie observations
  232. Re: why only an msi-installer for windows ?
  233. Funny python cartoon... hope it's not a repost
  234. Why custom objects take so much memory?
  235. Re: .NET and Python Integration Problem and PDF Library (Need Helpand Suggestions)
  236. why only an msi-installer for windows ?
  237. Changing intobject to use int rather than long
  238. Best idiom to unpack a variable-size sequence
  239. Searching for Happiness ?
  240. clearing text on canvas
  241. Python-URL! - weekly Python news and links (Dec 18)
  242. New+old-style multiple inheritance
  243. Does fileinput.input() read STDIN all at once?
  244. Re: .NET and Python Integration Problem and PDF Library (Need Helpand Suggestions)
  245. .NET and Python Integration Problem and PDF Library (Need Help andSuggestions)
  246. checking a string against multiple patterns
  247. Re: Rounding
  248. Re: Rounding
  249. No tab completion if sys.stdout is redirected
  250. Python decompiler