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 319

  1. Re: Representation of python code ?
  2. Re: how to protect the source
  3. Re: how to protect the source
  4. Not able to successfully call a webservice created in c# in python.
  5. Client server implementation
  6. Emacs, loading file into interpreter doesn't work
  7. Re: Recognizing the email package
  8. "Best" way to "drive" a Python program step by step.
  9. Rebinding __setattr__
  10. Re: Is there any nice way to unpack a list of unknown size??
  11. Re: How to emit Cyrillic and Chinese via unicode from console mode?
  12. Abstract class
  13. How to marshal objects to readable files?
  14. Re: Is there any nice way to unpack a list of unknown size??
  15. Re: How does python call OS?
  16. Is there any nice way to unpack a list of unknown size??
  17. how to exclude specific things when pickling?
  18. ANN: Leo 4.5.1 final released
  19. cjson 1.0.5 keyword argument
  20. PyMarshal Commands crash on Windows
  21. Why some blog entries at MSN Space support rss feed while othersdon't?
  22. Re: Windows / Tkinter - problem with grid - not able to placewidgets atdesired places
  23. Function getting a reference to its own module
  24. noob: subprocess clarification
  25. Re: How to emit Cyrillic and Chinese via unicode from console mode?
  26. recursion gotcha?
  27. Re: How does python call OS?
  28. Stuck connection in Python 3.0b2 http.server
  29. Re: I cannot find where Numpy 1.2 is located
  30. Re: I cannot find where Numpy 1.2 is located
  31. Re: I cannot find where Numpy 1.2 is located
  32. Unable to see os.environ['COLUMNS']
  33. code style and readability [was: Re: Checking the boolean value of acollection]
  34. Code example that will make a Skype connection?
  35. A service for testing Python code on multiple platforms and versions
  36. Re: XML RPC Problem....
  37. Re: Has any one out there ever worked with the Rpyc, which is a remoteprocess call for python
  38. Re: XML RPC Problem....
  39. Re: XML RPC Problem....
  40. Profiling, sum-comprehension vs reduce
  41. question about python
  42. Wrong application name in menubar of OS X
  43. Insider information, fackbook labs open today, we the first toregister!
  44. RELEASED Python 2.6rc1
  45. n00b question: Better Syntax for Coroutines?
  46. Re: Good python web programming books
  47. ctypes: Get full contents of character array
  48. Re: Python a good choice for experimenting with Win32 API?
  49. lxml build error in sun
  50. Re: dict slice in python (translating perl to python}
  51. I cannot find where Numpy 1.2 is located
  52. book example confusion
  53. Re: manipulating files within 'for'
  54. Re: manipulating files within 'for'
  55. Re: Which version
  56. Re: Which version
  57. Re: Which version
  58. manipulating files within 'for'
  59. Re: Newbie Question:Please help
  60. Re: Python a good choice for experimenting with Win32 API?
  61. setattr in class
  62. Checking the boolean value of a collection
  63. Injecting new names into the above frame
  64. Re: testing if another instance of a script is already running
  65. Re: testing if another instance of a script is already running
  66. testing if another instance of a script is already running
  67. Matching horizontal white space
  68. Good programming style
  69. Python on Windows XP 64-bit: python not found in registry
  70. Re: function return
  71. Need help for Py2exe
  72. Re: function return
  73. Has any one worked with Rpyc
  74. Has any one out there ever worked with the Rpyc,which is a remote process call for python
  75. Finding tcltk when building Python on Windows
  76. Re: Accessing __slots__ from C
  77. Re: PLEASE HELP ME WITH THIS ASSIGNMENT...PLEASE....
  78. Re: PLEASE HELP ME WITH THIS ASSIGNMENT...PLEASE....
  79. Re: wx
  80. Re: How to Determine Name of the Day in the Week
  81. ReportLab 2.2 has been released
  82. Please help me finding a way to implement os.path.issubpath(a, b)
  83. conditional install/distribution
  84. Re: Gateway to python-list is generating bounce messages.
  85. Enumerating ordered expat attributes with tuplets?
  86. huge socket recv speed discrepancy between different OSs
  87. Re: function return
  88. Python platform.
  89. Re: Python and Open Office
  90. catching exceptions from fortran
  91. Re: function return
  92. Re: function return
  93. Better error message on recursive import
  94. Extracing data from webpage
  95. Re: Adding environment variables to bash.
  96. how dump a program which is running in memory
  97. Is len O(n) or O(1) ?
  98. problem with interpreter
  99. Re: Gateway to python-list is generating bounce messages.
  100. Re: Adding environment variables to bash.
  101. Re: XML RPC Problem....
  102. Use Python to solve equations?
  103. Re: SSH using PEXPECT
  104. Re: Web shopping carts
  105. Re: PLEASE HELP ME WITH THIS ASSIGNMENT...PLEASE....
  106. Re: Alternatives to traditional RDBMS
  107. handling uncaught exceptions with pdb?
  108. formating a filesystem with python
  109. Persuading ConfigParser to give me the section elements in the sameorder as the file
  110. Re: Python and Open Office
  111. Re: Python and Open Office
  112. Is there a SOAP module that can do this...?
  113. PYTHON FOR THE MSP430 or DSP ?
  114. Simple UDP server
  115. Re: subprocess.Popen hangs at times?
  116. RE: removing text string
  117. emulating read and readline methods
  118. Reading binary data
  119. Re: md5 differences
  120. Presenting calculation results
  121. Re: md5 differences
  122. Generator functions and user interfaces
  123. Re: md5 differences
  124. md5 differences
  125. dict slice in python (translating perl to python)
  126. subprocess.Popen hangs at times?
  127. removing text string
  128. Accessing __slots__ from C
  129. Re: Web shopping carts
  130. Re: Python-URL! - weekly Python news and links (Sep 9)
  131. Alternatives to traditional RDBMS
  132. [Fwd: Re: Python extension, where am I going wrong]
  133. Re: Web shopping carts
  134. PHP's str_replace ?
  135. Re: Python extension, where am I going wrong
  136. Adding further report options to unittest.py
  137. Python extension, where am I going wrong
  138. Re: Web shopping carts
  139. Re: Web shopping carts
  140. ImportError: No module named zipextimporter on py2exe when {
  141. which of these 2 quicksorts is faster?
  142. I want to use a C++ library from Python
  143. NumPy arrays that use memory allocated from other libraries or tools
  144. Simplest solution for formatting local time in iso 8601 includingtime zone.
  145. Re: Looking for a Duo - file comparison and a file parser
  146. Pexpect echoes twice for each read
  147. dynamic allocation file buffer
  148. rss feed generation
  149. wxpython ms-dos black window popping up in background
  150. Re: biopython
  151. Iowa Python Users Group - First Meeting
  152. Wx Python - Code Structure & Event Handling
  153. Deflate with urllib2...
  154. Using NamedTemporaryDir instead of multiple NamedTemporaryFiles
  155. check if the values are prensent in a list of values
  156. PYTHONSITEDIR environment variable
  157. MySQLdb + AMD64
  158. Re: how to use execfile with input parameters
  159. F2PY changing integers to arrays???
  160. XML-RPC "filter"
  161. noob help request - how to make a list of defined class?
  162. creating an (inefficent) alternating regular expression from a listof options
  163. Python training in Colorado, October 15-17
  164. Re: biopython
  165. How to record audio from Python on Mac?
  166. Python Installation and Running on Windows Vista
  167. Re: "AttributeError: 'module' object has noattribute 'getdefaultlocale'" on Python start
  168. Re: Newbie Question:Please help
  169. High Quality Girard Perregaux Foudrayante
  170. High Quality Concord Sportivo
  171. Correcting for Drift between Two Dates
  172. Parmigiani Toric Prices
  173. a11y & python
  174. Re: universal unicode font for reportlab
  175. Incorrect compiler found building extension on windows
  176. High Quality Baume & Mercier Diamant
  177. Swiss Army Classic Alliance Prices
  178. A Lange & Sohne Lange Double Split - A Lange & Sohne Watches
  179. RE: F2PY ?? Has anyone worked with the F2PY generator?
  180. Re: class(object) and (type)??
  181. F2PY ?? Has anyone worked with the F2PY generator?
  182. Re: The difference between __XX__ and XX method
  183. Re: Where does the command "ls" in some doctest files come from ?
  184. finding the parent class (not superclass) of the currently executingmethod derived from a Borg class
  185. Re: exit()
  186. exit()
  187. shelve file name extention
  188. Problems downloading and installing win32api
  189. Calling Common Lisp Game Developers
  190. Calling Common Lisp Game Developers
  191. Trying to make a spider using mechanize
  192. Catching subprocess stdout stream
  193. Re: firefox timestamp
  194. flock trouble
  195. Dictionaries and loops
  196. Dictionaries and loops
  197. Where does the command "ls" in some doctest files come from ?
  198. Where does the command "ls" in some doctest files come from ?
  199. Re: Unable to start a process with subprocess Popen()
  200. Unable to start a process with subprocess Popen()
  201. Syntax Problem with strptime in Python 2.4
  202. Syntax Problem with strptime in Python 2.4
  203. Test if list contains another list
  204. String to hexadecimal conversion
  205. universal unicode font for reportlab
  206. Clearing a session and reload() problem (with repro error)
  207. How do I set a callback in Python?
  208. Spotlight Searching in Python - Mac OSX
  209. Subprocess freezes when piping from stdout.
  210. Read and write binary data
  211. lacking follow-through
  212. problem with permutations
  213. Re: __builtins__ magic behavior
  214. __builtins__ magic behavior
  215. formatting a string with thousands separators
  216. [ANN] The Python Papers Vol 3 Iss 2 in one PDF
  217. doctest not seeing any of my doc tests
  218. nizoral ketoconazol in Laverlochere ketoconazole side effects generic nizoral medication nizoral pastile loprox
  219. Python and M2Crypto question
  220. Error importing mxTidy
  221. tracking collection modification
  222. unexpected class behaviour
  223. Re: Directory creation
  224. This group contains information about IT Requirements in USA as wellas Hotlist of Candidates from the participating members
  225. Mail delivery problems
  226. Setter Propertys' mro?
  227. RE: Use BeautifulSoup to delete certain tag while keeping its content
  228. Cathing several potential errors?
  229. Multicore-programming?
  230. modules path
  231. Re: atomic section in code
  232. Re: max(), sum(), next()
  233. String/Number Conversion
  234. How to merge a module into a package w/ distutils?
  235. How to run PyOS_InputHook from python code (i.e. yield to event loops)
  236. Failure in building ctypes with intel icc
  237. Re: Calling global functions from a class?
  238. Want to display a message box while subprocess is running
  239. [matplotlib] Overlapping axis text
  240. Canonical way to build Python 2.6/svn on MacIntel/MacOSX10.5 with icc32bits 10.1.014
  241. Use BeautifulSoup to delete certain tag while keeping its content
  242. Re: wxPython problem
  243. How to bring subprocess to the foreground?
  244. Re: embed python in ms-word?
  245. Re: wxPython problem
  246. Learning Python
  247. wxPython problem
  248. IT JOBS
  249. embed python in ms-word?
  250. Re: indices question