The best module for doing such things is subprocess. And the Popen object has a
pid attribute
(http://docs.python.org/library/subprocess.html#subprocess.Popen.pid)
--
http://mail.python.org/mailman/listinfo/python-list
> [1] http://pypi.python.org/pypi/PosixTimeZone/0.9.4
> [2] http://pypi.python.org/pypi/pytz/2011g
> [3] http://docs.python.org/library/datetime.html#tzinfo-objects
Also
http://labix.org/python-dateutil#head-587bd3efc48f897f55c179abc520a34330ee0a62
HTH
--
Miki Teb
I wrote
http://drdobbs.com/showArticle.jhtml?articleID=199102936&queryText=query way
back then. It might be of some help.
If you have any specific questions, feel free to post them to the group.
--
http://mail.python.org/mailman/listinfo/python-list
https://docs.google.com/present/view?id=ah82mvnssv5d_162dbgx78gw ;)
--
http://mail.python.org/mailman/listinfo/python-list
to generate data_files, however I'm wondering
if there is a better option).
Thanks,
--
Miki
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Just wanted to share a project I'm working on. It a super fast serverless that
support Python handlers as well.
Check out more at https://www.iguazio.com/nuclio-new-serverless-superhero/
Code at https://github.com/nuclio/nuclio/
Happy hacking,
--
Miki
--
https://mail.python.org/ma
You need to set the Python interpreter for the project to be the Anaconda one.
See https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html
On Monday, November 27, 2017 at 1:56:58 AM UTC+2, C W wrote:
> Hello all,
>
> I am a first time PyCharm user. I have Python 3 and Anaconda
> for row in cus:
>print(row.budget_code)
>
>
> NameError: name 'budget_code' is not defined
You'll need to use a DictCursor to be able to access rows by name and not
position (which IMO is the preferred way).
cus = conn.cursor(pymysql.cursors.DictCursor)
cus.execute("SELECT * FROM
You can do this with pandas:
import pandas as pd
from io import StringIO
io = StringIO('''\
idABCDE
10010000
10101100
10210
Hi,
PyCon Israel 2018 call for papers is open, submit a talk today, another three
tomorrow :)
See more at http://il.pycon.org/2018/
All the best,
--
Miki
--
https://mail.python.org/mailman/listinfo/python-list
If you're trying to access the machine from another machine, you need to change
the host to '0.0.0.0'. 'localhost' is the internal interface.
On Sunday, August 19, 2018 at 10:36:25 PM UTC+3, Νίκος wrote:
> Hello,
>
> i just installed bottle and flask web frameworks in my CentOS environment but
> Is there a way to get hourly weather forecast data (temperature,
> chance of precipitation) from the command line in Debian Linux?
If you Google for "weather API" you'll find several sites who give programmatic
access to weather data.
--
https://mail.python.org/mailman/listinfo/python-list
On Tuesday, June 21, 2016 at 2:03:28 PM UTC+3, Pushpanth Gundepalli wrote:
> Guys, can you please share me some sites where we can practice python
> programs for beginners and Intermediate.
IMO you can do that at https://www.codecademy.com/learn/python
--
https://mail.python.org/mailman/listinfo
om/help/pycharm/configuring-local-python-interpreters.html
on how to configure the interpreter.
> But when I run a simple code it objects to the interpreter???
I order to help we'll need more information. What is the code you're trying to
run and what is the error?
Happy hacking,
Miki
--
htt
e of the book, including the forward by Raymond
Hettinger is at https://www.353solutions.com/python-brain-teasers
Stay curious, keep hacking,
Miki
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
> Would be grateful if you could post it to python-authors also:
> https://mail.python.org/mailman/listinfo/python-authors
Done. Though list seems very dormant.
Thanks,
Miki
--
https://mail.python.org/mailman/listinfo/python-list
> Anyone know where can I look in the Python source code to investigate
> this?
Probably around
https://github.com/python/cpython/blob/master/Objects/floatobject.c
--
https://mail.python.org/mailman/listinfo/python-list
hon setup.py bdist_wheel", I see that that
_checksig.cpython-38-x86_64-linux-gnu.so is being built. But when I look at the
content of dist/checksig-0.1.0-cp38-cp38-linux_x86_64.whl it's not there.
What am I missing?
You can view the whole (WIP) project at
https://github.com/ardanlabs/python-go/tree/master/pyext
Thanks,
Miki
--
https://mail.python.org/mailman/listinfo/python-list
Changed to self.get_ext_full_path(ext.name) and it works now.
--
https://mail.python.org/mailman/listinfo/python-list
up.argtypes = [ctypes.c_char_p]
strdup.restype = ctypes.c_char_p
out = strdup(b'hello').decode('utf-8')
print(out) # hello
del out
---
Thanks,
Miki
--
https://mail.python.org/mailman/listinfo/python-list
> Does ctypes, when using restype, frees allocated memory?
>
> For example, will the memory allocated by "strdup" be freed after the "del"
> statement? If not, how can I free it?
I've tried the following program and I'm more confused now :) Can anyone
explain the output?
---
import ctypes
im
Hi,
> But the problem is that by specifying the type as ctypes.c_char_p,
> ctypes will hide that pointer from you and return a Python object
> instead. I'm not sure how ctypes is doing it under the hood, but I
> suspect ctypes is doing it's own strdup of the string on conversion, and
> managing t
ge.com/
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpNVqvXWAclO.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
.
flit again.
> Repeat till eof()
Trivial.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpJxqUiNHZQT.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
lace the documentation directly
next to the member but in the class document string.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the
Doc1.3/SWIGDocumentation.html#Python_nn59
>
> However, python comes back and says "TypeError: argument number 2: a
> 'MY_DIGIT **' is expected, 'list([])' is received"
>
> ..any ideas?
Didn't check it but from http://www.swig.org/Doc1.3/Library
for the help!
You're welcome.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpnPt1Q2pzVs.pgp
Description: PGP sign
k-interface', u'CRecordListSoap'))
I know how to prepare the first three arguments (using SOAPpy.stringType and
SOAPpy.longType). I can't find the documentation on how to prepare the last
argument.
Any ideas? pointers? ...
Thanks.
--
---
WIG
(http://www.swig.org) it.
> Thanks in advance to anyone who replies,
You're welcome.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults i
ads.pdf).
You might want to use async socket reading as well.
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpHBwZbzOv3s.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
efore
calling to py2exe.
One final note:
You subject line could have been better, see
http://www.catb.org/~esr/faqs/smart-questions.html.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The onl
thon interpreter but I see
> no way around this without a large restructure?
You can have one Python module that is the interface to the C++ module and
it will be structured the way you want (using classes, modules ...).
Bye.
--
t files.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpMWT2HqUPfz.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
if (letter == "O") or (letter == "Q"):
>
> print letter + "u" + suffix
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between child
set_trace
(breakpoint) whenever I with.
When the code reaches the call to set_trace, you'll have pdb prompt and you
can debug as you like.
Note that you can't add breakpoint dynamically this way.
HTH.
--
----
Miki Tebek
the printout is:
/home/mikit/work/nightly/scm/common.py:3
/home/mikit/work/nightly/scm/common.py:3
False
How is this possible?
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between
Thanks in advance
> for any help.
1. There is PyMedia (http://pymedia.org/)
2. Maybe you can use the code from VLC (http://www.videolan.org/vlc/)
(using SWIG/PyBoost/Pyrex ...)
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED
much time backing out of changes you didn't want in.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
p/full-text/book/book.html)
will be better for you mind :-)
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.pytho
Hello All,
If there a way a script can tell Python to enter interactive mode even if
the -i command line switch was not given?
I want py2exe to create an interactive session, without writing my own
REPL.
Thanks.
--
Miki
pairs can be different.
> I need to read only the the first and the last dictionaries.What is a
> best solution?
d.py ---
#!/usr/bin/env python
from sys import argv
dicts = eval("[" + open(argv[1]).read().replace("}", "},") + "]")
print dicts[0
our code does.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
ing. How do I handle this?
Try using "array" or "struct" modules.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
49);
PyObject_CallObject(foo, args);
Py_Finalize();
return 0;
}
--- a.c ---
Thanks.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of
After grepping the Python sources I've found about
obj = PyInstance_New(A, NULL, NULL)
which worked for me.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between
them.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpZPWVPtayJI.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
Hello All,
Is there a way to know in a POP session of a message was seen (old) or not
(new)?
Thanks.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the
", so that won't work either.
You're right.
I'm trying to delete only read messages from Exchange server, *another*
client is used for reading. (It's a long story involving me and IT here
...)
Bye.
--
to search for ^ in google).
Thanks.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgp0xW0fd4Rts.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
directories (try
"help dir")
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpL7uJf3bNsr.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
port path
APPDIR = path[0] # Application directory
if isfile(APPDIR): # py2exe
APPDIR = dirname(APPDIR)
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpNuJI2tMFDr.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
Just do:
#undef _DEBUG /* Link with python24.lib and not python24_d.lib */
#include
and you'll be fine.
IMO python should try and link with python24.lib when compiling in debug
mode since we want to debug our program and not Python.
Bye.
--
---
y build_ext -c mingw32'
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgp2AzDhXSn5B.pgp
Description: PGP signature
--
for free Wiki hosting.
Bye.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgp87cLo0bTVM.pgp
Description: PGP signature
--
http://
ne could give me suggestions as to methods in sorting this type
> of data, it would be appreciated.
Maybe regular expression are too difficult for this. I'd try one of the
parsing toolkits (such as PLY, PyParsing ...), it might be more suitable
for the job.
HTH.
--
---
as __main__?
Thanks.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpTrBHMvpC1T.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
> return false;
> }
> }
Check out the "email" library module (see the examples at
http://docs.python.org/lib/node589.html)
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The
si", header)
fo.read(15) # Skip non-data header
a = array(TYPES[fields[-1]) # Create array
size = (filesize - 28) / a.itemsize # Size to read
a.read(fo, size) # Read to array
Also check that you don't have little/big endien problems.
HTH.
--
---
ction"
which I don't like.)
Thanks.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgptbvCZxGky9.pgp
Description: PGP
x = x # How do I document here?
self.y = y # How do I document here?
Thanks.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
Hello Terry,
[Miki]
>> Is there a way to document class members in Epydoc?
[Terry]
> Yes. See additions below:
>
> > Something like:
> >
> > class Point:
> """
> @ivar x: This is where you document x.
> @ivar y:
[]
> for table in tlst:
> for prog,content in plst:
> if content.find(table)>0:
if table in content:
> flst.append('"%s","%s"'%(prog,table))
> flst.sort()
> for elem in flst:
> print elem
print "\n".join(sorted(fl
Hello All,
Is there a way to tell py2exe to create an executable with arbirary name?
Currently the executable name is the script name with .exe suffix.
Thanks.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.c
).
Thanks.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
e) represent, if
> anything, in this bliock of assignmeents? I wish to add some more names
> but do not know if i need the __ or not?
>
> IE: is there any special significance to the __ in this case.
http://docs.python.org/tut/tut.html
Bye.
--
--
Hello Jean,
> - ply:
> Lex / Yacc for python! Tackle the Beast! Syntax processing looks
mini_c is a C compiler written using ply. You can just use it as is.
http://people.cs.uchicago.edu/~varmaa/mini_c/
HTH.
--
----
Miki
estions.html
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
y more work. Things can't get much simpler.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
atexit.register(unlock) which is better.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
similar trick? Or, is there a shorter Python recipe for
> the given problem?
See the "fileinput" module.
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference betw
Hello Simon,
> What's the difference between ctypes, SWIG and SIP?
SIG and SIP take C/C++ *sources* and create Python modules. ctypes works
directly with the binary dll.
Bye.
--
----
Miki Tebeka <[EMAIL PROTE
e speed and IMO the code is very readable.
Also I find the documentation very good.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
ngs')?
Thanks.
Bye.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgp3yEdjLYB1o.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
ror.
>
> Are you sure you are using Python 2.4?
Found out that one of the extension modules was compiled with 2.3
Thanks Martin.
Bye.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference be
for "negative
lookahead"
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.spymac.net
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
fork are very different functions. Read the documentation on
each.
Note the "fork" is available only in Unix like systems.
> 2. How do I call that function if it is defined in the same file.
Just call it.
def foo():
print 1
foo()
Bye.
--
---
cts Have Failed")
for an interesting discussion.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
xactly does the it "know" that for this iteration, x is an
> integer, and the evaluation (if x == 'spam') is False, and doesn't throw an
> exception for a type mismatch?
Python is strongly type in the sense that each object has a type.
I don't remember exactly h
Hello Joe,
> Is there any library to convert HTML page with \u encoded text to
>native character set, e.g. BIG5.
Try: help("".decode)
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebe
program and then you can kill
the interpreter.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
ery small
impelementation)
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
e.get(0)
if val is EOFError:
raise EOFError
return val
except Empty:
raise EmptyError
def is_empty():
'''Tell if no input is ready'''
return _queue.empty()
---
HTH.
--
--
php?id=1112 for example.
If you need something that runs through telnet/ssh ... than curses is what
your looking for. There's a win32 port to it somewhere.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bi
library, with a less restrictive license ? It looks very good - but I
> can't use it in my projects if it is GPL.
It's just standard Tkinter Listbox with key bindings and it's under 160
lines of code. Nothing special here.
Bye.
--
--
estival/download.html) with SWIG.
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpPzYcyektit.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
's very individual, I'm
hooked on VIm while others won't touch it.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpztuUvZUl8y.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
printing application kicking around?
wxPython is a cross platfom UI framework which has printing support.
Maybe you can cook something.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only differe
Hello dcrespo,
> Any comments?
I'm happy with Inno.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpdEFt0Cm0o9.p
quot;withdraw" line the script works but there is
another Tk window at the back.
Any way to solve the problem?
Thanks.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between chil
x and Parrot for their parser
implementation.
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpQmhuX2LvAQ.pgp
Description: PGP
ite everything.
See http://docs.python.org/lib/module-fileinput.html (inplace=1 is what you
want).
Bye.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price
def run(self): #<<<
self.loop()
def loop(self): #<<<
self.time = self.time + 1
self.display["text"] = str(self.time)
self.after(1000, self.loop)
win = Tk()
app = Clock(win)
app.run() #also tried run(win) with self,parent above
win.ma
ing
(http://gmpy.sourceforge.net/) has FFT.
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpDuAgLkeESh.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
f you still can't stop try "forcing" breakpoints using
__asm int 3
in your code. This way you can even run it out of MSDEV and you'll get a
message box when the "breakpoint" it hit. Just open the debugger on it.
HTH.
--
-
ActiveState DEBUG extension to ActivePython). It requires also the DLL.
>
> Does anybody know, where to get that DLL ?
Try "download MSVCR71D.dll" in google.
Another option if to compile you extension in debug mode but to link it to
the "regular" Python. Just undef _
> Can you recommend an open source project (or two) written in Python;
> which covers multi project + sub project issue tracking linked across
> github repositories?
Don't know if it covers all what you need, but http://trac.edgewall.org/ is
written in Python, and has many, many plugins.
--
https
On Wednesday, November 20, 2013 6:36:56 AM UTC-8, Alec Taylor wrote:
> Anyway, here is the link: https://github.com/rauhryan/huboard
I thought you wanted a Python bases solution.
--
https://mail.python.org/mailman/listinfo/python-list
> I want that print "hello" should appear on screen as well as get saved in a
> log file.
> How can I accomplish this?
There are many ways to do this, here's one:
class MultiWriter(object):
def __init__(self, *writers):
self.writers = writers
self.isatty = False
def write
On Saturday, February 1, 2014 6:12:28 AM UTC-8, andrea crotti wrote:
> I'm giving a talk tomorrow @Fosdem about generators/iterators/iterables..
>
>
>
> The slides are here (forgive the strange Chinese characters):
>
> https://dl.dropboxusercontent.com/u/3183120/talks/generators/index.html#3
>
> Thank you that's nicer, but ifiilterfalse is not in Python 3 (could
>
> use filter of course).
It was renamed to filterfalse -
http://docs.python.org/3.3/library/itertools.html#itertools.filterfalse
--
https://mail.python.org/mailman/listinfo/python-list
301 - 400 of 521 matches
Mail list logo