First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
Some success with the "Plot" problem :D
Hello guys On Following the development of my ADC (Analog-to-Digital converter Residue function transference) i already got some progress with the plot problem and (much thanks to colleagues who help me in this forum and not only) i would like to show you all the progress that has already got and take the opport... 14 Jul 2010 13:11
multiline input and readline
Googling for ways to use the readline library with multiline input I found out the following stackoverflow answer: http://stackoverflow.com/questions/161495/is-there-a-nice-way-of-handling-multi-line-input-with-gnu-readline The solution is to use the rl_bind_key function, but it does not look like such function... 14 Jul 2010 13:11
python3: help with subprocess
On Jul 14, 2010, at 8:38 AM, Alan wrote: Hi there, Module commands is gone in python3, so I am trying subprocess. So please I would appreciate if someone can tell me how to do this better: before I had: cmd = 'uname -a' out = commands.getoutput(cmd) 'Darwin amadeus.local 10.4.0 Dar... 14 Jul 2010 13:11
Wholesale Sports Shoes Clear Air Force One AAA++quality(www.cnnshoe.com)
supply sports shoes. The brand Sports shoes basketball shoes, Boot, walling shoes, Athletic shoes, Jogging shoes, running shoes, leather shoes, football, shoe sports shoe Footwear Sneaker, Shox Max Rift T- shirts, womens t-shirts, Clothing womens clothing, wear hats Caps Jersey jeans Sock Jacks, Watches, wallet... 14 Jul 2010 12:04
list.insert
Hi, I understand this: l=[1,2,3] l[1:2]=[8,9] l [1,8,9,3] But how do you do this with list.insert? Thanks, Eric J. ... 14 Jul 2010 14:17
ctypes' c_longdouble: underflow error (bug?)
I have a C library function hg that returns a long double, so when I import it using C types I specify this return type like this: MYLIB.hg.restype = ctypes.c_longdouble But certain non-zero values returned by hg appear as zero Python-side. If I modify hg so that it prints out its value right before retur... 16 Jul 2010 10:59
Identify the Color of an Image
Hi, 1. How can I find the color of an image present the webpage? 2. How to identify the font type of the selected text present in the content of the web page It would be much helpfull, if anyone responds to it ASAP Thanks Mohmyda ... 16 Jul 2010 16:34
eGenix at EuroPython 2010
________________________________________________________________________ eGenix at EuroPython 2010 ________________________________________________________________________ Meet up with eGenix at this year's EuroPython Conference in Birmingham, UK. The EuroPython Conference is the one of the premier con... 14 Jul 2010 08:45
Python track at German Zope conference
[Das ist im Wesentlichen eine Kopie einer Nachricht, die Dinu an die Python-DE-Liste geschickt hat.] From September 15 to September 17, 2010, the German Zope conference (organized by DZUG) takes place in Dresden. It has tracks for Python, Zope, and Plone. Dinu Gherman and me are organizing the Python Track, and... 14 Jul 2010 03:20
python namespace question
Given the following code... #!/usr/bin/python class cgraph: def printme(self): print "hello\n" x = cgraph() x.printme() Does the function print() exist in the cgraph namespace or the printme() one? ... 14 Jul 2010 02:16
First  |  Prev |  Next  |  Last
Pages: 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54