Home : Bytes IT Community / View Full Version : Python
- network parameters
- An interesting python problem
- Builtin classes list, set, dict reimplemented via B-trees
- How to make python24.dll smaller ?
- calling .Net Webservice using SOAPpy
- Where is the document of python-mode.el
- Tkinter add_cascade option_add
- Create and display an email
- Printing w/o newlines inside loops - odd behavior
- Unexpected Behavior Iterating over a Mutating Object
- p2exe using wine/cxoffice
- distutils equivalent of config.status?
- Windows Python 2.4: Unbuffered flag causes SyntaxError on interactive sessions?
- Dr. Dobb's Python-URL! - weekly Python news and links (Sep 13)
- high performance hyperlink extraction
- wxPython StyledTextCtrl and tabs?
- What XML lib to use?
- time.strptime intolerant on weekday string length?
- FTP Windows AS/400
- Sorting Unix mailboxes
- FTP Error: Windows AS/400
- help in simplification of code [string manipulation]
- appended crontab entries with py script
- python/SSL/Certificate.
- round() wrong in Python 2.4?
- using filedescriptors in SIGINT signal handler
- Zope, ZPT and slots
- Python for ARM7?
- Checked tree in wxpython (windows)
- TKinter, Entry objects and dynamic naming
- Get Mac OSX Version
- PyGTK or wXPython?
- Simplifying imports?
- plwm and python-xlib on OS X
- Python and SMB, again...
- Detailed traceback
- wxPython MainLoop exception handling problem
- Software bugs aren't inevitable
- Ctypes Install in Linux
- fully-qualified namespaces?
- Python Database Scripts
- Socket options
- Is it possible to detect if files on a drive were changed without scanning the drive?
- pcapy listen on multiple devices
- ZPT and "incompatible version None" error :(
- How to protect Python source from modification
- First release of Shed Skin, a Python-to-C++ compiler.
- [Fwd: Sept 14 Fredericksburg, VA ZPUG: Packaging with zpkg, reviewof Python Cookbook 2nd ed]
- Premature wakeup of time.sleep()
- OCR librarys
- which is more 'pythonic' / 'better' ?
- read from label
- exceptions from logging on Windows
- Enter as Tab in wxPython
- read stdout/stderr without blocking
- Would you pls tell me a tool to step debug python program?
- Appending paths relative to the current file to sys.path
- libgmail login failure
- packaging python for install.
- CGIHTTPServer, popen3, and windoze
- pinging from within python
- Creating BibTex files with XdkBibTeX
- Predicting Thumbnail Sizes from PIL
- regex re.search and re.match
- issue with string.Template
- getting words from readline
- Expected Value
- Fun with decorators and unification dispatch
- [pyparsing] make sure entire string was parsed
- First release of Shed Skin, a Python-to-C++ compiler.
- class 'Exception', unable to use 'super' to call superclass initializer
- calling command line programs?
- Find roots of ill-conditioned polynomials
- pydoc search in browser
- IDisatch and pythoncom
- Unusual Python Sighting
- How to handle very large MIME Messages with the email package?
- execute commands and return output
- OOP Newb
- global variables shared across modules
- python object model diagram
- error processing variables
- Expected Value
- Redundant code in multiple methods
- nested tuples
- working with multiple frame instances
- using % operator to print possibly unitialized data attributes
- where is sys.path initialized?
- circular import problem
- simple problem with os.rename() parameters - path with spaces
- "grep" database
- Grouping lists
- looping over arrays in numarray/numeric
- disabling TCP connections, just for one script
- Where do .pyc files come from?
- Launching Python programs from Linux shell script
- Create new instance of Python class in C
- Why do Pythoneers reinvent the wheel?
- icmp sniffer with pcapy module
- re module help
- Interactive use of Help with class/instance data
- New docs for Leo
- NDMP Library?
- is interactive mode same as calculator mode?
- Timezone and ISO8601 struggles with datetime and xml.utils.iso8601.parse
- Python linear algebra module -- requesting comments on interface
- how to get the return value of a thread?
- using metaclass __call__ to replace class instance
- subprocess solved all my problems
- signal.SIGHUP handling
- python callbacks and windows
- Inconsistent reaction to extend
- unicode, C++, python 2.2
- sys.stdout
- python script under windows
- What's the difference between VAR and _VAR_?
- How to dynamicly define function and call the function?
- ipython + gnu emacs on windows
- Question about consistency in python language
- Using Python with COM to communicate with proprietary Windows software
- Python Jabber client?
- Django and SQLObject. Why not working together?
- Help! Python either hangs or core dumps when calling C malloc
- job scheduling framework?
- Video display, frame rate 640x480 @ 30fps achievable?
- record sound to numarray/list
- Distutils question
- Printer List from CUPS
- Migrate PYD Files
- popen in thread on QNX
- pretty windows installer for py scripts
- generator object, next method
- CGI File Uploads and Progress Bars
- Manging multiple Python installation
- Using Python to interact with BMC Patrol
- Need help with C extension module
- Construct raw strings?
- bug in numarray?
- Best dbm to use?
- can i move attribute values from one class to another?
- pickling objects in jython
- Sniffer with RAW SOCKETS
- distutils question
- Python CGI and Firefox vs IE
- List of integers & L.I.S.
- Question about concatenation error
- py2exe 0.6.2 released
- The right way to do i18n
- python and ARCView GIS desktop
- question from beginner
- encryption with python
- BayPIGgies: DATE CHANGE September 15, 7:30pm (Google)
- Open source Web testing tool - cPAMIE 1.6b released
- PEP-able? Expressional conditions
- Is there anything "better" than impalib/poplib?
- multi pointer slider(scale)
- determine if os.system() is done
- Reading in external file - error checking and line numbers...
- pymacs + dbus
- dict and __cmp__() question
- ~ after script filename?
- Ode to python
- Last mod date
- Do int.__lt__/__gt__/etc. exist?
- infinite loop
- Function returns a function
- Cleaning strings with Regular Expressions
- Regular Expression IGNORECASE different for findall and split?
- Ignoring ampersand(&) as a special character in xml
- Linux to Windows porting question
- Python versus Perl
- which reg values modified my python installer under windows
- which reg values modified my python installer under windows
- Generators and Decorators doing my head in ..
- launching adobe reader with arguments from os.system call
- check if a webpage is forwarding to a other webpage
- py2exe uses __init__ for class names when logging
- Python xml.dom, help reading attribute data
- execute commands independantly
- Installation question
- left/right mouse button events not trapped
- Python OpenCV wrapper
- killing thread after timeout
- Replacement for lambda - 'def' as an expression?
- python profiling, hotspot and strange execution time
- Pervasive Database Connection
- round function problem
- Python executable
- Django Vs Rails
- py2exe 0.6.1 released
- visit_decref: Assertion `gc->gc.gc_refs != 0' failed.
- Python compiled?
- Unnest tag ?
- curious about slice behaviour
- xmlrcp register classes
- improvements for the logging package
- logging into one file problem
- command line path
- Dr. Dobb's Python-URL! - weekly Python news and links (Sep 5)
- Getting the bytes or percent uploaded/downloaded through FTP?
- Dr. Dobb's Python-URL! - weekly Python news and links (Sep 5)
- How to use the OS's native file selector in Tkinter
- epydoc CLI and many files
- Has anybody tried to make a navigation like Google?
- Problem with: urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
- error when parsing xml
- Optional algol syntax style
- sslerror: (8, 'EOF occurred in violation of protocol')
- warning when doubly liked list is defined globally
- What is the role of F in dict(E, **F)
- Python Digest authentication against MS MapPoint
- Online Modification of Python Code
- XML Pickle with PyGraphLib - Problems
- ftp upload through proxy ?
- use mod_python' session and redirect
- mod_python: what's going on here?
- Magic Optimisation
- learning python
- Python Doc Problem Example: os.system
- GETTING IMAGEDATA FROM A BUTTON
- Controlling memory allocation
- Possible improvement to slice opperations.
- Assigning 'nochage' to a variable.
- is dict.copy() a deep copy or a shallow copy
- How to integrate an array?
- dual processor
- String from File -> List without parsing
- regular expression unicode character class trouble
- DrPython debugger
- sizeof(long) from python
- Replacing large number of substrings
- documentation error
- Code for generating validation codes (in images)
- discarded iterator.next() at interactive global scope doesn't bump interator??
- gmail access
- how to do this?
- Command config, quitting, binary, Timer
- os.system(r"ls") prints to screen??
- Language Work Benches in Py
- Digest MD5 authentication over using ZSI
- Submitting doc bug reports without SF registration
- Managing events
- Problems with Python for Windows extensions
- pyNMS
- embedding python in C, working but with exception at the end
- How to identify which interface a broadcast packet comes in on?
- python logo
- unicode and os.system
- Record separator for readlines()
- Problems with os.system
- defining classes
- Find day of week from month and year
- Problem building Python on HP-UX
- why no user-def. attributes?
- .pth files question
- __setslice__ and classes derived from list
- PyBool_FromLong
- HTML tags optimization
- anaconda.real in RH7.1
- problems with smtplib
- How to handle video & alpha channel
- plotting with gnuplot.py
- Writing formatted data (numeric) to a binary file
- descriptors for container items
- Starting twisted service manually
- Add lists to class?
- Equivalent for an internal write in Python ?
- Proposal: add sys to __builtins__
- named pipe input
- Python / web
- Python C module questions
- is there a better way to check an array?
- Error managment question (Trace Backs ?)
- Python 2.2.1 DLL extension causes "abnormal program termination"
- pickling the objects returned by array.array()
- scroll a frame to display several lines of widgets at a time
- Creating custom event in WxPython
- Extend Python
- py2exe and output executable name
- Open-Office ; Python & Win (plain/text)
- Decrypting GPG/PGP email messages
- pexpect.exitstatus not working?
- Win32: Possible to use Python to create Snap-Ins for MMC?
- Is my thread safe from premature garbage collection?
- Extended Language c++ in pyhton
- 'isa' keyword
- cgi, reusing html. common problem?
- Python 2.4 decompiler
- Well, Python is hard to learn...
- Python Asynchronous I/O library (pyasynchio) [currently win-only]
- PyChecker lives, version 0.8.15 released
- Attempting to use popen with mailx
- close/popen issues (bug?)
- Considering moving from PowerBuilder to Python
- Survey Tool
- Static freeze
- "zoning" a naive datetime object / daylight savings
- Calling ftp commands from python
- time.strptime() for different languages
- Mapping network drive on Linux
- aggdraw for PIL
- Retrieving Filename from Path
- can't start new thread
- To the python-list moderator
- graphical or flow charting design aid for python class development?
- command line arguments
- Improving my text processing script
- HTML tags optimization [ interesting problem]
- using python_ldap for authentication
- plone site in separate database - MountFolder
- 'ps -A' command freezes Popen3
- Epydoc - Documenting class members?
- socket.sslerror:(1, 'error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol')
- Sockets: code works locally but fails over LAN
- module not found in IIS virtual dir
- use threading without classes
- change date format
- Help with this error : Protocol wrong for this socket
- strange behaviour of str()
- .pth files in working directory
- Python doc problems example: gzip module
- dynamicly updating an objects fields
- Adding bound methods dynamically...
- Uploading images via cgi?
- Question about threading.Lock().aquire(waitflag)
- py2app and Bittornado
- Bicycle Repair Man usability
- Problem with string -> int conversion ?
- Bicycle Repair Man usability
- wxpython + ogl
- pyGame - Logitech rumble pad input OS X (10.3.9)
- Lambda with copy.deepcopy()
- trouble with time --again
- Precise timings ?
- Python2Html regex question
- Embedding Matplotlib images into wxPython
- py2exe can't compile this program
- how to join two Dictionary together?
- Anyone know how to do this in pyOpenSSL
- Problem with select.poll and popen2
- regexps with unicode-aware characterclasses?
- SpamBayes wins PCW Editors Choice Award for anti-spam software.
- Dr. Dobb's Python-URL! - weekly Python news and links (Aug 30)
- Dr. Dobb's Python-URL! - weekly Python news and links (Aug 30)
- Code run from IDLE but not via double-clicking on its *.py
- micro-python - is it possible?
- time.mktime problem
- array of arrays question
- wxnotebook and tooltips
- Writing Multithreaded Client-Server in Python.
- python-dev Summary for 2005-08-01 through 2005-08-15
- File parser
- Drag&Drop in wxListCtrl
- a list of Checkbuttons
- networking
- Using select on a unix command in lieu of signal
- new line
- Basic Server/Client socket pair not working
- python and ajax
- command history behavior in windows and linux
- Exploring outlook contents
- socket.gaierror from httplib
- Python port on Palm Treo?
- GIL, threads and scheduling - performance cost
- python xml DOM? pulldom? SAX?
- Robust statistics and optimmization from Python
- Python and file locking - NFS or MySQL?
- NYC Opening
- Pointers and ctypes
- CHANGE OF EMAIL ADDRESS NOTIFICATION
- sslerror: (8, 'EOF occurred in violation of protocol') ???
- reg email packages work
- Python built email message doesn't support OutLook Express
- trictionary?
- Lossless Number Conversion
- using common lisp with python.
- aproximate a number
- NooB Question
- Release of PyPy 0.7.0
- close failed: [Errno 0] No error goes to stdout
- NASFiC?
- Dynamic image creation for the web...
- What are new-style classes?
- py to exe: suggestions?
- Socket Troubles
- Cygwin font problems
- python image thumbnail generator?
- Automatic language translation
- formal math ?
- network mapper Gui question
- Windows/win32all, unicode and long filenames
- Embedded python debug build crashing.
- fontifying a pattern in a Tkinter Text widget
- pydoc, best practices, and Data class
- Twice bound method
- pcapy - print the DATA field of a packet
- Modify a C++ instance from the embed python interpreter
- Virtual Slicing
- SAS Transport FIle
- Python library/module for MSAccess
- MySQLdb install
- posting 20050826
- Any projects to provide Javascript-style client-side browser accessvia Python?
- Why does min(A,B) behave different for lists and for classes?
- Closing programs that use sockets
- reportlab and custom fonts
- Python Active Scripting
- problems with tarfile.open and tar.bz2
- Problem with Pythoncard
- Converting from Microsoft Binary Format floats to Python Float
- question on "import __main__"
- Does any1 use pcapy module on win32 platforms?
- telnet.read_until() from telnetlib
- need a little help with time
- How to know if connection is active when using telnetlib?
- Integrate C source in a Python project
- Excel Character object through COM
- Problems with kdecore...
- ideas for university project ??
- IDLE problem
- problem with classes
- DOM text
- classes and list as parameter, whats wrong?
- Better crypto hash functions, long, with code
- file access dialog
- Static vs. dynamic checking for support of concurrent programming
- argument matching question
- Embedding Python in other programs
- MacPython 2.2 on Mac OS X 10.3.8 - configurePython error
- a dummy python question
- pre-PEP: Object-oriented file module
- minimalist regular expression
- Suppressing checking of modules with pychecker
- Superclass files and order - oh my!! Questioning the experts!!
- algorithm for non-dimensionalization
- Speed quirk: redundant line gives six-fold speedup
- Filetypes in email attachments.
- Socket Support When Compiling Python 2.3.5 On Cygwin
- prevent callback during initialization
- New Arrival to Python
- variable hell
- RE Despair - help required
- MySQLdb module, method executemany with anything other than strings?
- Get datatype of a column
- How to start PEP process?
- overload builtin operator
- Setting the encoding in pysqlite2
- same menu point is activated
- Command Line arguments
- SocketServer and a Java applet listener
- PuLP and Mac OS X
- Exploring outlook using python
- problems with hasattr() and custom __getattr__ inside urllib2
- Default function arguments behaving badly
- use SciPy with Python 2.4.1?
- a question about tkinter StringVars()
- Email client in Pyhton
- tkraise oddity
- Unix diff command under Window.
- Getting rid of "close failed: [Errno 0] No Error" on Win32
- Should I move to Amsterdam?
- Warning when doubly linked list is defined gloablly
- Variables in REs
- jython debugger
- Eric3 for Windows not firing up.
- Inheritance problem ?
- slip beta code released
- execfile in global scope
- Reg Python Modules/Packages
- reg packages examples
- What's the matter with this code section?
- FileIO problem
- Externally-defined properties?
- shelve non-transparency
- list insertion
- Anyone recognize this numeric storage format - similar to "float", but not quite
- Inline::Python, pyperl, etc.
- Multiple (threaded?) connections to BaseHTTPServer
- Logging all activity on a tty/pty?
- Machine Name
- Sorta noob question - file vs. open?
- ftplib - issues with some files not completing?
- Reading just a few lines from a text file
- Twisted Conch for emulating a terminal?
- Line Removal strategy
- setlocale() in a module/extension library
- Sequential XML parsing with xml.sax
- where does __class__ come from?
- DeprecationWarning: Non-ASCII character '\xf3'
- pipes like perl
- Limited XML tidy
- python asp page keeps state across queries !?!?
- Nested Regex Conditionals
- High Level FTP library
- Convert float to string ...
- yapsnmp port issues
- what's the difference between *.dll and *.pyd if both of them are extended python module?
- str() representation of sequences and dicts
- py-serial + CSV
- Import Error ('mutual inclusion of modules'?)
- Library and real path name
- check whether directory is readable
- Doubt Regarding link between C and Python
- Reg python nature.
- Doubt C and Python
- gtkmozembed in fedora core 3
- What's the difference between built-in func getattr() and normal call of a func of a class
- Network performance
- literal accented characters in python asp page with Microsoft IIS
- Eve from Adams' Ribs
- Revised PEP 349: Allow str() to return unicode strings
- Python and the web
- Can I send files through xmlrpc connections?
- combining namespaces when importing two modules
- setup install question
- How to print the name of a list?
- split function
- Error with Python
- 60 GB IPOD deal found
- loop in python
- Using Signal Handler to timeout an rsh call
- Sanitizing untrusted code for eval()
- sending binary files to a 16 micro controller.
- Reg Python Byte code
- regular expressions use
- PIL: retreive image resolution (dpi)
- Running multiple console processes and watching their output
- Uploading images to imageshack.us with Python
- win32 - associate .pyw with a file extension...
- Network Programming Information
- Decorator and Metaclasses Documentation
- Python dutch
- Problem with wxPython 2.6.1
- Further questions on dictionaries, namespaces, etc.
- Gimp-Python
- tkinter text widget question
- X-Platform method of remote execution of Windows programs
- Best way to 'touch' a file?
- Is mymodule.myvariable a 'global'? (What is proper definition of 'global variable'?)
- network programming
- import __main__ where can i find a module called "__main__.py"?
- Reading my own stdout
- Automatic documentation options
- Embedding threaded Python in C
- RE vs. SRE
- passing arguments from scale widget to function
- subpackage import problem
- last line chopped from input file
- Related To Threads
- urllib leaves sockets open?