ruggling
with a language, it is primarily a problem with the language, and than
problem with the documentation, and lastly a problem with the person.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
can only assume that it is by people who have forgotten
what it is like to be an average programmer. (Paul Graham constantly
makes the same mistake when he goes on about how everyone should use
lisp).
Ed
--
http://mail.python.org/mailman/listinfo/python-list
between mappings and
"not-mappings", and is it obvious exactly what is and isn't a mapping?
Should it be necessary to "know" python before it becomes easy to use?
Ed
--
http://mail.python.org/mailman/listinfo/python-list
(and well below average programmers for that matter)
I'm not mud-slinging, I'm just saying that people are very dismissive
of making the language easier to use for newbies.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
ng) parts of the language. Python is starting to show that one
day anything but the most perfunctory documentation may one day become
unnecessary.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
On 07/02/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> Ed Singleton wrote
>
> > I'm not mud-slinging, I'm just saying that people are very dismissive
> > of making the language easier to use for newbies.
>
> no, you're telling people who have long
On 08/02/06, Magnus Lycka <[EMAIL PROTECTED]> wrote:
> Ed Singleton wrote:
> > I'm a fairly average programmer (better than average compared to my
> > immediate colleagues). I've read every tutorial I can get my hands
> > on, but I have no _memory_ of ev
On 08/02/06, Magnus Lycka <[EMAIL PROTECTED]> wrote:
> Ed Singleton wrote:
> > Is it obvious to a newbie what the difference between mappings and
> > "not-mappings", and is it obvious exactly what is and isn't a mapping?
> >
> > Should it be necessar
re of an issue, you could give up on trying to use a
perfect probability, and just pick 10 (or 50, or 100) files at random,
and then play one of those based on the above approach.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
xts, I strongly suspect that
> there are other tutorials we can replace them with
> if noone else steps in to keep them up to date.
How about putting the current tutorial into the wiki and seeing if
people start updating it? I'm not saying it would work, but it might
have interesting effects...
Ed
--
http://mail.python.org/mailman/listinfo/python-list
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
> It's not a "scripting" language, and it's not interpreted.
http://www.python.org/doc/faq/general.html#what-is-python
"Python is an interpreted, interactive, object-oriented programming
language."
--
http://mail.python.org/mailman/listinfo/python-l
Roy Smith <[EMAIL PROTECTED]> wrote:
> BTW, if like Python and haven't looked at Ruby, it's worth a glance. If
> Python can be called similar to Lisp, then Ruby is even more so. I'm not
> fond of Ruby's perlesqe syntax, but I like many of the fundamental ideas.
I can't get over Ruby's ugly syn
ge, as we look to integrate these tools into an IDE.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
le is
>
> dataResults
dataList = list(dataResults)
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
go about fixing it. Here's my setup:
Windows 2000
Python v. 2.4.1
kinterbasdb 3.2.0a1
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
ign or accident would be a question for the kinterbasdb developers.
OK, I'll ask them.
> One workaround might be to use delegation instead of subclassing...
Yeah, but that would involve a lot more work at this point. The
mixin approach has been working quite well up until this
create something like this.
___/
/
__/
/
/
Ed Leafe
http://leafe.com/
http://dabodev.com/
--
http://mail.python.org/mailman/listinfo/python-list
"However you like" is probably the right answer, but one way might be to
compare their soundex encoding
(http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?soundex) and figure out
percentage difference based on comparing the numeric part.
Ed.
--
http://mail.python.org/mailman/listinfo/python-list
John Machin wrote:
> On Wed, 18 May 2005 15:06:53 -0500, Ed Morton <[EMAIL PROTECTED]>
> wrote:
>
>
>>
>>William Park wrote:
>>
>>
>>>How do you compare 2 strings, and determine how much they are "close" to
>>>each other?
John Machin wrote:
> On Wed, 18 May 2005 20:03:53 -0500, Ed Morton <[EMAIL PROTECTED]>
> wrote:
>>I assume you were actually being facetious
>>and trying to make the point
>>that names that don't look the same on paper can have the same soundex
>>enc
creating custom apps a whole lot easier than if
you were to use wxPython by itself.
___/
/
__/
/
____/
Ed Leafe
http://leafe.com/
http://dabodev.com/
--
http://mail.python.org/mailman/listinfo/python-list
ay that you should look
at both and see which one feels more comfortable to you, and go with
that.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
e wxPython demo was such a great way to
explore wxPython and try out new things that I blatantly copied it. ;-)
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
al.html
I may be wrong, but I believe that the OP was interested in the
overall frame, contents, and inner workings of the wxPython demo
application (and DaboDemo), not the PyShell interpreter.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
;samples' directory, and each of those
files' 'category' attribute.
If you have any further questions, it would probably be best to post
them to the dabo-users list. You can sign up for it at http://
leafe.com/mailman/listinfo/dabo-users
-- Ed Leafe
-- http://le
int moduleFoo.someSetting
Does anyone know any good tricks for getting property-like behavior
here?
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
me__)
>
> The trick here is basically that we replace the module object in
> sys.modules with a class instance that wraps the module with whatever
> extra behavior is necessary.
OK, I see the trick involved. Yes, that does work for what I need.
Thanks!
-- Ed Leafe
-- http://lea
I'm using:
Python 2.3.2 (#1, Oct 17 2003, 19:06:15) [C] on sunos5
And I'm trying to execute:
#! /usr/bin/env python
try:
f = file('test.txt', 'r')
except IOError:
print 'except'
else:
print 'else'
finally:
print 'finally'
And the results are:
File "./test.py", line 9
f
Peter Otten <[EMAIL PROTECTED]> wrote:
>> try:
>> f = file('test.txt', 'r')
>> except IOError:
>> print 'except'
>> else:
>> print 'else'
>> finally:
>> print 'finally'
> You need Python 2.5 for that to work. In older Python versions you have to
> nest try...except...else and try.
Alex Martelli <[EMAIL PROTECTED]> wrote:
> Calling all vi/vim users (and we'll heartily appreciate the support of
> TextMate fans, BBEdit ones, etc, etc) -- we're at risk being defined out
> of existence, since we're neither happy with Emacs nor wanting anything
> like Visual Studio, and yet Kay cl
(False, False)
>>> True == False
True
>>> (True == False) == True
False
Yeah, I know: "Doctor, it hurts when I do this". Doc: "So don't do
that!". I haven't kept up with all the Python 3000 docs, so does
anyone know if True and False will bec
part of my recent PyCon presentation that discusses exactly
this topic. Take a look at http://dabodev.com/pycon2007?3 to see an
example of simpler and more Pythonic Dabo code is compared to what
you would have to write in either raw wxPython or even Wax.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
to wrapping Tkinter,
Qt, etc.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
tion). Post messages to the dabo-
users list to get answers to any questions you might have (sign up at
http://leafe.com/mailman/listinfo/dabo-users).
There are a ton of web frameworks out there. But for Python, there
is only one desktop app framework: Dabo.
-- Ed Leafe
-- h
Usually that's because the language provides a switch/case statement
construct. If it does and you try to write the above code, it isn't
the language that's brain-dead! ;-)
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
ault to a more intelligent
one, if for no other reason than to not have to constantly read
comments like this chiding someone for acting in a predictable fashion.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
orrespondence on any python questions from you go to trash.
> May your pillow not have pity on your head!
What a tool.
Add another to the twit filter...
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
as directing those comments,
it was *way* out of line. The fact that it was Steve only reinforces
the cluelessness of the writer.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
side and sql server side.
Are you asking for opinions on what sort of database engine to use?
Or are you trying to get a feel for what people use to develop their
apps? Are you looking for a web app, or a desktop app, or a non-UI app?
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
-
he stuff that is unique to
your app, such as the conflict resolution and business logic.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
On Sep 12, 2007, at 10:53 AM, [EMAIL PROTECTED] wrote:
> Thanks for ideas Ed. I am checking out dabo now. I do have a few
> questions about it. Packaging. Is it easy to package into a quick
> install for windows. The users are going to want to get too in
> depth.
py
I'm having a vexing problem with global variables in Python. Please
consider the following Python code:
#! /usr/bin/env python
def tiny():
bar = []
for tmp in foo:
bar.append(tmp)
foo = bar
if __name__ == "__main__":
foo = ['hello', 'world']
tiny()
When I try to run
Ed Jensen <[EMAIL PROTECTED]> wrote:
> I'm having a vexing problem with global variables in Python.
Thanks to everyone who replied. The peculiar way Python handles
global variables in functions now makes sense to me.
--
http://mail.python.org/mailman/listinfo/python-list
Steve Holden <[EMAIL PROTECTED]> wrote:
> Jython is an implementation of Python that compiles to Java bytecode,
> but at the moment there's some version lag so it won't handle the mos
> recent language enhancements. Probably worth a look, though.
>
>http://www.jython.org/
Does Jython compil
Steve Holden <[EMAIL PROTECTED]> wrote:
> Ed Jensen wrote:
>> Steve Holden <[EMAIL PROTECTED]> wrote:
>>> Jython is an implementation of Python that compiles to Java bytecode,
>>> but at the moment there's some version lag so it won't handle th
o them. We use mixins
extensively throughout Dabo, and they allow us to give several
classes the desired behaviors, while only having one mixin class to
maintain.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
at: http://
svn.dabodev.com/dabo/tags/dabo-0.8.2/ChangeLog
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
ce the framework, demo and visual tools are all
in the same trunk:
svn checkout http://svn.dabodev.com/dabo/trunk/dabo
svn checkout http://svn.dabodev.com/dabo/trunk/ide
svn checkout http://svn.dabodev.com/dabo/trunk/demo
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
I'm really enjoying using the Python interactive interpreter to learn
more about the language. It's fantastic you can get method help right
in there as well. It saves a lot of time.
With that in mind, is there an easy way in the interactive interpreter
to determine which exceptions a method migh
bo Class Designer (Parts
1 & 2)
http://leafe.com/screencasts/dataenvironment1.html
http://leafe.com/screencasts/dataenvironment2.html
Populating a Grid Using Business Objects
http://leafe.com/screencasts/populategrid.html
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://ma
olve a GUI, you really should take a look at Dabo. It's an app
framework written by database developers for database developers.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
On May 11, 2006, at 3:32 PM, Robert Hicks wrote:
> Wouldn't portability go with Tkinter since that is installed with
> every
> Python?
Dunno about other platforms, but it's not on my Mac.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail
.
def foo():
->query = """SELECT *
-> ...FROM sometable
-> ...WHERE condition"""
That would solve it. Tabs for indentation, spaces for spacing.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
integrating credit card processing with the various Python
web frameworks. Until now, my only practical experience is with Zope
2.x, but I'm open to any and all alternatives, so long as it's Python!
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.o
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
> And the reference implementation of Python (CPython) is not
> interpreted, it's compiled to byte-code, which is then executed by a VM
> (just like Java).
Wow, this is pretty misleading.
Java is, indeed, compiled to bytecode; however, modern JVMs
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
> I fail to see how the existence of JIT compilers in some Java VM changes
> anything to the fact that both Java (by language specification) and
> CPython use the byte-code/VM scheme.
While your answer was technically correct, by omitting pertinent
Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> oh, please. it was perfectly clear for anyone with the slightest clue
> what Bruno was talking about (especially if they'd read the post he was
> replying to), so the only question that remains is why you didn't
> understand it.
If you have something
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
> I don't think you're going to make you some friends here insulting
> Fredrik. I don't know who Ed Jensen is, but we are quite a lot here to
> know and respect Mr Lundh for his contributions to Python as both a
>
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
> fact 1: CPython compiles source code to byte-code.
> fact 2: CPython executes this byte-code.
> fact 3: Sun's JDK compiles source code to byte-code.
> fact 4: Sun's JDK executes this byte-code.
>
> Care to prove me wrong on any of these points ? Don
[EMAIL PROTECTED] wrote:
> A lecturer gave me the perfect answer to the question of speed.
>
> "You have two choices when it comes to programming. Fast code, or fast
> coders."
"You're either with us, or against us."
George W. Bush
My understanding is that while CPython performance won't
'b' is already a list. A more common
and more general usage for making list copies would be:
a = [1,2,3]
b = a[:]
In this usage, 'a' and 'b' are separate lists, but 'b' doesn't need
to be defined as a list first.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
strations. It's
not easy to do; certainly much more difficult than creating a slide
that sums up what the demo does. But it makes for a much more
interesting session!
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
On Dec 3, 2008, at 7:51 PM, Barry Warsaw wrote:
On behalf of the Python development team and the Python community, I
am happy to announce the release of Python 3.0 final.
Props to all the folks whose hard work made this possible! You guys
rock!
-- Ed Leafe
--
http://mail.python.org
ince the last
release can be found at http://svn.dabodev.com/dabo/tags/dabo-0.9.0/ChangeLog
And if you want to learn more, join our email list:
http://leafe.com/mailman/listinfo/dabo-users
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
rip() + "\n", "", "exec")
>>> compcode
at 0x79a40, file "", line 2>
Obviously the easy workaround is to add a newline and all is well, so
this isn't a show-stopper, but is this a bug?
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
thrown.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
verifying the inconsistency.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
llows you to visually create UIs that run unmodified on Windows,
Linux and OS X.
You can learn about it at http://dabodev.com
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
d, but
the GUI app that should be launched by 'main.py' is never run.
So what am I missing? How do I launch a python app in a separate
process from another Python app?
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
On Nov 9, 2008, at 4:42 PM, Steve Holden wrote:
Ed! Good to see you on c.l.py!
I usually only get around to reading the list when I'm having a
problem I can't figure out. .
Simply too busy most of the time.
a) Try using the subprocess module
b) Use *.pyw programs to
the lines of:
class MyDate(object):
def __init__(self, today):
self.today = today
my_date = MyDate(date(2009, 11, 12))
date = my_date
This assumes you aren't using anything else from date. If you are
you'll either have to add that to MyDate or use a proper Mock Object.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
http://dabodev.com/download.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
rticular, but I am curious
to know why some people find it "ugly" or "bad" or whatever. It has
its own bugs and missing features, of course, but it is one of the
major GUI player in the arena, together with PyQt and PyGTK.
Perhaps he meant the code, and not t
backends.
-- Ed Leafe
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
ontact the lead developer of this branch (he
hangs out on #metascore on irc.freenode.net) or to join our startup
committee (i.e., mailing list) detailed at:
http://www.metagovernment.org/wiki/Startup
Thank you for your consideration.
Ed Pastore
Metagovernment project
http://www.metagov
StuffAfterTheSuperCall()
This has worked reliably for us in every place where we have used it.
There's nothing dark and mysterious about it at all.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
self.super = super(DaboUIClass, self)
self.super.__init__(*args, **kwargs)
doOurCustomStuffAfterTheSuperCall()
def someMethod(self, foo, bar):
self.super.someMethod(foo, bar)
def someOtherMethod(self):
self.super.someOtherMethod()
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
, it's better than nothing but worse than anything.
I guess I must be the world's most amazing Python developer, as I've
used super() extensively for years without ever suffering any of the
pitfalls you and others describe.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
application. In my experience, using either incorrectly can get you in
trouble.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
that people get nothing back by participating in a
community, yes, it would be curious. My experience, though, is that I
get a lot more out of it than I could ever contribute. IOW, it's a
great example of synergy.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
s like this,
just knowing that I contributed is a great feeling. I also usually end
up meeting several people I might not have otherwise met, and
invariably that makes the experience much, much richer.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 1, 2008, at 6:10 PM, Steve Holden wrote:
> Ed is a good enough designer to avoid the corner cases. Strangely
> enough
> the one place where I have ended up making significant use of super()
> was in providing mixins for wxPython interface classes!
Thanks much for th
mework; at this point I'm only concerned with Python vs. Ruby.
If you are part of such a consulting group, or know of one that fits
these requirements, please reply to me off-list.
-- Ed Leafe
Confidentiality Notice: This e-mail message (including any attached or
embedded documents
v4vijayakumar wrote:
> On Apr 14, 1:00 pm, v4vijayakumar <[EMAIL PROTECTED]>
> wrote:
>
>> I can post initial version of the game (implemented using html/
>> javascript) in couple of hours here.
>
> The game is here,
>
> http://v4vijayakumar.googlepages.com/goats-and-tigers.html
The list
include SQLite itself? I installed
2.5.2 on a new WinXP VM, and SQLite is working fine.
-- Ed Leafe
--
http://mail.python.org/mailman/listinfo/python-list
back, but I still cringe at
names that sound like they were created at the Ministry of Silly Names.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
#x27;s source code is not available to pdb, and thus does not
display.
Does anyone know a way to compile the dynamic code so that pdb can
'see' the source? I suppose I could write it all out to a bunch of
temp files, but that would be terribly messy. Are there any neater
solutions?
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
onverts
the XML to the corresponding Python code for the class, and it's
working great, except for the tracing through the debugger issue.
Would I be able to apply the py lib stuff to this, too?
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
uch easier:
http://www.jorendorff.com/articles/python/path/
Ed
--
http://mail.python.org/mailman/listinfo/python-list
attered
thoughts into a coherent picture, and more often than not, if it's a
bug that I've created rather than a gap in my understanding, the
process of writing the email is all I need.
I guess if there's a point to all of this, it's that good
programming is a crea
having to install Python,
wxPython, or any of the other requirements first.
Grab the latest from the Dabo Download Page:
http://dabodev.com/download
And, as always, post feedback/questions to the Dabo users list:
http:/leafe.com/mailmain/listinfo/dabo-us
If the whole thing descends into chaos, the wiki (pages) could just be
deleted and we continue with the current system.
As Python has such an excellent community, it would be a shame not to
give them more responsibility in this area, and this system seems to
be working quite well for many python pr
m/_special/index
I had a nightmare with character encodings (mainly because I'm
terrible with them). I have a script written that does it all for me,
but it keeps choking on characters. I just tried randomly converting
things to Unicode at various points for over an hour until it worked.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
On 29/03/06, Ed Singleton <[EMAIL PROTECTED]> wrote:
> On 29/03/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> > > btw, one alternative could be to use an infogame site for this purpose:
> > >
> > >http://infogami.com
> > >
> > > thi
On 29/03/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> Ed Singleton wrote:
>
> > > alright, I got bored and uploaded a copy of the current Python tutorial to
> > >
> > > http://pytut.infogami.com
> >
> > Damn. You beat me to it by an hou
all other things Dabo,
from:
http://dabodev.com/download
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
--
http://mail.python.org/mailman/listinfo/python-list
e
> someone to DO IT. Give me svn access, and I will. But I
> guess for you it is more fun to write wikis and things than
> actually fixing the doc. (Don't get me wrong, I hope the
> wiki thing works and I will contribute but note what I wrote
> initially about programming Python being more fun than
> dealing with that grungy english *writing* yeck!)
In the time he spent posting about this something got done. An entire
new process got created, so that anyone can make changes. If the
changes really are useful, then either the wiki version will become
official, or people will just start pointing newcomers to the wiki
version instead.
Go to the wiki, make the changes you want, and feel good about
yourself for once.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
Why is there no binascii.a2b_binary(bitstr) which returns the binary data
represented by the bit string? Like:
>>> binascii.a2b_binary('0011001100110101')
'35'
perl has pack("B*", "0011001100110101");
What is the python way to do this?
Other fun with strings:
>>> ''.decode('hex')
'33'
>>
; ...Same as above but would reduce the ability
> of experts to make money writing commercial
> books.
Probably none of the above. It's just not exciting enough for people
to go away and do it for you. If you really believe in the idea, do
it, prove it and then people will accept it (and you'll probably be in
charge of the docs).
Ed
--
http://mail.python.org/mailman/listinfo/python-list
printBackward.head
and so on. It helps to keep it clear that they are entirely different.
Ed
--
http://mail.python.org/mailman/listinfo/python-list
201 - 300 of 378 matches
Mail list logo