View Full Version : Python
- Re: Optimisation Hints (dict processing and strings)
- truncating a file from the top down
- Re: [Catalog-sig] Table of Python Packages, updated
- Python performance tips page moved to wiki
- problem with tkinter
- problem with tkinter
- Wanted: New Python Success Stories
- Problem in designing a global directory in python
- Automatic response to your mail (Error)
- cgi and multipart/form-data?
- Need Help: Server to pass py objects
- RE: Optimisation Hints (dict processing and strings)
- how do you use a closure in a class
- pyopenGL: glutInit : TypeError: not a list
- Python & LEGO Mindstorm control...
- How to execute a cmd line program without invoking console window?
- automatically mapping builtins (WAS: itertools to iter transition)
- RE: Python & LEGO Mindstorm control...
- instance vs class attributes
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 30)
- How to use "__new__"?
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 30)
- why and when we should do it?
- Python interpreter error: unsupported operand type(s) for -: 'tuple' and 'int'
- checksum works in unix but not win32 os
- distutils: package data
- Weekly Python Patch/Bug Summary
- Re: why and when we should do it?
- Weakrefs to classes that derive from str
- Re: distance, angle restraint
- Re: why and when we should do it?
- reading from a txt file
- [maintenance doc updates]
- RE: mod_python
- math - need divisors algorithm
- newbie - threading
- IMAP4.search by message-id ?
- RELEASED Python 2.4.1 (final)
- twistedSnmp and hexadecimal values ...
- PyQt on Python 2.4
- oddness in string.find(sub,somestring)
- redundant imports
- ANN: pyMinGW support for Python 2.4.1 (final) is available
- global name "Result" is not defined
- RE: Need Help: Server to pass py objects-THANKS
- Suggesting methods with similar names
- Py2exe and dotNet Python
- Using something other than ';' to separate statements
- Impacket & sequence numbers
- Re: twistedSnmp and hexadecimal values ...
- urllib problem (maybe bugs?)
- Re: urllib problem (maybe bugs?)
- PIL
- Re: Using something other than ';' to separate statements
- Write an hexadecimal file
- Re: Weekly Python Patch/Bug Summary
- return the last item in a list
- Re: [DB-SIG] Looking for Stephen Turner, maintainer of informixdb
- checking if program is installing using python
- CGI, FieldStorage and Filename
- AttributeError: ClassA instance has no attribute '__len__'
- Re: CGI, FieldStorage and Filename
- Re: RELEASED Python 2.4.1 (final)
- [ANN]: Last Chance 2005 IORCC Entries
- initialize a dictionary
- pySerial- need help.
- Re: PIL
- More decorator rumination
- property and virtuality
- McMillan Installer vs. Python 2.4
- Re: How To Do It Faster?!?
- returning a list: IndexError
- Python 2.4.1 build (configure) ?
- Python plug-in Frameworks like Eclipse RCP...
- problem running the cgi module
- RE: IMAP4.search by message-id ?
- AAC extracton
- UnicodeEncodeError in string conversion
- Making a DLL with python?
- Pari Python
- Mac OS X Installer for Python 2.4.1 available
- Formated String in optparse
- The value exceptions are raised with (odd behaviour?)
- Re: PIL
- How To Do It Faster?!?
- Error
- Rif: Re: How To Do It Faster?!?
- Generating RTF with Python
- hex string into binary format?
- RE: Generating RTF with Python
- Recording Video with Python
- AttributeError: 'module' object has no attribute 'setdefaulttimeout'
- Re: urllib problem (maybe bugs?)
- ANN: PyDev 0.9.2 released
- Problem with national characters
- split an iteration
- ANN: ActivePython 2.4.1 build 245 is available
- Printing Varable Names Tool.. Feedback requested.
- How To Do It Faster?!?
- Stylistic question about inheritance
- Change between Python 2.3 and 2.4 under WinXP
- Controling the ALU
- mod_python and zope
- assignments - want a PEP
- System bell
- assignments - want a PEP
- Our Luxurious, Rubinesque, Python 2.4
- unittest vs py.test?
- Re: string goes away
- Re: string goes away
- __init__ method and raising exceptions
- RE: string goes away
- Re: string goes away
- Re: string goes away
- New to programming question
- Re: string goes away
- string goes away
- Re: string goes away
- 48-hour game programming competition only 14 days away
- dictionary: sorting the values preserving the order
- what's the use of __repr__?when shall I use it?
- [python-perl] Translation review?
- Lambda: the Ultimate Design Flaw
- Ternary Operator in Python
- Ternary Operator in Python
- Re: Ternary Operator in Python
- Re: (SPAM: 50) Mail Delivery (failure jobs-bangalore@google.com)(VIRUS REMOVED)
- that is it is not it (logic in Python)
- class attributes and inner classes in C extensions
- StopIteration in the if clause of a generator expression
- A ClientForm Question
- Case-insensitive dict, non-destructive, fast, anyone?
- Showing errors explicitly in try... except
- Combining digit in a list to make an integer
- 3 weeks to go to Python-UK!
- Re: ANN: BigDecimal - decimal arithmetic on very large intergers
- Pseudocode in the wikipedia
- ANNOUNCE: xsdb release with N/A support and more
- Looking for Benchmarklets to improve pyvm
- Unzipping Files
- Re: Unzipping Files
- Re: class attributes and inner classes in C extensions
- Shelve DBRunRecoveryError
- numeric module
- Decorater inside a function? Is there a way?
- Re: Ternary Operator in Python
- how to close a gzip.GzipFile?
- Re: string goes away
- string goes away
- Creating Modules/Namespaces from C/C++ for better class/function encapsulation/cleanup
- pagecrawling websites with Python
- Re: how to close a gzip.GzipFile?
- Re: string goes away
- Attributes and built-in types
- Help with splitting
- Re: Pseudocode in the wikipedia
- How To Do It Faster?!?
- How To Do It Faster?!?
- Re: Looking for Benchmarklets to improve pyvm
- Module subprocess: How to "communicate" more than once?
- [Newbie] Search-and-delete text processing problem...
- Installing Python on a Windows 2000 Server
- (win32) speedfan api control
- Simple thread-safe counter?
- How to reload local namespace definitions in the python interpreter?
- How To Do It Faster?!?
- Docorator Disected
- terminating an inactive process
- [EVALUATION] - E03 - jamLang Evaluation Case Applied to Python
- Performance issue
- instance name
- Example Code : Shared Memory with Mutex (pywin32 and ctypes)
- Name of IDLE on Linux
- Re: Performance issue
- Re: Performance issue
- Re: Name of IDLE on Linux
- testing -- what to do for testing code with behaviour dependant uponwhich files exist?
- Corectly convert from %PATH%=c:\\X;"c:\\a;b" TO ['c:\\X', 'c:\\a;b']
- Re: testing -- what to do for testing code with behaviour dependantupon which files exist?
- threading.Event file descriptor
- python-dev Summary for 2005-03-16 through 2005-03-31 (my last)
- the bugs that try men's souls
- text analysis in python
- Newsgroup Programming
- Python Cookbook
- On slashdot
- re module non-greedy matches broken
- "specialdict" module
- RE: Corectly convert from %PATH%=c:\\X; "c:\\a;
- help with python-devel!!!
- mini_httpd (ACME Labs) & Python 2.4.1 integration
- Re: Corectly convert from %PATH%=c:\\X; "c:\\a;
- can't link Python 2.4.1 against external libxml2 ...
- Help me dig my way out of nested scoping
- Question about the Python Cookbook: How much of this is new?
- GUI - Qt Designer
- Europython 2005 is now accepting talk submissions
- Silly question re: 'for i in sys.stdin'?
- Re: Silly question re: 'for i in sys.stdin'?
- checkbook manager
- Makeing TopLevel Modal ?
- distutils
- Question about Enthought python distribution
- DIY Spam Filter in Python
- Tkinter - pixel or widget color
- Raise Error in a Module and Try/Except in a different Module
- import and scope inconsistency?
- What's up with the PyFX Project??? (ex PyCG nVidia CG implementation)
- Sending keytrokes to Windows app
- Testing for EOF ?
- Text file to SDE
- boolean -> DNF
- Problems compiling PIL under Cygwin
- adodbapi return value
- playing with pyGoogle - strange codec error
- Re: boolean -> DNF
- Extracting Font Outline informations
- Semi-newbie, rolling my own __deepcopy__
- Dr. Dobb's Python-URL! - weekly Python news and links (Apr 4)
- setup distributed computing for two computer only
- Dr. Dobb's Python-URL! - weekly Python news and links (Apr 4)
- Symbol Referencing Error in Fortran 90
- Re: terminating an inactive process
- Re: re module non-greedy matches broken
- dynamic partial mirror, apt-get fails
- Eric3 under WinXP
- Re: help with python-devel!!!
- Status of Chaco?
- Re: help with python-devel!!!
- Changing TEXT color from python
- Decorator Base Class: Needs improvement.
- http://zephyrfalcon.org/labs/wax.html
- hello
- gvbyhqp
- Mail Delivery System
- hello
- Good day
- sys.stdout / sys.stderr, subprocess, redirection
- Re: testing -- what to do for testing code with behaviour dependantupon which files exist?
- Gnuplot.py and, _by far_, the weirdest thing I've ever seen on my computer
- Insert database rows from CSV file
- sparse sets of integers?
- Re: re module non-greedy matches broken
- change extensions
- Eric3 under WinXP
- Super Newbie Question
- Web application toolkit recommendation?
- Re: Super Newbie Question
- Re: Super Newbie Question
- Decorator Maker is working. What do you think?
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.