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: How to read columns in python
  2. Re: Problem in accessing files with unicode fonts.
  3. How do I count the distance between strings in a list?
  4. Re: pysqlite smart search
  5. Re: how to conditionally add a dict in-line
  6. how to conditionally add a dict in-line
  7. getting tut. example to work
  8. Re: Code in __init__.py, is it bad form?
  9. Re: Code in __init__.py, is it bad form?
  10. Re: ZSI / MTOM
  11. Re: Code in __init__.py, is it bad form?
  12. ANN: SuPy 1.6
  13. Re: Code in __init__.py, is it bad form?
  14. Re: Peculiar swap behavior
  15. Re: Need to store dictionary in file
  16. Code in __init__.py, is it bad form?
  17. Re: can error messages be improved or can they be overridden ?
  18. Re: thanks very much indeed for your help is there a better way to dothis (python3) newby
  19. Re: can error messages be improved or can they be overridden ?
  20. Re: Can someone tell me why i get None at the end please this has mestuck for ages
  21. Re: Can someone tell me why i get None at the end please this has mestuck for ages
  22. Re: Need to store dictionary in file
  23. getting at individual bits inside byte field: struct module : bitwiseoperator
  24. Re: can error messages be improved or can they be overridden ?
  25. Re: read csv error question
  26. Re: read csv error question
  27. read csv error question
  28. Re: Peculiar swap behavior
  29. Re: Challenge: Please break this! [Python Security]
  30. Re: Challenge: Please break this! [Python Security]
  31. Re: Python won't run
  32. Re: Peculiar swap behavior
  33. Re: Top posting
  34. more on unescaping escapes
  35. Reading a tab delimited text file.
  36. Re: Challenge: Please break this! [Python Security]
  37. intermediate python csv reader/writer question from a beginner
  38. Re: Challenge: Please break this! [Python Security]
  39. Re: Top posting
  40. Python, HTTPS (SSL), tlslite and POST method (and lots of pain)
  41. Re: Top posting
  42. Re: Python C-API Object Allocation
  43. RE: Peculiar swap behavior
  44. Re: Top posting
  45. Re: Can someone tell me why i get None at the end please this hasme stuck for ages
  46. Re: Can someone tell me why i get None at the end please this has mestuck for ages
  47. python sql query in django
  48. Python, HTTPS (SSL), tlslite and POST method (and lots of pain)
  49. Extending Python Questions .....
  50. Python, HTTPS (SSL), tlslite and metoda POST (and lots of pain)
  51. Which group ...
  52. Re: Top posting
  53. Peculiar swap behavior
  54. Re: can error messages be improved or can they be overridden ?
  55. Re: can error messages be improved or can they be overridden ?
  56. Which GROUP to join ?
  57. unescape escapes in strings
  58. Re: can error messages be improved or can they be overridden ?
  59. Re: Is there a way to ask a class what its metaclasses are ?
  60. ANN: Python dBase 0.84.18 released!
  61. Python shell scripting and errors
  62. Python Imaging Library (PIL): create PDF from scratch
  63. A tale of two execs
  64. Re: different errors, return outside function and others
  65. charset problems with urllib/urllib2
  66. ZSI / MTOM
  67. Re: Solved: Metaclass conflict TypeError exception: problemdemonstration script
  68. Cheap business class tickets - 24/7
  69. opening files with names in non-english characters.
  70. Re: pysqlite smart search
  71. Server programming
  72. ANN: Shed Skin 0.1, an experimental (restricted-)Python-to-C++Compiler
  73. Re: shared lib from python code?
  74. ANN: SuPy 1.5
  75. Re: shared lib from python code?
  76. Get variables on constructor
  77. shared lib from python code?
  78. Re: different errors, return outside function and others
  79. Re: can error messages be improved or can they be overridden ?
  80. Access from class variable to one on constructor
  81. Re: Metaclass conflict TypeError exception: problem demonstrationscript
  82. Re: Metaclass conflict TypeError exception: problem demonstrationscript
  83. Metaclass conflict TypeError exception: problem demonstration script
  84. Re: Is there a way to ask a class what its metaclasses are ?
  85. Re: pysqlite smart search
  86. Re: different errors, return outside function and others
  87. Re: different errors, return outside function and others
  88. pysqlite smart search
  89. confusing UnboundLocalError behaive
  90. Re: different errors, return outside function and others
  91. How to open a remote file using python.
  92. How does one get from "ImportError: DLL load failed:..." to a culprit.dll and symbol?
  93. Re: pickle.load() on an dictionary of dictionaries doesn't loadfull data structure on first call
  94. Re: Problem trying to install ReportLab with easy_install
  95. Re: Python 3 and easygui problem
  96. Python on 64-bit Windows Vista
  97. Re: Python 3 and easygui problem
  98. Re: Python 3 and easygui problem
  99. Re: Python 3 and easygui problem
  100. Cheap last minute airline tickets - 24/7
  101. Re: Is there a way to ask a class what its metaclasses are ?
  102. Forwarding keyword arguments from one function to another
  103. Unexpected long pyserial read delay on Windows
  104. Re: datetime.time and midnight
  105. Windows Install Command Line
  106. Re: can error messages be improved or can they be overridden ?
  107. Reference or Value?
  108. Re: datetime.time and midnight
  109. RE: can error messages be improved or can they be overridden ?
  110. Re: datetime.time and midnight
  111. can error messages be improved or can they be overridden ?
  112. Re: Problem trying to install ReportLab with easy_install
  113. ECCOMAS Thematic Conference VipIMAGE 2009: Call for Thematic Sessionsand Papers
  114. Re: Python 3 and easygui problem
  115. Re: "metaclass conflict" error: where is noconflict ?
  116. RE: "metaclass conflict" error: where is noconflict ?
  117. Questionnaire
  118. Python AppStore / Marketplace
  119. intelligents spends little time here to become rich soon.. valuablesite just step in..
  120. intelligents spends little time here to become rich soon.. valuablesite just step in..
  121. Re: "metaclass conflict" error: where is noconflict ?
  122. intelligents spends little time here to become rich soon.. valuablesite just step in..
  123. Re: Python 3 and easygui problem
  124. Re: datetime.time and midnight
  125. Problem trying to install ReportLab with easy_install
  126. Re: Python 3 and easygui problem
  127. Python 3 and easygui problem
  128. access this website and earn more money only click the links
  129. Earn more money only click this links
  130. earn more money............................
  131. Re: datetime.time and midnight
  132. datetime.time and midnight
  133. urllib2 login help
  134. Ctypes debug of dll function
  135. Re: TypeError: descriptor 'replace' requires a 'str' object butreceived a 'unicode'
  136. how i can increase my website view
  137. TypeError: descriptor 'replace' requires a 'str' object but receiveda 'unicode'
  138. 0 to $10000 in 2 Months
  139. Python dictionary size/entry limit?
  140. python contextmanagers and ruby blocks
  141. Brand spanking new
  142. Wanted: Online Python Course for Credit
  143. Re: Python won't run
  144. Re: Framework installation of 2.6 on OS X, with specified prefix
  145. Re: Python won't run
  146. Re: Python won't run
  147. how to assert that method accepts specific types
  148. Re: Python won't run
  149. Re: cx_oracle -- how to insert "&"
  150. Using clock() in threading on Windows
  151. "import" not working?
  152. count secton of data in list
  153. Re: Find the location of a loaded module
  154. Re: Find the location of a loaded module
  155. Re: Framework installation of 2.6 on OS X, with specified prefix
  156. What encoding does u'...' syntax use?
  157. function factory question: embed current values of object attributes
  158. Find the location of a loaded module
  159. pymssql text type
  160. How Can I run some Python Scripts in VS C++?
  161. Killing subservient threads
  162. cx_oracle -- how to insert "&"
  163. Problem with lists.
  164. Re: matplotlib issue: cannot auto-scale X axis of plop properly
  165. Running script in module initialization
  166. Tips to earn more with no inverstment...
  167. Re: FTP libs for Python?
  168. Re: Framework installation of 2.6 on OS X, with specified prefix
  169. code challenge: generate minimal expressions using only digits 1,2,3
  170. Framework installation of 2.6 on OS X, with specified prefix
  171. FTP libs for Python?
  172. citicards com
  173. citicards com
  174. import bug?
  175. Re: email varification using smtplib or any method
  176. Re: get most common number in a list with tolerance
  177. Access the gratest future plans in computer science
  178. Access the gratest future plans in computer science
  179. get most common number in a list with tolerance
  180. ANN: wxPython 2.8.9.2 release
  181. city of taj
  182. Keeping the Console Open with IDLE
  183. Matplotlib change xticks and retain xticks changing during zoom
  184. Re: Strange array.array performance
  185. Re: Fwd: IDLE error on 3.0.1
  186. Re: Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6
  187. Re: Strange array.array performance
  188. Re: Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6
  189. To unicode or not to unicode
  190. Re: Strange array.array performance
  191. Re: Strange array.array performance
  192. Re: Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6
  193. Pydev 1.4.3 Released
  194. Tkinter: stopping a background thread on demand
  195. Re:
  196. iterating through files
  197. Re: Explanation for trailing comma in example from Learning Python?
  198. Re: "metaclass conflict" error: where is noconflict ?
  199. Newbie request assistance....Python - PAMIE - Java
  200. Re: Strange array.array performance
  201. Re: Strange array.array performance
  202. Explanation for trailing comma in example from Learning Python?
  203. Re: Strange array.array performance
  204. Regression test test_site failed on current trunk
  205. Re: Strange array.array performance
  206. Re: Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6
  207. Re: Newby Question for reading a file
  208. Regular expression bug?
  209. Strange array.array performance
  210. Re: Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6
  211. reading binary data from a 32 bit machine on 64 bit machine
  212. Re: Newby Question for reading a file
  213. Newby Question for reading a file
  214. Re: Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6
  215. Re: Search in list of dictionaries
  216. Re: Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6
  217. Re: Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6
  218. setattr question
  219. Re: os.fdopen giving "Invalid Argument" from pipes
  220. Re: os.fdopen giving "Invalid Argument" from pipes
  221. os.fdopen giving "Invalid Argument" from pipes
  222. Re: Why deepcopy with class with __getattr__ makes the tracing go nuts?
  223. Re: Revision Control
  224. Which Version of wxPython for Win XP
  225. CSV readers and UTF-8 files
  226. Re: How to convert between Japanese coding systems?
  227. Re: Porting to new Python version
  228. Re: string to list conversion
  229. Re: string to list conversion
  230. Re: SVN/CVS and Branching
  231. Re: string to list conversion
  232. Re: SVN/CVS and Branching
  233. Porting to new Python version
  234. string to list conversion
  235. Re: SVN/CVS and Branching
  236. py test
  237. cx Oracle privileges
  238. Re: v 3.0 mpkg
  239. Re: Calling a class instance like a function
  240. Re: PIL install driving me mad! With solution!
  241. Re: v 3.0 mpkg
  242. Re: v 3.0 mpkg
  243. How to convert between Japanese coding systems?
  244. Problem--Extending the behavior of an upstream package
  245. Re: Revision Control
  246. Re: PyYaml in standard library?
  247. Timeit
  248. Re: Calling a class instance like a function
  249. Re: Newbie Q about Turtle Gfx
  250. Re: get descriptor from instance