erm "significand" and specifically avoids the term
"mantissa".
Confirmed.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
On 2016-07-09 17:13, Michael Selik wrote:
On Sat, Jul 9, 2016 at 10:17 AM Jason Friedman wrote:
+1 for consistency
What do other languages use?
R, the most likely candidate, doesn't have them built-in.
scipy.stats uses gmean() and hmean()
--
Robert Kern
"I have come to believ
When I am right, then the "zipfile" module handles ".Z" compressed files.
No, that handles PKZIP .zip files. There are third-party modules that handle the
.Z format, but shelling out to external programs may still be preferable:
https://github.com/umeat/unlzw
--
Robert Kern
ngs are clearly delimited. Keywords, operators, and [{(braces)}] are all
explicitly whitelisted from finite lists. Well, I guess it could have been
intended by the user to be a numerical literal, but I suspect that's attempted
before identifier.
--
Robert Kern
"I have come to believe t
/lambdify.html#sympy.utilities.lambdify.lambdify
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.o
page this:
In [1]: pandas.DataFrame?
http://ipython.readthedocs.org/en/stable/interactive/reference.html#dynamic-object-information
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it
f the examples here (note: "pylab" is the essentially the same as
"pyplot" for these purposes):
http://matplotlib.org/examples/pylab_examples/index.html
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terr
put. There is no "reversed definition of rows and columns".
He simply instantiated the two vectors as row-vectors instead of column-vectors,
which he could have easily done, so he had to flip the matrix expression.
--
Robert Kern
"I have come to believe that the whole world is an
ppend(self, x) which will give you different results
depending on the number of times you call it, even if the arguments are the same.
Functions that don't change state at all are naturally idempotent, but many
idempotent functions do change state.
--
Robert Kern
"I have come to beli
uantity that your code is computing will be
exactly the same because the pixels contribute to the histogram in the same way.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it
always has the same number of children, etc.),
then it probably does represent an ordered collection. If it's variable, then
putting it into a table structure probably doesn't make any sense regardless of
ordering issues.
--
Robert Kern
"I have come to believe that the whole world
.w3.org/TR/xml-infoset/#infoitem.element
If it didn't, then XHTML would have a hell of a time with ordered constructs
like this:
First item
Second item
Third item
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is
On 2015-06-27 08:58, Robert Kern wrote:
On 2015-06-27 04:38, Steven D'Aprano wrote:
Maybe you use Python's standard library and the Mersenne Twister. The period
of that is huge, possibly bigger than 256! (or not, I forget, and I'm too
lazy to look it up). So you think that'
Mersenne
Twister is not a cryptographically secure pseudorandom number generator. If
I can get some small number of values from the Twister (by memory,
something of the order of 100 such values) then I can predict the rest for
ever.
634.
--
Robert Kern
"I have come to believe that the whole world is an e
On 2015-06-10 13:08, Marko Rauhamaa wrote:
Robert Kern :
By the very nature of the stated problem: serializing all language
objects. Being able to construct any object, including instances of
arbitrary classes, means that arbitrary code can be executed. All I
have to do is make a pickle file
ent module, or did one of your third-party dependencies do
this? Poof! Your pickle files no longer work.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an u
ed for it, using two different search engines, and
neither come up with any references for "Toot For Tail" strategies.
I do believe he is trying to make a crude joke.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made
ured logging".
http://www.structlog.org/en/stable/
http://eliot.readthedocs.org/en/stable/
https://twiggy.readthedocs.org/en/latest/logging.html#structured-logging
http://netlogger.lbl.gov/
--
Robert Kern
--
https://mail.python.org/mailman/listinfo/python-list
compatible.
https://pillow.readthedocs.org/porting-pil-to-pillow.html
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
h
current license.
http://opensource.org/licenses
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.or
by the initial development team due to a lack of funding,
so right now the destiny of the bugs such as this is in hands of those who
understand how to debug them."
(Quoted from https://bugreports.qt.io/browse/PYSIDE-164)
Anatoly was wrong.
--
Robert Kern
"I have come to believe t
optional style guide.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
e of these examples come prepackaged in any distribution I am aware of. You
are intended to copy-and-paste them from the wiki if you want to use them.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to
_at(ms, n) < 0)
return -1;
}
else
break;
}
return 0;
}
Or does "Python function" mean something else in this context?
"Corrected merge_collapse function [from the Python implementation of TimSort]"
as opposed t
On 2015-02-13 13:35, Neal Becker wrote:
Robert Kern wrote:
@profile
def run():
pass
run()
No, this doesn't work either. Same failure
kernprof -l test_prof.py
Wrote profile results to test_prof.py.lprof
Traceback (most recent call last):
File "/home/nbecker/.local/bin/kernpro
s way?
Does a trivial module work? I.e.
"""
@profile
def run():
pass
run()
"""
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
line_profiler is written in C, perhaps the author (Robert Kern) doesn't
care about supporting Jython or IronPython, but there may be Python
implementations (PyPy perhaps?) which can run C code but don't have
__builtins__.
Indeed, I do not care about any of them. PyPy does not i
On 2014-09-16 17:25, Chris Angelico wrote:
On Wed, Sep 17, 2014 at 2:08 AM, Robert Kern wrote:
Yes, but this is due to different design decisions of git and Mercurial. git
prioritized the multiple branches in a single clone use case; Mercurial
prioritized re-cloning. It's natural to do
orrectly, the
way to begin an experimental branch is to use hg clone.
Yes, but this is due to different design decisions of git and Mercurial. git
prioritized the multiple branches in a single clone use case; Mercurial
prioritized re-cloning. It's natural to do this kind of branching in gi
esire to learn it.
Trouble is, I don't have any project that calls for it - there's
nothing I'm desperately wanting to do that involves both Python and
C/C++. Anyone got any suggestions? :)
Class-based, Python 3-compatible bindings for libtcod?
http://doryen.eptalys.net/libtcod/
h the committer's name/id. I use it all the time at $DAYJOB. I've
managed to avoid CVS, so I can't speak to that.
cvs annotate
http://compbio.soe.ucsc.edu/cvsdoc/cvs-manual/cvs_74.html
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
t
ation? Using [x] for subscripts:
x[n+1] = x[n] + 1
we have a perfectly good mathematical recursive definition. All it needs is
an initial value x[0] and we're good to go.
Or a different operator for assignment (to distinguish it more clearly from
equality, which it isn't).
x <- x
sh is in the 3rd party modules, Python could (and
maybe Python 3 does) import each module in a separate subprocess and collect the
information that way.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad
http://code.google.com/p/tabhistory/source/browse/tabhistory.py
where I have indenting, code completion, filename completion, and module
completion all working to some degree or another.
Take a look at what has already been implemented in IPython:
https://github.com/ipython/ipython/blob/master/IPyth
es that cannot be imported because their names are not Python
identifiers: e.g. check-newconfigs.py. Those are easy to filter out, fortunately.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to
]
|2> x == 3
array([False, False, False, True, False], dtype=bool)
You can blame Numeric/numpy for that feature getting in. :-)
Now certainly, many uses of __eq__, like containment comparisons, do assume that
the result is a bool(able).
--
Robert Kern
"I have come to believe that the w
On 2014-07-07 12:56, Steven D'Aprano wrote:
On Mon, 07 Jul 2014 12:15:51 +0100, Robert Kern wrote:
On 2014-07-07 09:57, Steven D'Aprano wrote:
What I don't understand is how "import pg" gets turned into "run
pgmodule.so"?
This has been standard Python b
[~]
|1> import imp
[~]
|2> imp.get_suffixes()
[('.so', 'rb', 3), ('module.so', 'rb', 3), ('.py', 'U', 1), ('.pyc', 'rb', 2)]
--
Robert Kern
"I have come to believe that the whole world is an enigma, a har
g form feeds to separate sections of code.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
ode ?
See the documentation on `sys.displayhook()`, which is the function that makes
the assignment:
https://docs.python.org/3/library/sys.html#sys.displayhook
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own
egex. This will help you QA your regexes, too, to be sure that they match what
you expect them to and not match non-names.
https://github.com/asciimoo/exrex
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad
ts like so: [[]]*3
https://docs.python.org/2/faq/programming.html#how-do-i-create-a-multidimensional-list
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth
s your client code (i.e.
what you wrote above) is concerned, it's just another library. E.g.
https://github.com/ipython/ipython/blob/master/examples/Parallel%20Computing/nwmerge.py
https://github.com/ipython/ipython/blob/master/examples/Parallel%20Computing/itermapresult.py
etc.
--
Robert Ker
But all easily available with well-established open source packages. Just
because it's not in the standard library doesn't mean that Python isn't a
suitable language for doing this stuff.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless
/
Can do heaps of stuff, too. For free.
And with Python!
http://sagemath.org/
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- U
;math").
Many mathematicians would disagree.
http://sagemath.org/
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto E
On 2014-05-17 13:07, Steven D'Aprano wrote:
On Sat, 17 May 2014 09:57:06 +0100, Robert Kern wrote:
On 2014-05-17 02:07, Steven D'Aprano wrote:
On Fri, 16 May 2014 14:46:23 +, Grant Edwards wrote:
At least in the US, there doesn't seem to be such a thing as "pla
On 2014-05-17 15:15, Steven D'Aprano wrote:
On Sat, 17 May 2014 10:29:00 +0100, Robert Kern wrote:
One can state many things, but that doesn't mean they have legal effect.
The US Code has provisions for how works become copyrighted
automatically, how they leave copyright automatica
Note how they distinguish the CC0 Waiver from their Public Domain Mark: the
Public Domain Mark is just a label for things that are known to be free of
copyright worldwide but does not make a work so. The CC0 *does* have an
operative effect that is substantially similar to the work being in the
public domain. The author has no
choice in the matter.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
tening to. He is to be killfiled and
ignored. Chris, I'm sorry you ran into him on your first introduction to this
community.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it a
rt Decimal' you can get a much closer result i.e.
'Decimal('0.0')'
What I'm wondering is why the first calculation that arrives at
'5.55111...' is so far out?
The `...` elides the exponent:
>>> 0.1 + 0.1 + 0.1 - 0.3
5.551115123125783e-17
If you c
On 2014-04-02 12:52, Sturla Molden wrote:
Wolfgang Keller wrote:
Judging from the example screenshots on their website, Kivy might be
adequate.
Kivy depends on PyGame which is GPL, and can only be used to build GPL
software.
It is not.
http://www.pygame.org/LGPL
--
Robert Kern
"I
On 2014-03-03 21:37, Mark H. Harris wrote:
On Monday, March 3, 2014 3:32:43 PM UTC-6, Robert Kern wrote:
Probably. If you want us to help, you need to show us what you tried, tell us
what results you expected, and copy-paste the output that you got.
Robert Kern
hi Robert, well, I finally
If you want us to help, you need to show us what you tried, tell us
what results you expected, and copy-paste the output that you got.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it
software from AutoDesk.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
7;, but
since that optimization isn't guaranteed, neither is that code
pattern.
We don't use `is None` instead of `== None` for the speed. We use it for
robustness. We don't want arbitrary __eq__()s to interfere with our sentinel
tests. If None weren't a singleton that we could
g to. It's
working for me now.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
ng UNICODE
DOUBLE COMBINING LINEFEED WITH QUOTE MARKER as line terminators.
>>> len('\n\n>')
3
Clearly, the FSR is broken beyond repair.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad att
ying to get our unit test
suite to run faster. I came across one slow test which had an
interesting twist. The class being tested had an __init__() method
which read over 900,000 records from a database and took something like
5-10 seconds to run. Man, talk about heavy-weight constructors :-)
I
On 2014-01-16 16:18, Roy Smith wrote:
On Thursday, January 16, 2014 10:46:10 AM UTC-5, Robert Kern wrote:
I prefer to keep my __init__() methods as dumb as possible to retain the
flexibility to construct my objects in different ways. Sure, it's convenient to,
say, pass a filename and hav
der Perl I just added the -d switch and had a
full debugger that worked at the console level.
Python also has a console debugger. -d does not invoke it; -d is for something
else.
$ python -m pdb myscript.py
http://docs.python.org/3.3/library/pdb
--
Robert Kern
"I have come to believe
n, but not this. Please stop asking this question.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.
--
It most certainly is not. wxPython has handled Unicode (via `unicode` strings)
for many, many years now.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying
ibrary/shlex
[~]
|1> import shlex
[~]
|2> shlex.split(r'"Guido \"van\" Rossum" invented Python')
['Guido "van" Rossum', 'invented', 'Python']
--
Robert Kern
"I have come to believe that the whole world is an eni
t (if any) error message is given by that assert, or how it
fails.
No, the > arrow points to the active line in that frame of the traceback.
Unfortunately, the OP cut off the remaining frames under `load_from_yahoo()`
actually has the assert that is failing.
--
Robert Kern
"I h
han numerical exponentiation where `x**2` is not
equivalent to `x*x`. Since objects are free to do so, the interpreter itself
cannot choose to optimize that exponentiation down to multiplication.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made t
ENET server (not
just an NNTP server) to access.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
ot-subtype#20030324rcnwbkfedhzbaf3vmiuer3z4xq
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
On 2013-11-27 13:29, rusi wrote:
On Wednesday, November 27, 2013 6:27:52 PM UTC+5:30, Robert Kern wrote:
On 2013-11-27 08:16, Antoon Pardon wrote:
Op 26-11-13 22:42, Tim Delaney schreef:
On 27 November 2013 03:57, Antoon Pardon wrote:
So I can now ask my questions in dutch and expect
ilege given to any particular dialect has
nothing to do with the form of the dialect itself and everything to do with the
sociopolitical history of its speakers. None of that is relevant to speaking
comprehensibly in an international environment.
--
Robert Kern
"I have come to believe that t
icantly matter.
[1] To the extent that there is such a thing as a "standard" form of any
language. Which there isn't, but I will grant you your premise for the time being.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is
t in class
about this subject?
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
On 2013-11-22 18:15, Neal Becker wrote:
Robert Kern wrote:
On 2013-11-22 16:52, Neal Becker wrote:
Robert Kern wrote:
On 2013-11-22 14:56, Neal Becker wrote:
I use arparse all the time and find it serves my needs well. One thing I'd
like
to see. In the help message, I'
On 2013-11-22 16:52, Neal Becker wrote:
Robert Kern wrote:
On 2013-11-22 14:56, Neal Becker wrote:
I use arparse all the time and find it serves my needs well. One thing I'd
like
to see. In the help message, I'd like to automatically add the default
values.
What I'd
)
parser.add_argument('file', help='The sample file.')
...
[git/mpstack]$ python print_stacks.py -h
usage: print_stacks.py [-h] [-p] file
positional arguments:
file The sample file.
optional arguments:
-h, --help show this help message and exit
-p, --perc
r the code of conduct. I'm old
enough to remember moderated listservs (as was the fashion at the time) that
would automatically reply to each new poster with the listserv's charter and
expected rules of netiquette (which is what we called it in those halcyon days).
--
Robert Kern
"I
On 2013-11-16 13:59, Νίκος wrote:
HELP ME
The kind people at http://serverfault.com/ can help you with your system
administration problems. I'm afraid that we cannot.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is mad
our server administration questions. Try this one:
http://serverfault.com/
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
htt
ble, but it may not be
hashable because one of its contained objects is unhashable (whether due to
mutability or something else).
So your function is subject to both false negatives and false positives.
Agreed.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a
draw from the random tables on Abulafia[2] which have nearly the same structure.
It scales up reasonably well beyond d100s. It's certainly not a technique I
would pull out to replace one-off if-elif chains that you literally write, but
it works well when you write the generic code once to a
.
os.urandom() gets called in the initial default seeding, but not for each value.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-
e that.
Just a majority of Greeks? How comforting.
Please don't.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
forum.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
On 2013-10-31 14:49, Chris Angelico wrote:
On Fri, Nov 1, 2013 at 1:41 AM, Robert Kern wrote:
On 2013-10-31 14:05, Chris Angelico wrote:
On Fri, Nov 1, 2013 at 12:17 AM, Alain Ketterlin
wrote:
"E.D.G." writes:
The calculation speed question just involves relatively s
ays,
then only the arrays need to be unboxed once, then the rest of the arithmetic
happens in C.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth
a default for an instance attribute is accepted
practice, and one that gets touted as a positive feature of Python's namespace
model when compared against other languages. That said, I have seen it more
often in the past.
[1] In the general "unchanging" sense rather than the C++ "sta
example (with data) that demonstrates the problem.
Use pastebin.com or a similar service if necessary.
http://www.scipy.org/scipylib/mailing-lists.html
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attem
e
and axe on the end. Just 'cos that would be cooler than naming it after
the fish.
I don't know which it was named after (could also be a road, eg
turnpike), but the language's logo is the fish.
Our logo is a snake, so that's obviously not a good guide. :-)
--
Robert Kern
ral term applied to things with a pointed tip. The fish name is a
shortening of "pike-fish", so it's obviously not the source of the word. The
weapon only really comes into fashion a couple of centuries after the fish's
name is first recorded, so it's not the source either.
explanation. I studied it
briefly in class in 1970, and have no idea if there are current
implementations.
You are in luck! GNU APL 1.0 was just released!
http://www.gnu.org/software/apl/
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made ter
HTTP request, headers and body, through stdin and
just make the program parse them apart.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
line,
you have probably left off a closing bracket or something similar in a previous
line. Look back a few lines.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an u
one will probably take a couple of
days of computation (for the final run, *after* you have debugged your code and
done the initial experiments to find all of the right hyperparameters for your
problem).
Good luck!
--
Robert Kern
"I have come to believe that the whole world is an enigma,
*driven by* contributions from the community.
http://qt-project.org/contribute
http://qt-project.org/wiki/PySideContributors
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as
#x27;?" At
what point in your Python career did you feel comfortable claiming that?
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
Python list.
Please don't valorize my message. I did neither Nikos nor the group any favors.
I can only plead dizziness from the whooshing of Tim's sarcasm flying over
Nikos' head.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
t
ahve both if and for in a one liner?
Not in Python, no.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
d the standard SMTP library.
http://docs.python.org/2/library/smtplib
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umbert
ing forcing you to use the GUI designers if you don't want to.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
--
https://mail.python.org/mailman/listinfo/python-list
1 - 100 of 2667 matches
Mail list logo