> I couldn't see anyone else give this, but I like
> if None not in (a, b):
I did.
> I am now considering:
> if None not in (a,b):
> or
> if (a is not None) and (b is not None):
However, I decided to just turn the two parameters into one (sequence), since
they were logically grouped anyhow.
he current page?
thanks!
- Abe
PS - If the answer involves threading, can you please point me to some
resources on threading in wx? I know the basics of GUI programming in
wx and threading in python, but I have no idea how to put them
together.
--
http://mail.python.org/mailman/listinfo/python-list
alex23 -
Thanks for the tips. I'm using portable python and it's working
great so far. I'll come back and try virtualenv if I get stuck again.
- Abe
--
http://mail.python.org/mailman/listinfo/python-list
in a university computer lab,
but I don't have the administrative rights to install libraries on the
lab computers. It would be really nice if there were a way I could
put, say, all of numpy into a file "my_numpy.pyc" and treat it as a
single (large) module.
thanks
-Abe
PS - I
> > > > Wake up, people ! You are not the victims, you are the problem.
Shut up,
> > > > /please/.
> > >
> > > Cannot agree more!
> > >
> > > Wake up, people ! You are not the victims, you are the problem. Shut up,
> > > /please/.
> >
> > Wholeheartedly agree!
> >
> > Wake up, people ! You
On 15 Dec 2004 12:18:15 -0800, fuzzylollipop <[EMAIL PROTECTED]> wrote:
> TruStudio for Eclipse is nice for those everything must be free
> socialists.
-OR-
- Those who are new to python, more comfortable in an IDE, and want a
Python-enabled IDE that they can use without having to pay now
- Thos
romising, delete the rest.
I've yet to use more than 6% of the total allowed space.
Abe Mathews
On Sun, 12 Dec 2004 19:52:10 -0500, Francis Lavoie <[EMAIL PROTECTED]> wrote:
> Egor Bolonev wrote:
>
> > On Sun, 12 Dec 2004 14:57:50 -0500, Francis Lavoie <[EMAIL P
can make the same failure occur.
Abe Mathews
On Mon, 06 Dec 2004 11:28:56 -0500, Brian Beck <[EMAIL PROTECTED]> wrote:
> Brian Beck wrote:
> > I have the exact same problem. The IDLE window just never opens, and
> > checking the process list shows that is was never even lau
I guess I don't understand what "freq" is doing. However, you could
do something like:
num_list = []
while len(num_list) < count:
number = input("Enter a number:")
num_list.append(number)
print num_list
That may give you what you're looking for to prin
f digging, but
I'm coming to the conclusion that OS X is the OS I've been looking for
for a while. Good luck with your searching.
Abe Mathews
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo