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. where the extra space comes from on the stdout
  2. PyXML not supported, what to use next?
  3. Native MP3 Decoder?
  4. loop over list and modify in place
  5. PyCon 2007: What talks/tutorials/panels do you want to see?
  6. _gtk
  7. cx_Freeze and Python
  8. Python pyphone module download
  9. Storing records from a parsed file
  10. Typing UTF-8 characters in IDLE
  11. builtin regular expressions?
  12. Escapeism
  13. Filter class
  14. why logging re-raise my exception and can't be caught?
  15. Python/UNO/OpenOffice?
  16. MySQLdb for Python 2.5
  17. DAT file compilation
  18. Block Diagram / digraph Editor
  19. storing variable names in a list before they are used?
  20. Sockets in python
  21. PEP proposal : Getting rid of the extension version/compiler dependency
  22. Automatic methods in new-style classes
  23. How to query a function and get a list of expected parameters?
  24. Mark Lutz Python interview
  25. Passing Arguments
  26. creating a small test server on my local computer
  27. another distutils question
  28. retry in exception
  29. Re: Making sure script only runs once instance at a time.
  30. Hot new programming languages - according to the TIOBE index
  31. Scoping bugs in an embedded Python interpreter - Wizards please
  32. How to iterate through a sequence, grabbing subsequences?
  33. Problems wth os.stat().st_mtime on Mac
  34. [ANN] Spasmoidal 0.1.0 - Asynchronous I/O with Python 2.5 ExtendedGenerators
  35. There's another Timbot on the loose!
  36. RE: windev vs python SOS
  37. "ValueError: Empty module name" on basic import
  38. Execute external code and get return value
  39. [ANN] IronPython Community Edition 1.0r2
  40. Pysqlite tables in RAM
  41. Organising unit tests
  42. File I/O
  43. Mail Delivery System
  44. analyzing removable media
  45. Using vim in server mode with ipython
  46. wxPython and threading issue
  47. PATCH: Speed up direct string concatenation by 20+%!
  48. eval(source, {'builtins': {}}) archived as Faq
  49. Can recursive descent parser handle Python grammar?
  50. Socks server and client code in Python (Twisted?)
  51. Tkinter Text widget incremental search
  52. running commands with sudo & python
  53. Recursive descent algorithm able to parse Python?
  54. vector and particle effects
  55. how do you know if open failed?
  56. vector and particle effects
  57. preemptive OOP?
  58. ctypes.c_void_p(-1) might not be C return (void *) -1
  59. help tranlating perl expressions
  60. using the email module
  61. best way to get data into a new instance?
  62. remove the last character or the newline character?
  63. startswith() and endswith() for re's would be more intuitive
  64. Re: Questions on Using Python to Teach Data Structures and Algorithms
  65. Resuming a program's execution after correcting error
  66. Continuing after error
  67. Writing python extensions for libburn & libisofs
  68. Python and Win95B
  69. Re: Questions on Using Python to Teach Data Structures and Algorithms
  70. Writing 2d array in an ascci file
  71. Can string formatting be used to convert an integer to its binaryform ?
  72. RE: Starting Win32 Service
  73. Be Paid to Attend PyCon 2007!
  74. Re: Extra Newby question - Trying to create md5 File Listing
  75. How to update my web automatically by python?
  76. ctypes pointer to pointer
  77. Questions on Using Python to Teach Data Structures and Algorithms
  78. Questions on Using Python to Teach Data Structures and Algorithms
  79. New fast PHP like scripting language
  80. generator with subfunction calling yield
  81. XSLT speed comparisons
  82. how to search in this Pytho forum/newsgroup
  83. Auto color selection PIL
  84. OT: productivity and long computing delays
  85. How to read() twice from file-like objects (and get some data)?
  86. windev vs python SOS
  87. optparse docs
  88. sqlite3 error
  89. Libgmail help req. from newbie
  90. Re: Difference between two dates in seconds
  91. Difference between two dates in seconds
  92. ElementTree and proper identation?
  93. pythonol
  94. Why don't optional mutable objects show up in vars(func)?
  95. Problem with - WMI()
  96. Making sure script only runs once instance at a time.
  97. Decoding group4 tiff with PIL
  98. Extra Newby question - Trying to create md5 File Listing
  99. How to change menu text with Tkinter?
  100. baffling sql string
  101. Re: a query on sorting
  102. What's the best way to communicate between processes?
  103. Python Lead / Developers required for a Telecom Company, Hyderabad
  104. Top and Bottom Values [PEP: 326]
  105. re.compile().split(): why it produces empty string as a first elementof the list
  106. Starting Win32 Service
  107. optparse
  108. What's up with site.Quitter?
  109. How to apply text changes to HTML, keeping it intact if inside "a" tags
  110. Computer Language Popularity Trend
  111. preserving color ouput of a shell command via os.popen()
  112. releasing memory to malloc
  113. Dr. Dobb's Python-URL! - weekly Python news and links (Sep 27)
  114. Survival of the fittest
  115. problem moving from char to integer
  116. Re: Surprise using the 'is' operator
  117. for: else: - any practical uses for the else clause?
  118. AN Intorduction to Tkinter
  119. Reading a file using a UNC - help!
  120. Re: bsddb
  121. bsddb
  122. Whither binary search?
  123. Win32: Access to network resources w/o user login
  124. iterator question
  125. Splitting device addresses into parts
  126. identifying new not inherited methods
  127. Extend file type
  128. Finding the file referred to in a Python traceback
  129. import db data into openoffice
  130. ultra newbie question (don't laugh)
  131. Copyright lawyer advises "be careful" using Python?
  132. odbc DbiDate date conversion
  133. threading, subprocesses and wait
  134. Ordered dicts
  135. concat next line with previous
  136. where are isinstance types documented?
  137. Surprise using the 'is' operator
  138. [ANN] pylint 0.12.1
  139. [ANN] logilab-astng 0.16.1
  140. [ANN] logilab-common 0.19.2
  141. Query regarding grep!!
  142. Logfile analysing with pyparsing
  143. Iterating by both element and index?...
  144. Python extensions on Win32
  145. Fetching the result
  146. Python CTypes translation of (pv != NULL)
  147. does anybody earn a living programming in python?
  148. accepts decorator
  149. Printing a percent sign
  150. [ANN] tperimeter 1.110 Released And Available
  151. ANN: dmath 0.9 - Math routines for the Decimal type
  152. Embed Python in HTML?
  153. R.S.I. solutions?
  154. SSL meta data
  155. 2.5 updates for syntax file
  156. Is there a regular expression for finding email address ?
  157. python gtk based file manager
  158. SimpleXMLRPCServer and socket
  159. SQLObject 0.7.1 final release
  160. How to save High Quality JPG image by setting Image module from PIL
  161. python interpreter on solaris 10
  162. Emphasizing a gtk.Label
  163. Remap Mysql tuple to dictionary
  164. Advice for a novice on making ambitious cross-platform GUI app
  165. ANN: Templayer 1.4 - HTML templating library
  166. Help with Tkinter and stdin input event binding
  167. Python API to OS X Address Book?
  168. Deprecation in String.joinfields()
  169. Re: installation of python-dev
  170. Job offer python programmer
  171. Newbie question: PyQt & Form::init()
  172. Leave the putdowns in the Perl community, the Python world does not need them
  173. Introduction to Threading with Python, a podcast
  174. Problems with Python 2.5 installer.
  175. How to run in background?
  176. How do I submit fixes for urllib2 & urlparse?
  177. Makin search on the other site and getting data and writing in xml
  178. PyOpenGL pour python 2.5 ???
  179. unicode, bytes redux
  180. Unexpected behaviour of csv module
  181. Talking to marketing people about Python
  182. ruby %w equivalent
  183. Daemonizing python
  184. SQL reports like in MS Access
  185. newbie IronPython compiled scripts speed question
  186. interactive programe-pyTTS &Tk
  187. ctypes question about call by reference
  188. gtk.Entry Colors
  189. RSS aggregator with curses and feedparser
  190. CSV mailing list moved to python.org
  191. interactive program,pyTTS & Tk
  192. Question about decorators (with context?)
  193. Ideal python idle
  194. Verify an e-mail-adress - syntax and dns
  195. where the hell is the run command of PyPe editor?
  196. where the hell is the run command of PyPe editor?
  197. Difficulty with maxsplit default value for str.split
  198. What is the best way to "get" a web page?
  199. Regular expression confusion
  200. HTTP GET Explodes...
  201. Extended slices and indices
  202. assignment hook
  203. Building Vim against Python 2.5
  204. webbrowser module's Firefox support
  205. Reverse a String?
  206. Strange __future__ behavior in Python 2.5
  207. "what's new" missing
  208. Re: Help
  209. Re: Timeline for Python?
  210. Running Python script from C++ code(.NET)
  211. ANN: PyDSTool v0.83.3 released
  212. Relative import first impressions
  213. IDLE - Customizing output format
  214. help with debugging a ctypes problem
  215. Spliting a string on non alpha characters
  216. f2py on windows tutorials
  217. Converting Perl Web Report to Python
  218. QuoteSQL
  219. Need compile python code
  220. A critique of cgi.escape
  221. "re" vs "sre"?
  222. Python and checked exceptions
  223. Blogging solution on SkunkWeb
  224. how to remember login in zope?
  225. Application logging to screen and file - any favorite modules (no luck on cheeseshop)
  226. How to close the DOS Shell when starting a python script
  227. grabbing random words
  228. Automatic import PEP
  229. Fatal error after RE-installing Python 2.3.4
  230. Doctests for nested functions
  231. Best practice for large source code projects
  232. python-Levenshtein-0.10.1
  233. Python Input from keyboard
  234. Python 2.5 Installation and Tkinter
  235. Looking for opinions
  236. no-installation version of python
  237. returning None instead of value: how to fix?
  238. License / Registration key enabled software
  239. Newbie RE question
  240. shlex.split != shlex.shlex get_token til eof
  241. Replacing line in a text file
  242. py2exe compression not working with Python 2.5
  243. Why are the topic and keyword documentation not includded in the chm?
  244. +1 QOTW
  245. Question about the article "py2exe compiler" in Python Cookbook by Alexander Semenov
  246. XML parser that sorts elements?
  247. Anyone use PyPar (Python MPI implementation) recently?
  248. Global module variables as default parameters
  249. Does Python provide "Struct" data structure?
  250. anybody using python 2.5 that raises error while importing?