may i know how to shift the bits using only looping and branching??
xx
.x..x.
..xx..
..xx..
.x..x.
xx
xx
..x..x
...xx.
...xx.
..x..x
xx
.xx...
x..x..
xx
xx
x..x..
.xx...
etc..
--
http://mail.python.org/mailman/listinfo/python-list
bottle (http://bottle.paws.de/) can run on python 3.1 after running
the 2to3 tool on it. It is a very lightweight framework. CherryPy 3.2
also runs on python 3.x
I don't know if there are any others.
On Sun, Oct 25, 2009 at 7:52 PM, Alan Harris-Reid
wrote:
>
> I am very much new to Python, and o
I just started a project to monitor servers(load, memory, processes,
etc) via ssh(using paramiko). And I was hoping to get some input on
the design of my project, how pythonic it is, etc. It is quite basic
right now. But it is currently able to get load and memory stats from
any number of servers.
On Mon, Apr 20, 2009 at 9:31 AM, George Sakkis wrote:
> On Apr 19, 6:01 pm, "Martin P. Hellwig"
>
> > Besides, calling Python Object-Orientated is a bit of an insult :-). I
> > would say that Python is Ego-Orientated, it allows me to do what I want.
>
> +1 QOTW
>
So true.
+1 QOTW
--
-Brandon S
2009/4/2 Jeremiah Dodds
> The one thing that makes me want to use git more than any other dvcs is
> that you don't have to create a new directory for branches. This may be
> possible in other dvcs's , but git is the only one I've seen advertise the
> capability.
>
> --
> http://mail.python.org/ma
On 4/9/07, Echo <[EMAIL PROTECTED]> wrote:
> Here is my setup:
> rpg
> -objects
> --__init__.py
> --gameobject.py
> --material.py
> -__init__.py
> -run_tests.py
> -stats.py
>
> the contents of run_test.py is:
> import objects as o
>
> the contents o
from ..stats import stats
When I try to run run_tests.py, I get this traceback:
(1:30:59 PM) OshEcho: [EMAIL PROTECTED] ~/projects/rpg $ python run_tests.py
Traceback (most recent call last):
File "run_tests.py", line 4, in
import objects as o
File "/home/echo/projects/rpg/o
looks very improbable: but when I was an atheist I had moods in
which Christianity looked terribly probable."
-C. S. Lewis
-Echo
--
http://mail.python.org/mailman/listinfo/python-list
oods in which the whole
thing looks very improbable: but when I was an atheist I had moods in
which Christianity looked terribly probable."
-C. S. Lewis
-Echo
--
http://mail.python.org/mailman/listinfo/python-list
ave moods in which the whole
thing looks very improbable: but when I was an atheist I had moods in
which Christianity looked terribly probable."
-C. S. Lewis
-Echo
--
http://mail.python.org/mailman/listinfo/python-list
, globals(), locals(), m).BizObjects() for m
in table_files)]
"table_files" is a list with two module names
"__import__(m, globals(), locals(), m).BizObjects()" is a list of
objects gotten from the module.
--
-Echo
--
http://mail.python.org/mailman/listinfo/python-list
uch as 10-15 things changed, added and/or
fixed in a day. Although, you will want the svn version for the most
resent changes.
--
-Echo
--
http://mail.python.org/mailman/listinfo/python-list
))
That however does not work. the value for all the dict is 40. Not 1, 2, 3, ... that I was hoping for.
Am I even close at creating the dict that I want? Is there a better way to go about it?-- -Echo
--
http://mail.python.org/mailman/listinfo/python-list
es, I get this error: "inv argument required". I have
checked and rechecked both the string and the tuple. I cant figure out
what the problem is.
After playing around with it, i found out if change the last line to:
"%s,%i) %(... I get a different error. The error is "not all arguments
converted during string formatting".
So I am baffled and confused as of why this wont work. Is anyone able to shed some light on my hidden bug?
Using: Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)]
-- -Echo
--
http://mail.python.org/mailman/listinfo/python-list
.
--
-Echo
--
http://mail.python.org/mailman/listinfo/python-list
better ways.
--
-Echo
--
http://mail.python.org/mailman/listinfo/python-list
is??
What is the best way to structure the program I am working on? I have 3
groups of source files. One has the files that start the program and
some tools. Another group has all the main files. And the last group is
just some misc stuff. How would the best way to accomplish this be?
-- -Ech
17 matches
Mail list logo