looking for a python project (preferably something a bit small) that
is looking for contributors. the small bit is because i've never
worked in a team before and haven't really read source code that's
1000s of lines long, so i'm not too sure i can keep up.
my python fu is decent (i think), i recen
On Jul 27, 2:06 pm, Peter Otten <__pete...@web.de> wrote:
> mo reina wrote:
> > On 27 Lug, 10:23, Peter Otten <__pete...@web.de> wrote:
> >> mo reina wrote:
> >> > i've written a tool in python where you enter a title, content, then
> >> >
On 27 Lug, 10:23, Peter Otten <__pete...@web.de> wrote:
> mo reina wrote:
> > i've written a tool in python where you enter a title, content, then
> > tags, and the entry is then saved in a pickle file. it was mainly
> > designed for copy-paste functionality (you s
0 down vote favorite
i've written a tool in python where you enter a title, content, then
tags, and the entry is then saved in a pickle file. it was mainly
designed for copy-paste functionality (you spot a piece of code you
like on the net, copy it, and paste it into the program), not really
f
On Jul 3, 9:59 pm, Terry Reedy wrote:
> On 7/3/2010 1:48 PM,mo reinawrote:
>
> > an anyone recommend a resource (book,tutorial,etc.) that focuses on
> > application development in python? something similar to Practical
> > Django Projects, but for stand alone applicat
an anyone recommend a resource (book,tutorial,etc.) that focuses on
application development in python? something similar to Practical
Django Projects, but for stand alone applications instead of web apps
(for now).
i'm in a bit of a funny place, i have a decent/good grasp of python
syntax and my l
I found such a script - a gas model.
http://des.memphis.edu/lurbano/vpython/gas/Temp_KE_07.py
Can anybody help and find a mistake. There is a message:
Name 'NewAxis' is not defined.
I tried Python 25 with numpy 121 and Python 26 with scipy 071.
(Win Vista).
--
mo (not proffessional
"Fredrik Lundh" wrote:
> works for me, when running it from a stock CPython interpreter in a
windows
> console window, with focus set to that window.
> what environment are you using?
I use IDLE 1.0.3, Python 2.3.4
The same problem is when running in a win con
Thanks,
I tryed your example:
import msvcrt
while 1:
print '.'
if msvcrt.kbhit() and msvcrt.getch() == chr(27):
break
but it doesn't work. It is running (Win2000), there is no messages about
errors but there is no effect when pressing ESC key. What I am
Can somebody explain how to stop a WHILE loop in running program by pressing
ESC key?
mo
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo