Home : Bytes IT Community / 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

  1. Can I use win32 COM object in a thread?
  2. Questions about working with character encodings
  3. Python packages on OS X vs Windows
  4. iniciante
  5. Test the system is despised.
  6. quick unicode Q
  7. bug? file.write('\n') produces a carriage return and a line feed
  8. access to preallocated block of memory?
  9. SVG rendering with Python
  10. Online Ruby
  11. Simple (?) question about print statement
  12. set & random.choice question
  13. how to get select label?
  14. ?: in Python
  15. Interprocess communication and memory mapping
  16. Dr. Dobb's Python-URL! - weekly Python news and links (Dec 14)
  17. to write set of values to a file from python
  18. Question about tuple lengths
  19. Worthwhile to reverse a dictionary
  20. How to get the local mac address?
  21. Optimize function similiar to dict.update() but adds common values
  22. Get rid of recursive call __getattr__
  23. First practical Python code, comments appreciated
  24. openings on java with japanese language
  25. definition of 'polymorphism' and python
  26. Python C/API - *arg,**kwds variable argumnents
  27. Windows Services
  28. Puzzling output when executing .pyc file directly
  29. How do (not) I distribute my Python progz?
  30. what does this mean?
  31. writing a Mail Server
  32. PyQt not working well on Mac OS X
  33. query to find name of the OS, ip addr, mac addr etc
  34. How do I bind <MouseWheel> to scrollbar?
  35. Comparing dictionaries, is this valid Python?
  36. Threading in python
  37. Xlib sync on different instance of Xlib.display.Display()?
  38. Keep-alived RPC in Python
  39. attaching to running python program with the debugger?
  40. *tuple vs tuple example print os.path.join(os.path.dirname(os.tmpnam()),*("a","b","c"))
  41. Amara (XML) problem on Solaris
  42. How can I load python script into Html ??
  43. simple TkInter question - labels
  44. Bug in python (Weird UnicodeDecodeError)
  45. How can I refresh the windows desktop using the python script?
  46. Is unicode_escape broken?
  47. pyGTK gtk.Style obj
  48. Help designing reading/writing a xml-fileformat
  49. Bad marshal data
  50. Which Python web framework is most like Ruby on Rails?
  51. how can i change the default python?
  52. Visual Python, really "Visual"?
  53. Horribly noobful string question
  54. threading IOError
  55. Still Loving Python
  56. writing IM bots
  57. How do i read line from an input file, without the /n
  58. Python Graph API
  59. ActivePython and Amara
  60. Datetime, pytz and strange offset
  61. PythonWin troubleshooting
  62. How To Read Excel Files In Python?
  63. python configuration problems
  64. How to Refresh the Desktop window with python script
  65. Syntax and speed
  66. Executing a python script with arguments from a python script
  67. Pattern matching with string and list
  68. I want a Python Puppy !
  69. debug 'continue' does not appear to work right
  70. "0 in [True,False]" returns True
  71. Problem with auto-selection in wx masked control
  72. ASD Project and python integration
  73. Rpy: displaying multivariate data with pairs() and coplot()
  74. Rpy: displaying multivariate data with pairs() and coplot()
  75. sql using characters like é and ã
  76. Developing a network protocol with Python
  77. allow_none=True in SimpleXMLRPCServer
  78. namespace in Python?
  79. mxODBC argv sql query
  80. simple question on optional parameters
  81. How does Scons compare to distutils?
  82. PythonWin + console
  83. line deletion
  84. NoneType to unicode
  85. how fast can you pingpong pickled objects?
  86. IsString
  87. Help: how to run python applications as NT service?
  88. making fractals in python
  89. make a video from xwd output
  90. List text files showing LFs and expanded tabs (was: Colorize expanded tabs)
  91. how to catch error with system()
  92. Python is incredible!
  93. how does exception mechanism work?
  94. Problem with Lexical Scope
  95. TypeError: no arguments expected
  96. Pythonic XML library with XPath support for Jython?
  97. Displaying error message in a try except?
  98. mail attachment with non-ascii name
  99. Random Number Generation?
  100. instance + classmethod question
  101. Great books on Python?
  102. wxpython book
  103. Using XML w/ Python...
  104. OO in Python? ^^
  105. double underscore attributes?
  106. locawapp-001.zip
  107. problems binding a dictionary
  108. Managing import statements
  109. Properties transfer between instances of different classes, without subclassing
  110. pyqt
  111. puzzled about class attribute resolution and mangling
  112. Make a generator from a recursive function
  113. binascii.crc32 results not matching
  114. is this a unicode/string bug?
  115. calculate system disk space
  116. Proposal: Inline Import
  117. Thoughts on object representation in a dictionary
  118. new in programing
  119. Catching error text like that shown in console?
  120. How to detect the presence of a html file
  121. Overloading
  122. How to find the type ...
  123. heartbeats
  124. Dectecting dir changes
  125. Freeze doesn't import all modules . . .
  126. slice notation as values?
  127. Validating an email address
  128. idea of building python module using pyrex
  129. pyparsing and LaTeX?
  130. register keyevent in wxpython
  131. small inconsistency in ElementTree (1.2.6)
  132. Using printf in a C Extension
  133. installer question
  134. hp-ux crash: threading within a c++ module.
  135. Moving a package in cygwin
  136. Dynamically add Class to Modules
  137. Images & Connected Component labeling
  138. newby question: Splitting a string - separator
  139. Is there anything that pickle + copy_reg cannot serialize?
  140. Dr. Dobb's Python-URL! - weekly Python news and links (Dec 7)
  141. Encoding of file names
  142. How to get the extension of a filename from the path
  143. spawnle & umask
  144. pyparsing with nested table
  145. efficient 'tail' implementation
  146. python24.dll and encodings ?
  147. sql escaping module
  148. hi i have some doubts on a volume and the file system
  149. Mutability of function arguments?
  150. Python web publishing framework like Cocoon?
  151. unittest and non-.py files
  152. how to put form and display its result(data from database) on the same window?
  153. Dr. Dobb's Python-URL! - weekly Python news and links (Dec 7)
  154. List index question
  155. os.execvp()'ing an ssh command on windows
  156. opening a file using a relative path from a subclass in a package
  157. can't find socket.ssl() on win32
  158. Implementing deepcopy
  159. Question about start using ZServerSSL on win box...
  160. question about extracting value from a string
  161. uuDecode problem
  162. movie module
  163. python: how to get an executable archive?
  164. zipfile and soft links
  165. A more dynamic Python Library Reference index
  166. ElementTree - Why not part of the core?
  167. WindowsXP development using msvc .net 2003
  168. iewin.IEHtmlWindow shutil.move conflict
  169. PyAuthD - beta 6
  170. Fixed Width Font in Tkinter
  171. dynamic variable referencing
  172. str attributes
  173. Test Post Ignore
  174. Unexpected behavior of read only attributes and super
  175. JPEG decoder not available in PIL
  176. PyCon Sponsorship
  177. Calculating Elapsed Time
  178. Binary representation of floating point numbers
  179. UNIX timestamp from a datetime class
  180. Call for a cooperation
  181. How to wake up the jython list moderator
  182. Wrapping method calls with metaclasses
  183. junk pointer ????
  184. Documentation suggestions
  185. Call for a cooperation
  186. SNMPV3
  187. Chase to strengthen offshoring to India
  188. i=2; lst=[i**=2 while i<1000]
  189. windows installer problems
  190. extract python install info from registry
  191. iron python exe problem
  192. shelve seg error
  193. Output: Number of digits in exponent?
  194. Force Focus in Tkinter
  195. Problem patching SimpleXMLRPCServer.py
  196. Pickle for MPI
  197. Python and OLAP?
  198. Xah's Edu Corner: Examples of Quality Technical Writing
  199. join dictionaries using keys from one & values
  200. Python 2.4.2 make failure in posixmodule on OSX 10.4.3
  201. Dynamic Link Library
  202. Python riddle
  203. Need help implementing an algorithm in python
  204. Iterating over test data in unit tests
  205. Memoizing decorator
  206. insert a dictionary into sql data base
  207. how to check compile options
  208. tricky time interval billing problem
  209. looking for paper to cite from
  210. win32com 'catastrophic failure'
  211. Test - Please ignore
  212. Need eyes to look at code... time not having an attribute called asctime()
  213. Ant (with Python extensions) good replacement for distutils?
  214. PythonMagick on Windows
  215. ZSI bug?
  216. How to manage event of COM objects...
  217. Learning Python...
  218. hash()
  219. appending messages in imaplib
  220. Constructing RFC2822 Message
  221. BayPIGgies: December 8, 7:30pm (IronPort)
  222. How to ping in Python?
  223. Capturing output from stderr
  224. Double decoding of strings??
  225. akismet 0.1.2, cgiutils 0.3.5, pathutils 0.2.3
  226. Is there an equivalent to Java Webstart in Python?
  227. timeit's environment
  228. Creating referenceable objects from XML
  229. Efficient lookup in list of dictionaries
  230. change color
  231. Installing Eric?
  232. python university search
  233. ADD HTML to the code
  234. Help needed: file writing problem with subprocess
  235. Use python to test Java and Windows (dll) applciations
  236. Python support in Enterprise Architect 6.0?
  237. option argument length
  238. Building Python 2.4 on machines that do not support dynamic loading
  239. Putting in an html table
  240. getting data off a CDrom
  241. Dr. Dobb's Python-URL! - weekly Python news and links (Dec 2)
  242. CDDB.py binaries for Python 2.4
  243. Request opinion on web application framework
  244. Detect character encoding
  245. Colorize expanded tabs
  246. oval
  247. want to get the pointer of any python object in C++, but I Failed.
  248. enter and event
  249. Problem build python bindings to lasso with swig on mac os x
  250. Most SHAMEFUL one-liner:
  251. Trouble with idle from python 2.4.2 on SUSE linux 9.3
  252. Python package installing rationale
  253. SOAPpy SOAP and/or WSDL Question
  254. regexp non-greedy matching bug?
  255. How to execute an EXE via os.system() with spaces in the directory name?
  256. Scientific Notation
  257. Function to retrieve running script
  258. distutils problem windows xp python 2.4.2
  259. Checking length of each argument - seems like I'm fighting Python
  260. Convention for C functions success/failure
  261. Python Equivalent to Text::Autoformat
  262. Command Line drive Tk window
  263. SCPocketGrades released
  264. My Python Website
  265. running a c program from a python script
  266. urllib on windows machines
  267. os.chdir + GUI question
  268. EOF error
  269. os.rename copies when old is in-use - is this deliberate?
  270. Python & Unicode decimal interpretation
  271. CGI and long running job
  272. FiPy visualization results in MacOS Tiger "Bus Error"
  273. advice : how do you iterate with an acc ?
  274. JOB: Telecommute Python Programmer - IMMEDIATE NEED
  275. Cut and paste an EPS file
  276. Volume of CSG (constructive solid geometry) objects
  277. unittest.assertRaise and keyword arguments?
  278. How to keep Pydoc from listing too much?
  279. libxml2 and XPath - Iterate through repeating elements?
  280. Detect TKinter window being closed?
  281. How do you create a custom QCursor in Python Qt?
  282. Setting PYTHONPATH from Makefile
  283. Why my modification of source file doesn't take effect when debugging?
  284. why use #!/usr/bin/env python rather than #!python?
  285. How to creat a file?
  286. Import path for unit tests
  287. Swig-Mingw-DistUtil Extension - Entry Point Not Found?
  288. get current function name
  289. Eclipse best/good or bad IDE for Python?
  290. Ruby on Rails Job Site -- Is there a Python equivalent?
  291. Instances behaviour
  292. URI http get
  293. Need help on designing a project
  294. CGI module does not parse data
  295. Tkinter menu
  296. Retrieve input
  297. how to run an external program...
  298. aligning a set of word substrings to sentence
  299. SCU3 Python package 0.2 released: wxPython support added
  300. DCOracle2/python/zope
  301. Automate webpage refresh
  302. need reading file in binary mode
  303. Is there no compression support for large sized strings in Python?
  304. Embedding Python in Borland Builder C++ (6.0)
  305. How to get a network resource on a windows server
  306. The pythonic way
  307. Python CGI
  308. Pydoc: restrict base class doc?
  309. HTML parsing/scraping & python
  310. Recursion bug...
  311. How to list currently defined classes, methods etc
  312. One module cannot be found by the interpreter
  313. Code returns error when not supposed to
  314. A bug in struct module on the 64-bit platform?
  315. help python swig problem
  316. how to handle two forms in cgi?
  317. wxPython - processes
  318. mmm-mode, python-mode and doctest-mode?
  319. Quene
  320. Automate decryption using GnuPGInterface
  321. UnicodeDecodeError
  322. pyparsing and LaTeX?
  323. Distutils postinstall script: useless?
  324. XML processing
  325. Winsound doesn't play whole sound?
  326. sha1,256,512 on files
  327. Debugging of Python code in embedded interpreter
  328. Debugging functionality for embedded Python
  329. Nested loop
  330. an intriguing wifi http server mystery...please help
  331. python number handling - tiny encryption algorithm
  332. improving pypi / setuptools
  333. python & Tkinter - library loading failure in linux
  334. 3d Transformation
  335. python speed
  336. Dive into Python PDF
  337. Problem with the maxent package
  338. windows paging Q
  339. Update the sorting mini-howto
  340. Python Application Servers
  341. problem with
  342. Computer Language Shootout
  343. Looking for good beginner's tutorial
  344. Compiling Guppy-PE extension modules
  345. wxGrid and Focus Event
  346. Web functions idea
  347. ncurses' Dark Devilry
  348. MySQLdb-python how to install on MacOsX
  349. wxPython : getting started
  350. Problem cmpiling M2Crypto
  351. sax.make_parser() segfaults
  352. xpath support in python 2.4
  353. run runs away
  354. unicode speed
  355. SQLObject transaction rollback not working
  356. New Position at Naples Daily News using Django/Python
  357. cheese shop registration error
  358. UUID?
  359. Instantiating classes which are derived from built-in types.
  360. Looking for small, impressive 3D-related Python script
  361. Long integer arrays in Python; how? /Carl
  362. How to stop a linux process
  363. After migrating from debian to ubuntu, tkinter "hello world" doesn't work
  364. [pyparsing] How to get arbitrary text surrounded by keywords?
  365. pcm format to wav...
  366. New Ordered Dictionery to Criticise
  367. No apos in htmlentitydefs
  368. Extracting documentation for user relevant functions only?
  369. Precision for equality of two floats?
  370. Problem with exchange mail server
  371. Book: Cross-Platform GUI Programming with wxWidgets?
  372. Multiple versions
  373. speeding up Python when using wmi
  374. Why I need to declare import as global in function
  375. type of form field
  376. resume TCP comunication
  377. Death to tuples!
  378. should python have a sort list-map object in the std-lib?
  379. How to make tkFileDialog GUI larger?
  380. PYTHONDOCS on OSX
  381. General question about Python design goals
  382. SCU3 and Python packaged for U3 (with SCU3) V 0.1 released
  383. importing a method
  384. exception KeyboardInterrupt and os.system command
  385. XMLSchema Parsing
  386. How to enable bash mode at the interative mode?
  387. Basic about Python class
  388. nesting for statements?
  389. passing artibrary strings into a database
  390. Cross-Platform Readkey (one more try...)
  391. Tablelist-tcl-tk-tile
  392. Dr. Dobb's Python-URL! - weekly Python news and links (Nov 26)
  393. Estimating memory use?
  394. Has this problem been fiexed ?
  395. pyext - google
  396. interactive prompts
  397. why?
  398. Syntax
  399. Nested list comprehensions
  400. scanl in python
  401. SOAP - Beginner Desperately looking for Help
  402. Dr. Dobb's Python-URL! - weekly Python news and links (Nov 26)
  403. Using SSL in socket module.
  404. Call OCX from python?
  405. Tkinter on mac - Binding command-q to quit application
  406. Crash in python while run from U3 device
  407. Comparison problem
  408. Whitespace test after string.split
  409. Hello World-ish
  410. Mail Delivery System
  411. Yet another ordered dictionary implementation
  412. icmp - should this go in itertools?
  413. enum 0.3: Enumerations in Python
  414. Any way to change files in a ZIP archive?
  415. vb2py question
  416. Writing pins to the RS232
  417. CGI question
  418. Move xml.sax.saxutils.*?
  419. python and pymat
  420. Which License Should I Use?
  421. Modifying Unix ReadKey Code
  422. Dynamic classes
  423. Accessing Outlook Public Folders
  424. Help need
  425. How to get started in GUI Programming?
  426. Persist a class (not an instance)
  427. Singleton and C extensions
  428. Stealing focus: PIL
  429. Stealing focus: emacs, and PIL, in Windows
  430. Python book for a non-programmer
  431. How to use _ in interactive mode
  432. books: Dive into Python vs Beginning Python
  433. Problem with HtmlWindow and Widgets
  434. problem compiling executable with py2exe
  435. sending all key events to wx.panel?
  436. Draw a triangle...
  437. Guification of console app
  438. The imp module and cyclic imports
  439. Profiling with hotshot and wall clock time
  440. backslash plague: paths containing "\a" somewhere
  441. Understanding Python Documentation
  442. Locking a file under Windows
  443. ftplib question - ftp.dir() returns something and ftp.nlst() does not
  444. Your message to documentation awaits moderator approval
  445. Your message to documentation awaits moderator approval
  446. Python Midi Package: writing events non-chronologically
  447. Writing big XML files where beginning depends on end.
  448. Xah's Edu Corner: Sophie's World
  449. Opening for Python Programmers at Japan
  450. Software keyboard
  451. python2.4.2 test_fpformat and test_locale failed on IRIX6.5
  452. Unicode in MIMEText
  453. wxPython installation issues on Debian
  454. Using Cron to run a python program
  455. Why is dictionary.keys() a list and not a set?
  456. Embedding a CPython Script engine in a .NET application.
  457. return in loop for ?
  458. FTP over TLS
  459. Making immutable instances
  460. Reading binary files
  461. 2.4.2 on AIX fails compiling _codecs_cn.c
  462. Mixed types and variants
  463. Help me to catch this exception :-)
  464. Python CGI post problem
  465. seeking python experts in San Diego
  466. Can bdist_wininst built installer require minimum python version?
  467. Timeout in urllib2
  468. Tkinter Images
  469. Reading binary data
  470. syntax errors while building pypgsql
  471. Missing /usr/lib/python2.3/config
  472. strange behaviour when writing a large amount of data on stdout
  473. PyQt QGridLayout question
  474. SelfExtract with zipfile
  475. Cmd Module
  476. Mac OSX oddities (compiling Python plus tkinter)
  477. Problems with threaded Hotkey application
  478. What a curious assignment.
  479. email module documentation
  480. Accessing a database from a multithreaded application
  481. Anyway to clarify this code? (dictionaries)
  482. a new design pattern for Python Library?
  483. moving mouse?
  484. Built windows installers and Cygwin
  485. Simple photo collage using Python and PIL
  486. hex string to hex value
  487. defining the behavior of zip(it, it) (WAS: Converting a flat list...)
  488. user-defined operators: a very modest proposal
  489. Questions on embedding Python
  490. 2.4.2 on AIX 4.3 make fails on threading
  491. Comp.Lang.Python Podcase
  492. interact with application installer prompts using Python
  493. wxPython Licence vs GPL
  494. PIL FITs image decoder
  495. Entry widget -- how to prevent change
  496. Timeout for regular expression
  497. drawline
  498. python win32 and COM? for internet monitoring
  499. Getting standard config directory
  500. port script to embedded device - decompile pyinstaller exe?
  501. help with using temporary files
  502. Dictionary string parser
  503. after sorted from the lists
  504. the first element in the list of list
  505. Python in Optimized mode with /usr/bin/env
  506. Geodetic Functions as DLL
  507. Using gettext to provide different language-version of a script
  508. sort in the list
  509. matching a string to extract substrings for which some functionreturns true
  510. Converting a flat list to a list of tuples
  511. Looking for magic method to override to prevent dict(d) from grabbing subclass inst d contents directly
  512. keys in dictionary
  513. python gui using boa
  514. linking one extension module to another (Mac OSX)
  515. IPv6 RFC 3542 with socket module?
  516. Application Plugin Framework
  517. Preventing modules to be read from current working directory
  518. pipe related question
  519. mxODBC sql MSAccess
  520. Numeric array in unittest problem
  521. OSDC::Israel Conference 26-28 Feb. 2006
  522. sort the list
  523. OSDC::Israel Conference 26-28 Feb. 2006
  524. sort the list
  525. tkinter and cygwin
  526. tkinter and cygwin
  527. duplicate items in a list
  528. duplicate items in a list
  529. unittest can not use function name 'test' ?
  530. unittest can not use function name 'test' ?
  531. writing a generic method
  532. writing a generic method
  533. Any college offering Python short term course?
  534. Any college offering Python short term course?
  535. about dictionary
  536. about dictionary
  537. Any royal road to Bezier curves...?
  538. setattr for secondary attribute
  539. setattr for secondary attribute
  540. Any royal road to Bezier curves...?
  541. best cumulative sum
  542. best cumulative sum
  543. global definition
  544. global definition
  545. How to install python2.4.2 on IRIX6.5 ?
  546. How to install python2.4.2 on IRIX6.5 ?
  547. Aproximative string matching
  548. Aproximative string matching
  549. about list
  550. about list