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

  1. How to control a console based program from Python
  2. PEP 324: popen5 - New POSIX process module
  3. SMTP - Topic & add files
  4. Import problems
  5. Re: Can this be reversed (Tkinter)?
  6. Integer math question
  7. Pass a variable to another python script
  8. Py2exe?? Error: Nothing to do?
  9. importing
  10. Re: [Python-Dev] PEP 324: popen5 - New POSIX process module
  11. Lists are weird when they are instance members
  12. Re: [Python-Dev] PEP 324: popen5 - New POSIX process module
  13. pickling lambdas?
  14. Cheetah best for templating?
  15. datetime string to datetime object converter
  16. Recurring dates module [was: Project dream]
  17. Re: importing
  18. Re: [Python-Dev] PEP 324: popen5 - New POSIX process module
  19. Parametrized inheritance
  20. Parametrized inheritance
  21. mysql python Newbie Question
  22. Advanced (?) compiling, freezing, translating Python
  23. Re: Advanced (?) compiling, freezing, translating Python
  24. Re: Recurring dates module [was: Project dream]
  25. RE: Recurring dates module [was: Project dream]
  26. Re: [Python-Dev] PEP 324: popen5 - New POSIX process module
  27. Scripting C++ Game AI object using Python Generators
  28. Re: [Python-Dev] PEP 324: popen5 - New POSIX process module
  29. how to make a code object a function
  30. Re: Advanced (?) compiling, freezing, translating Python
  31. Re: Is Python Mac Centric???
  32. Find out username and UID/GID
  33. Re: [Python-Dev] PEP 324: popen5 - New POSIX process module
  34. Sending e-mail with python 1.5.2
  35. Re: Recurring dates module [was: Project dream]
  36. PROBLEM: compiling C programs that link to Python
  37. Re: Array neighbourhoods
  38. using cgi form via http and extracting results
  39. Proposal: new peps always in clpa
  40. RE: Cheetah best for templating?
  41. Launching pdb from within a script
  42. Progress indicator during FTP upload
  43. Let users execute but not view
  44. Scoped Lock
  45. Tkinter.Menu() Question
  46. codecs packages?
  47. Problems compiling python
  48. RE: Is Python Mac Centric???
  49. Learning Python, 2nd Edition
  50. Why does this fail?
  51. problem with async chat client in windows
  52. Copying a blob from one mysql record to another with a where clause
  53. Re: Recurring dates module [was: Project dream]
  54. Why exception is not newstyle class?
  55. explicit variable declaration
  56. Is it bug or feature in sre?
  57. Re: Is it bug or feature in sre?
  58. Re: Is it bug or feature in sre?
  59. Help: wxPython tutorials
  60. Python/C and PYTHONPATH
  61. RE: prePEP "Decimal data type" v0.2
  62. Embedding Python with Dynamic Loading (win)
  63. Multiple interpreters in a single process
  64. Re: prePEP "Decimal data type" v0.2
  65. [Python-Dev] PEP 324: popen5 - New POSIX process module
  66. Re: [Python-Dev] PEP 324: popen5 - New POSIX process module
  67. PRE-PEP: new Path class
  68. Re: Python-list Digest, Vol 4, Issue 38
  69. Pyserial question
  70. Sorry, again: Module Loading Problem
  71. Re: Pyserial question
  72. Get UID of username
  73. RE: Get UID of username
  74. REMINDER: BayPIGgies Jan 8: Python Threads
  75. PyCon Reminder: Proposal deadline 1/15
  76. Problem: 'Threads' in Python?
  77. RE: Problem: 'Threads' in Python?
  78. Re: Pre-PEP: new Path class
  79. ASCII characters in my hex output
  80. local interpreter remote machines
  81. RE: intellectual property agreements and open source . was - Re:Whydoes this fail? [2]
  82. NEWBIE: doctest question
  83. RE: PEP 324: popen5 - New POSIX process module
  84. Re: datetime string to datetime object converter
  85. Need Help Optomizing Code
  86. Quck question
  87. Re: problem with async chat client in windows
  88. Grab input&output of program on Windows
  89. Re: Quck question
  90. (no subject)
  91. Repost: Can't sys.exit() from SIGTERM handler?
  92. Re: Repost: Can't sys.exit() from SIGTERM handler?
  93. Dr. Dobb's Python-URL! - weekly Python news and links (Jan 5)
  94. Probles parsing a text file
  95. Re: Simple way to get the full path of a running script?
  96. RE: Repost: Can't sys.exit() from SIGTERM handler?
  97. Made a huge change to Stackless. Please test!
  98. [SOLVED] RE: Repost: Can't sys.exit() from SIGTERM handler?
  99. Embedding python problem, related to PyObject_Print.
  100. Re: Repost: Can't sys.exit() from SIGTERM handler?
  101. Downloading files off Interet
  102. tuple.__hash__()
  103. How to I get the classname of object ?
  104. RE: How to I get the classname of object ?
  105. YAPLP - Yet Another Python Links Page
  106. IDLE not working under windows.....
  107. Problems with threads and embedding
  108. metadocumentation (keyword help)
  109. help needed with class and method confusion
  110. Re: Pre-PEP: new Path class
  111. Re: Problems with threads and embedding
  112. RE: Speed?
  113. RE: Why does this fail?
  114. RE: prePEP "Decimal data type" v0.2
  115. RE: PEP 324: popen5 - New POSIX process module
  116. RE: PEP 324: popen5 - New POSIX process module
  117. Re: Problems with threads and embedding
  118. os.system always opens new window on Windows XP/2000
  119. Re: Problems with threads and embedding
  120. looping to define a sequence of functions?
  121. libmysqld.dll almost working in python...
  122. Iterating over a binary file
  123. RE: PEP 324: popen5 - New POSIX process module
  124. multiplayer online quizz game - can python help me?
  125. RE: PEP 324: popen5 - New POSIX process module
  126. RE: help needed with class and method confusion
  127. Pre-PEP: Dynamically evaluating default function arguments
  128. RE: Pre-PEP: Dynamically evaluating default function arguments
  129. RE: Pre-PEP: Dynamically evaluating default function arguments
  130. Finaly found a simple enough task for python, took the plunge, but.....
  131. Getting strange characters in the command prompt
  132. RE: Pre-PEP: Dynamically evaluating default function arguments
  133. My Bad!
  134. compileall binaries don't run!?
  135. Re: [Python-Dev] PEP 324: popen5 - New POSIX process module
  136. RE: Problem: 'Threads' in Python?
  137. debugging memory management via C API
  138. Syntax highlighting in .NET IDE
  139. shelve and writeback
  140. Python Utils - A simple config file parser and output object
  141. Code Objects / Variable Names
  142. PEP 310 suggestions
  143. Newbie: BLOB Fields into Interbase Database
  144. Windows service in Python
  145. Newbie: Python equivalent to Delphi TTable
  146. Re: Newbie: Python equivalent to Delphi TTable
  147. C++ extension
  148. Re: debugging memory management via C API
  149. Re: Windows service in Python
  150. 'Interrupted function call' in time.sleep(1000) after relogging
  151. urllib urllib2 what is the difference ?
  152. Why " ".some_string is often used ?
  153. Why ' '.some_string is often used ?
  154. Re: Pre-PEP: Dynamically evaluating default function arguments
  155. Newbie: Getting Image From Disk into Buffer
  156. Regions of similarity in a matrix
  157. Twisted or Medusa or Zope
  158. Newbie question
  159. Scrolling graphs in a Tk GUI?
  160. pyserial with Mac and USB converter, possible?
  161. MySQLDB multiple cursor question
  162. Py2Exe and a simple COM Windows Program (can't import pythoncom)
  163. How to log unittest results?
  164. Problem with OpenGL.GLUT
  165. Time-controlled execution?
  166. Rookie Speaks
  167. Bits from Numbers.
  168. using 2 different copies of same version of python side-by-side
  169. Looking for help with regular expressions- not Python Specific
  170. Read from, then write to a file without closing first???
  171. NNTP Server for this group
  172. asynchronous rpc?
  173. scanning c-code
  174. "Interrupted function call" exception while relogging :(
  175. win32: internet explorer automation problem
  176. "Interrupted function call" exception in Python service while relogging
  177. continios line in wxPyPlot
  178. creating a daemon?
  179. Descriptor puzzlement
  180. Chaning self?
  181. Communicating with MSVC++ via COM: how?
  182. PRE-PEP: new Path class
  183. Re: PRE-PEP: new Path class
  184. unicode keys in dicts
  185. Name of the function
  186. what is Python's module search path?
  187. Calling a function dynamically
  188. RE: Calling a function dynamically
  189. RE: Descriptor puzzlement
  190. Module depends tool
  191. Cheetah - Test suite failures
  192. Tkinter button command curiousity
  193. books
  194. OT: What is Mac OS X?
  195. Strings with null bytes inside sqlite
  196. [OT] Database reporting software
  197. unable to register PythonService.exe
  198. python newbie
  199. RE: What psyco is goot at [Was: Rookie Speaks]
  200. Python and SOAP
  201. count objects in a list and random numb gen
  202. RE: count objects in a list and random numb gen
  203. FYI: Python in Pricelessware 2004 list
  204. RE: What psyco is goot at [Was: Rookie Speaks]
  205. xrange() syntactic sugar
  206. pyxml-0.8.3 install problem on RedHat 9
  207. Pesky reverse()
  208. Python equivalent of settimeofday()?
  209. Newbie has problem changing C char strings with Python/SWIG
  210. RE: Pesky reverse()
  211. convert a list to a string
  212. RE: xrange() syntactic sugar
  213. ANN: pyparsing 1.0.4 released
  214. Lua: further investigation and comparisons with Python and Forth
  215. online literatures
  216. silent saveas ?
  217. Python and Jython are kinda different
  218. RE: Lua: further investigation and comparisons with Python and Forth
  219. user/passwd entry
  220. MozPython: Why my MozPython did not work after installed successfully?
  221. Re: Newbie: Getting Image From Disk into Buffer
  222. Object-based inheritance in Python
  223. Python 2.3.3 compilation problems an HP-UX
  224. Unicode and exception strings
  225. debugging makes a person a better programmer
  226. Bruce Eckel example / CGI server for localhost for Windows XP possible?
  227. urllib - changing the user agent
  228. Debugging Python
  229. Re: Debugging Python
  230. Re: win32: internet explorer automation problem
  231. CGI module problem: duplicated output
  232. RE: win32: internet explorer automation problem
  233. Re: Debugging Python
  234. RE: Twisted or Medusa or Zope
  235. RE: win32: internet explorer automation problem
  236. FW: [zpugdc-gen] PyCon 2004
  237. problem with a python service
  238. how to speedup this code?
  239. How to globalize vars ???
  240. Database interfacing
  241. Program return value ?
  242. ZSI and faults
  243. ZSI and faults
  244. Re: Database interfacing
  245. Py Website
  246. How to insert into listbox using wxPython
  247. xml-rpc
  248. Python And Internationalization maybe a pre-pep?
  249. displaying extended ASCII from a telnet session
  250. error with /usr/lib/python2.3/compileall.py: "Sorry invalid mode: U"