non-Latin
> characters), or even be able to display them.
For display, tell your editor the utf-8 source file is really latin-1. For
entry, copy-paste.
- Anders
--
http://mail.python.org/mailman/listinfo/python-list
adly-chosen English
words, and you have the sorry state of the art that is today.
- Anders
--
http://mail.python.org/mailman/listinfo/python-list
lint - I'm sure you realise what they could do for you.
3. Use a font that doesn't have those characters or deliberately makes them
distinct (that could help web browsing safety too).
I'm not discounting the problem, I just dont believe it's a big one. Can we
chos
YAGNI applies, and even if you find that you do need it, you may still have
won on the balance! As the time saved by using your native language just might
outweigh the time spent translating.
- Anders
--
http://mail.python.org/mailman/listinfo/python-list
ompare that to a "dialect" such as
Mandarin, which is exclusive to a tiny little clique of one billion people.
- Anders
--
http://mail.python.org/mailman/listinfo/python-list
he results available to the community, of
course.
- Anders
--
http://mail.python.org/mailman/listinfo/python-list
with:
file_age_in_seconds = time.time() - os.path.getmtime(filename)
Only convert to local time for presentation.
- Anders
--
http://mail.python.org/mailman/listinfo/python-list
wnd, GW_HWNDNEXT), collect)
def gwl(node, hwnd):
result = []
gwl_helper(node, hwnd, result.append)
return result
- Anders
--
http://mail.python.org/mailman/listinfo/python-list
s
this approach quadratic worst-case runtime.
- Anders
--
http://mail.python.org/mailman/listinfo/python-list
is no single obvious
interpretation of what is means for an object to evaluate to true.
"if x" is simple to type, but not so simple to read. "if x.namedPredicate()" is
harder to type, but easier to read. I prefer the latter because code is read
more often than it is written.
regards,
Anders
--
http://mail.python.org/mailman/listinfo/python-list
Steven D'Aprano wrote:
On Tue, 29 Jul 2008 00:23:02 +, Steven D'Aprano wrote:
Dude. Dude. Just... learn some Python before you embarrass yourself
further.
I'm sorry Anders, that was a needlessly harsh thing for me to say. I
apologize for the unpleasant tone.
Still, _
to let you read the rest of
the paragraph.
Of course I know what __nonzero__ does.
regards, Anders
--
http://mail.python.org/mailman/listinfo/python-list
På Tue, 18 Jul 2017 23:59:33 +1000
Chris Angelico skrev:
> On Tue, Jul 18, 2017 at 11:11 PM, Steve D'Aprano
>> (I don't think any native English words use a double-V or double-U, but
>> the possibility exists.)
> vacuum.
That's latin.
--
//Wegge
--
https://mail.python.org/mailman/listi
På Tue, 18 Jul 2017 11:27:03 -0400
Dennis Lee Bieber skrev:
> Probably would have to go to words predating the Roman occupation
> (which probably means a dialect closer to Welsh or other Gaelic).
> Everything later is an import (anglo-saxon being germanic tribes invading
> south, Vikings in
I have an ongoing issue with my usenet setup. I'm that one dude who don't
want to learn perl. That means that I have to build inn from source, so I
can enable the python interpreter. That's not so bad, and the errors that
show up have been something that I have been able to figure out by myself.
A
På Thu, 20 Jul 2017 07:44:26 +0200
dieter skrev:
> Anders Wegge Keller writes:
...
>> Weird observation #1: Sometimes the reason is SIGSEGV, sometimes it's
>> SIGILL.
> Python tends to be sensitive to the stack size. In previous times,
> there have often be
_(self, config):
self.conf = Settings(**config)
regards, Anders
--
https://mail.python.org/mailman/listinfo/python-list
def __new__(cls, whatever, arguments, you, like):
bytesvalue = compute(whatever, arguments, you, like)
ob = bytes.__new__(cls, bytesvalue)
ob.some_other_att = compute_something_else(whatever, arguments, you,
like)
return ob
regards,
Anders
--
https://mail.python.org/mailman/listinfo/python-list
before I realised that the lists non_hierarchical, uses_query
and uses_fragment are not used. With only three options instead of six, making
a strategy object is not quite as attractive. But still worth considering.
regards, Anders
--
https://mail.python.org/mailman/listinfo/python-list
ose terms.
It was only later that language designers fell into the notion that it
was crucial for a new language's success to look as much like C++ as
possible.
regards, Anders
--
https://mail.python.org/mailman/listinfo/python-list
101 - 120 of 120 matches
Mail list logo