> EuroPython 2009 - Making 50 Mio. EUR per year using Python
> http://www.egenix.com/go23/
This link returns a 404.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
ow it works on
fedora) and install them using the above mentioned package manager
software. If you don't know how to use it, please see
https://help.ubuntu.com/community/SynapticHowto
https://help.ubuntu.com/community/InstallingSoftware
HTH,
Daniel
--
Psss, psss, put it down! - http
words
Wow!
Tons of kudos, this must have been hell of a work to put together with
all the irregular nouns/verbs/etc, and I really needed something like
this for a long time.
Thanks a lot,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
ans or Windows users will hit
> the nail on the head.
And most of the time, when people are bitching about US-Americans,
assuming that they are Europeans will hit the nail on the head :)
Duck-and-run-ly yours,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
lly should modify the above to: when people are
bitching about an English speaker they don't like for some reason and
they automatically think that said person must be US-American when in
fact he/she is Australian (or British or South African or something
else), assuming that they are Europeans will
l python2.7, who
> can tell me what I need to do ? I want a libpython2.7.so.1.0 generated when
>
>
> I install python.
>
> I am not familiar with GCC and .so .a stuff.
In this case I'd recommend removing the source install of python 2.7,
install it from rpm, follo
mentation: http://stutzbachenterprises.com/blist/
- Download: http://pypi.python.org/pypi/blist/
- Source repository: http://github.com/DanielStutzbach/blist
- Issue tracker: http://github.com/DanielStutzbach/blist/issues
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzb
that I need to take
care of. After that I plan to work on porting my sort optimizations back to
the standard list type.
Here's a performance comparison of sorting with blist versus 3.1's list:
http://stutzbachenterprises.com/performance-blist/sort-random-list
--
Daniel Stutzbach, Ph.D.
Pres
and resorts, list.sort will skip the sorted part,
> sort the additions, and merge them back in. Radix sort ignores pre-existing
> order. So either a lot of comparitive profiling would be needed for
> auto-selection of sort method, or it should be user selectable.
>
I'v
But I don't like to evaluate a piped system command. If there is an way
> without
> using the os.system command this would be great.
>
Please see http://pypi.python.org/pypi/python-magic
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
at's a good point. It's tempting to add an undocumented parameter to
blist.sort that selects the sorting algorithm to use, to make it make it
easier to test multiple algorithms. There are probably several different
ways to achieve a similar effect. Do you mind if we table that discussion
unt
Thank you for the thoughts. I appreciate them!
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
--
http://mail.python.org/mailman/listinfo/python-list
On Wed, Jul 21, 2010 at 9:47 AM, Daniel Stutzbach <
dan...@stutzbachenterprises.com> wrote:
> What's new?
> ---
>
> - blist.sort() is now *substantially* faster than list.sort() when using
> int or float keys (O(n) vs. O(n log n))
> - The sortedset, sortedli
as python managed to hide all these
complexities behind a well defined API.
Why was clearing a terminal left out?
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
terminal specific sequence of characters that will clear the screen. It
> then writes those characters to stdout. The terminal, or (more usually
> these days) terminal emulator, then interprets those characters and takes
> the appropriate action.
>
> I'm not sure what the P
; library.
>
> Summary: No, I don't see the need for such an API.
Okay, that makes perfect sense, thanks for the exaplanation!
I'll just live with the platform.system( ) check for this particular
problem then.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
out 'colorama' before but it surely looks promising!
I'll look into it for future reference, once in a while I like having
pretty output without the hassle of 'curses' or other complicated
stuff.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
errors when the script executes. Surely this isn't
> some limitation I'm encountering?
I think the self.goUp() call is executed, the goUp function gets
called, returns a generator object (because goUp is a generator
function), then you don't use that generator object for anyth
> Does any one about any implementation of classical Smith Waterman
> local alignment algorithm and it's variants for aligning natural
> language text?
Please see http://tinyurl.com/2wy43fh
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/puti
first 20 entries is either the OP questions or your reply.
And you think it was there before the OP sent his message?
Oh wait, did you just invent a time machine? :)
> Daniel - you are no help at all, and no funny.
Actually, I'm damn funny! :)
Cheers,
Daniel
--
Psss, psss, put it d
>>> Every one of the first 20 entries is either the OP questions or your
>>> reply.
>>
>> And you think it was there before the OP sent his message?
>> Oh wait, did you just invent a time machine? :)
>>
>>> Daniel - you are no help at all, and
> a = "{'a':'1','b':'2'}"
> how to change a into a dictionary ,says, a = {'a':'1','b':'2'}
See also the ast.literal_eval function:
http://docs.python.org/py3k/library/ast.html#ast.literal_eval
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
tially it is.
So you might want to make urllib appear as a browser by sending the
appropriate headers.
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
> f = open("myfile.txt")
> for line in f:
> print line
> f.close() # This is what the "with" statement guarantees; so now just do
> it yourself
Not exactly. More like:
f = open("myfile.txt")
try:
for line in f:
print line
finally:
7; and 'list' objects
>
Besides, using user-provided data and just concatenating it to filename like
that is definitely bad idea.
You should use os.path.join() at least.
Regarding that kind of SQL injection, typically driver will stop it to
happen when you provide 2 queries at once delimited
e = imp.load_module(full_name, *module_desc)
--
With best regards,
Daniel Kluev
--
http://mail.python.org/mailman/listinfo/python-list
o 56)
>> 55 POP_TOP
>> 56 LOAD_CONST 0 (None)
59 RETURN_VALUE
> I might be wrong on some points here, but this is what I expect the
> expression
> (set(a).union(b) == set(a)) has to do, in any conforming implementation of
>
not work if they are both installed
either system-wide or locally. More precisely if the module is called
'foo.py', data file called 'foo', they are both in
/usr/lib/python2.6/site-packages and if foo.py I have open('foo') I'll
get a file not found error.
Any i
On Thu, Aug 19, 2010 at 9:25 PM, Daniel Fetchinson <
fetchin...@googlemail.com> wrote:
> If a python module requires a data file to run how would I reference
> this data file in the source in a way that does not depend on whether
> the module is installed system-wide, installed in
is fired up? I'd
>> like to always keep the python source and the data file in the same
>> directory, be it /usr/lib/python2.6/site-packages,
>> $HOME/.local/lib/python2.6/site-packages or
>> /arbitrary/path/to/somewhere.
>>
>
> open(os.path.join(os.path.dir
n len(filter(bool, map(lambda i: checkMatch(haystack[i:], needle),
range(len(haystack)
Where checkMatch would be called recursively to match needle over particular
part of haystack.
--
With best regards,
Daniel Kluev
--
http://mail.python.org/mailman/listinfo/python-list
cate()[0]
>
> This returns stdout, and stderr ends up printing to the console. How
> can I disregard anything sent to stderr such that it doesn't appear on
> the console?
>
Just add `stderr=subprocess.PIPE` keyword in the Popen call.
--
With best regards,
Daniel Kluev
--
http://mail.python.org/mailman/listinfo/python-list
have to run the whole thing
> again, which is time consuming.
Perhaps pickle is the thing you are looking for?
http://docs.python.org/library/pickle.html
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
entation first; see
http://codespeak.net/pypy/dist/pypy/doc/
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
ould start by trying
to figure out what information is really sent to the db. I mean it is
probably an environment variable or something like that, and once you
figure out exactly what it is, you will know what variable to set.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
er high school classmate's
uncle did a research on a large statistical sample of programmers and
found that emacs users' brains are about 12% smaller than vi users' :)
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
tic performance
characteristics.
Copying a blist is O(1), so the functional-programming types can wrap it in
non-mutating semantics if they so choose. ;)
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
--
http://mail.python.org/mailman/listinfo/python-list
just not necessary and slows things down without a
reason.
So I would recommend the OP against using either django or turbogears
if the project is really small and will stay small in the future. This
last point is hard to guess in advance though :)
Cheers,
Daniel
> Have a
help/mentor me with this effort.
In case there's somebody with Python skills willing to guide me, please
let me know. I have already written some code, and if you're interested
you may find it at http://bitbucket.org/danger/pysublib/src/.
Thanks,
--
S pozdravom / Best regards
Da
Dear Lawrence,
On Tue, 30 Jun 2009 15:48:52 +1200, Lawrence D'Oliveiro
wrote:
> In message , Daniel
> Gerzo wrote:
>
>> http://bitbucket.org/danger/pysublib/src/
>
> Can't seem to get through to your site.
BitBucket isn't actually my site, it's a Me
se don't hesitate to report
> them via our tracker on the project page.
Another time machine!
The Release Notes for version 0.11 on
http://www.preisshare.net/pythonpkgmgr/ says it was released on
10/09/09 :)
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
> Is there a memoization module for Python? I'm looking for something
> like Mark Jason Dominus' handy Memoize module for Perl.
The Python Cookbook has several examples:
http://www.google.com/search?q=python+memoize&sitesearch=code.activestate.com
HTH,
Daniel
--
Pss
functions return via
"return", loops terminate via "break" and keep going via "continue"
and why is comparison written as "==", etc, etc? All of these are
coming from C (or an even earlier language) and my point is that users
are most of time correct when
RAN.
>
> Not to mention BASIC
>
> Both of which predate C
Yes, hence my comment above, " coming from C (or an even earlier
language) ..".
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
useful for many users.
>
> Might eventually be useful, but I can't hardly recall of more than a
> couple threads on this topic in 8+ years.
I'm happy we agree.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
python was originally intended
to "bridge the gap between the shell and C". I've never heard him talk
about fortran.
But this academic discussion is honestly a little pointless. The OP
was referring to a expectation, coming from C, that is not fulfilled
in python. What's wrong with mentioning it somewhere for the sake of
helping C programmers?
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
en he realized that warning people about different
usage in python and C is a good thing. Expectations from C work
sometimes, and sometimes they don't. In latter case a little warning
is useful.
Cheers,
Daniel
>> So I'd think that putting a warning in a FAQ or a Python Gotchas list
>
Hi python - hackers,
just one question. How can i remove all 0 values in a list? Sure - i
can loop over it, but that s not a neat style. list.remove() will
only remove the first occurence. Doing that while no exception is
raised is also uncool, right?
Some suggestions?
Best,
Dan
--
http://mai
rse python :)), but if Guido himself thinks
the influence of C on python is more important than the others, then
let's not doubt him.
And yes, I shamelessly admit to arguing based on a higher authority
and not based on merit, but in this case it's appropriate, I think :)
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
Thanks a lot for your advices,
i decided to use the filter() method to sort out the 0.
i can ´t use the sum() function cause i need the list afterwards
best,
Dan
--
http://mail.python.org/mailman/listinfo/python-list
,
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
), you can use the blist extension type from
http://pypi.python.org/pypi/blist/
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
--
http://mail.python.org/mailman/listinfo/python-list
he program takes by far the most time.
Is there a way to speed this up or to do it the unpacking more
cleverly than with the struct module?
Thanks in advance.
With kind regards,
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
>
> A.M. Kuchling said:
>
> """
> Bothwww.python.organd svn.python.org are down. They're hosted on
> the same machine, and it seems to have run into disk problems and
> hasn't rebooted even after power-cycling. Thomas Wouters will be
> visiting the machine physically tomorrow to try to diagnose t
refer it in small projects. This advantage is
also a disadvantage when you have large and complex projects in mind.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
main
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
r cumulative distribution functions require math
functions not currently provided by Python (erf, gamma, etc.).
(http://bugs.python.org/issue3366 includes a patch to provide them)
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
--
http://mail.
ought ruby or python or
anything else as a language is separate from their implementations.
Implementations might have 'speed' but languages don't. Aren't you
comparing bananas and pears again?
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
re that could be used. I don't really care so much
> about the search syntax except that easy and intuitive is best for
> users. Does something like this exist?
You might want to look at pyparsing.
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
hs back:
http://mail.python.org/pipermail/python-ideas/2009-July/005114.html
<http://mail.python.org/pipermail/python-ideas/2009-July/005114.html%20>
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
--
http://mail.python.org/mailman/listinfo/python-list
. Observe:
Python 2.6.2 (r262:71600, Apr 15 2009, 07:20:39)
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> with open('/dev/null'
wanted to keep.
>
You're absolutely right. My apologies. I need to learn not to post to
mailing lists first thing in the morning! ;-)
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
--
http://mail.python.org/mailman/listinfo/python-list
programs/scripts for! Any ideas will be helpful?
Take a look at,
http://wiki.python.org/moin/CodingProjectIdeas
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
installations on USB sticks
which you can run without any privileges.
http://www.portablepython.com/
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
s there a way to do this ?
On Sat, 12 Sep 2009 20:28:12 -0700, Chris Rebert wrote:
> Cheers,
> Chris
> --
> http://blog.rebertia.com
>
>
>
> On Sat, Sep 12, 2009 at 8:22 PM, André wrote:
>> On Sep 12, 11:48 pm, Daniel Luis dos Santos
>> wrote:
&
Hello,
>>> print re.compile('u ').search(" u box2", 1)
<_sre.SRE_Match object at 0x7ff1d918>
>>> print re.compile(' u ').search(" u box2", 1)
None
Why ?
--
http://mail.python.org/mailman/listinfo/python-list
using?
>From 2.5 onward python already includes pysqlite. Try 'import
sqlite3'. Python 2.5.1 includes pysqlite 2.3.2 while python 2.6.1
includes pysqlite 2.4.1 and python 3.0 includes also pysqlite 2.4.1.
You only need to install pysqlite separately if you explicitly need
the newer pysql
script code. Does this make it a 'python
implementation'? That would be news to me but I've been wrong many
times before.
Cheers,
Daniel
> The Skulpt implementation, already listed by Cameron Laird on his page
> of Python implementations, is now also present, although using it
gt; the same behavior. I think you're implying that it does, but you left
>> it implicit, and I think the point is central to deciding if pyjamas is
>> a Python implementation or not, so I thought I'd try to make it explicit.
>>
>> Does pyjamas convert an
e only for non-public methods and
> instance
> variables."
>
> I am wondering what is the different between member function and
> member variable in term of naming convention.
Nothing that I know of. If they are "private" they should both start
with an und
; minimum float that can be represented in the machine.
>
> Could somebody let me know what should be in the function body?
I'm not sure this is what you are looking for but have a look at
import sys
print sys.maxint
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitd
go, turbogears, etc. These have different styles, pick the
one you like best.
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
ry 'ls lib/python*' and also 'ls lib/python*/site-packages/'
HTH,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
jamas a python implementation? As far as I know
>> pyjamas is an application written in python that is capable of
>> generating javascript code.
>
> it's strictly speaking, according to wikipedia, a "language
> translator".
Yep, this sounds more like what I origina
Building on the answers of the others, a simple one liner, no side
effect, not the fastest I guess:
>>> d={'a': 'bob', 'b': 'stu'}
>>> set( d.keys() ).difference( [ 'a' ] ).pop()
'b'
Note the square brackets for the parameter of difference(). 'The
string 'a' and the list [ 'a' ] are both iterable
n to that problem.
>>> items = ["a", "b", "c", "d"]
> >>> delenda = set([0, 3])
> >>> items = [item for index, item in enumerate(items) if index not in
> delenda]
> >>> items
> ['b', 'c']
On Thu, Sep 24, 2009 at 2:51 PM, Ethan Furman wrote:
> I believe that modules are imported only once
>
That's *mostly* true, but try this one:
A.py:
print 'Importing A'
import B
B.py:
print 'Importing B'
import A
Cashew:/tmp$ python2.5 B.py
Importing B
Imp
Maybe the distutils list is more adapted for this question:
The Zope community uses zc.sourcerelease to build rpm
http://www.mail-archive.com/distutils-...@python.org/msg06599.html
Buildout is said to have undocumented features to build packages.
Tarek Ziade is working debian package with 'distr
in a
> pickle file.
>
> anybody have any suggestions? i'm keen to work on something with
> others, both for learning and i'd like to do something a bit
> meaningful, plus i'm sure it's fun.
Have a look at http://wiki.python.org/moin/CodingProjectIdeas
Cheer
make insecure people feel frightened and threatened.
"""
"""
Pet Hates: - "peer to peer networking" [peer equals neanderthal...]
- "microsoft marketing machine" [FUD at its best...]
- "r
emails,
newsgroup postings, forums and what not, to start using modern tools
that work with the vast majority of other tools.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
Hi
I have succesfully created daemon with python script and as next step
I am trying to give input to that python script daemon from Apache
Logshere I have got stuck and I have even checked IRC python
channel for solution. Apache is able to call the file but fails to
execute it properly and I
On Sep 21, 9:47 pm, de...@web.de (Diez B. Roggisch) wrote:
> vineet daniel writes:
> > Hi
>
> > I have succesfully created daemon with python script and as next step
> > I am trying to give input to that python script daemon from Apache
> > Logshere I have got
On Sep 22, 2:20 pm, de...@web.de (Diez B. Roggisch) wrote:
> vineet daniel writes:
> > On Sep 21, 9:47 pm, de...@web.de (Diez B. Roggisch) wrote:
> >> vineet daniel writes:
> >> > Hi
>
> >> > I have succesfully created daemon with python script and
On Sep 26, 2:20 pm, Stefan Schwarzer
wrote:
> Hi Daniel,
>
> On 2010-09-23 07:30, vineet daniel wrote:
>
>
>
> > On Sep 22, 2:20 pm, de...@web.de (Diez B. Roggisch) wrote:
> >> vineet daniel writes:
> >>> On Sep 21, 9:47 pm, de...@web.de (Diez B.
> What are the various ways to search the python mailing list archives?
If you are searching for 'foo' and 'bar' you can try this in google:
foo bar site:mail.python.org inurl:python-list
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress
his?
Just wondering,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
ut like:
a = [(1,2,3,7), (4,5,6)]
It was possible for me to create this output using a "for i in a"
technique but I think this isn't a very nice way and there should
exist a solution using the map(), zip()-functions
I appreciate any hints how to solve this problem efficiently.
On Oct 19, 8:35 pm, James Mills wrote:
> On Wed, Oct 20, 2010 at 10:16 AM, Daniel Wagner
>
> wrote:
> > My short question: I'm searching for a nice way to merge a list of
> > tuples with another tuple or list. Short example:
> > a = [(1,2,3), (4,5,6)]
> &g
>a = [(1,2,3), (4,5,6)]
>>>b = (7,8)
>>> a = CODE
>>>a
[(1,2,3,7), (4,5,6,8)]
Greetings,
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
ng code solves the problem:
>>> a = [(1,2,3), (4,5,6)]
>>> b = [7,8]
>>> a = map(tuple, map(lambda x: x + [b.pop(0)] , map(list, a)))
>>> a
[(1, 2, 3, 7), (4, 5, 6, 8)]
Any more efficient ways or suggestions are still welcome!
Greetings,
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
) function or maybe the lambda construct?
Greetings,
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
2,3], [4,5,6]]; b=[7,8]' '[x+[y] for x,y in
> zip(a,b)]'
> 10 loops, best of 3: 2.43 usec per loop
>
>
> If anyone can do better than that (modulo hardware differences), I'd be
> surprised.
>
Yeah, this seems to be a nice solution.
Greetings,
Daniel
--
http://mail.python.org/mailman/listinfo/python-list
tly done with a bash script I'd hate to move to
python just to do this simple task.
What would be the sed equivalent?
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
s its job perfectly and I
needed to insert this additional task into it. I had 3 choices: (1)
rewrite the whole thing in python (2) add this one task in python (3)
add this one task in sed. I chose (3) because (1) looked like a waste
of time and (2) made me take care of 2 files instead of 1 from now on.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
> PyGUI 2.3 is available:
>
>http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
>
> This version works on Snow Leopard with PyObjC 2.3.
Any reason your project is not easy_installable?
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/put
tchinson/.local/lib/python2.6/site-packages/GUI
and some other parts get installed to
/home/fetchinson/.local/lib/python/site-packages/GUI
which makes the install broken. If I move everything from the latter
location to the former, it all works though.
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
>
> I was thinking of recommending this to a friend but what do you all think?
>
Python is great language to learn programming.
I've heard MIT switched from Scheme to Python as introductory language for
their students.
--
With best regards,
Daniel Kluev
--
http://mail.pyth
know problems like these? Or a good resource where to look them up?
Cheers,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
--
http://mail.python.org/mailman/listinfo/python-list
ode herself maybe after some initial
>> help.
>>
>> Do you guys know problems like these? Or a good resource where to look
>> them up?
>>
>> Cheers,
>> Daniel
>>
>
> There's a great book valled 'Invent your own computer games using
>
1601 - 1700 of 1816 matches
Mail list logo