On Thu, 28 Apr 2005 17:58:47 GMT, Charles Krug
<[EMAIL PROTECTED]> wrote:
>On 28 Apr 2005 10:34:44 -0700, [EMAIL PROTECTED]
><[EMAIL PROTECTED]> wrote:
>> Hey yall,
>> I'm new to Python and I love it. Now I can get most of the topics
>> covered with the Python tutorials I've read but the one thats
honCard seems to like to stick to basics, but also includes a
certain ability to get to the rest of wxPython (file/save/message
dialogs are pretty easy to include).
Note that my only other experience in building GUIs was with visual
basic, which seems to have spoiled me. I tried wxPython and Tinker,
but could only really get PythonCard to work.
Scott Robinson
--
http://mail.python.org/mailman/listinfo/python-list
e you understand how overloading works (I'm pretty sure overloading
isn't covered in that book).
In short, I think that this book is a good introduction to
programming, and it will explain the basics of python, but it doesn't
really begin to explain how to program in python.
Scott Robinson
--
http://mail.python.org/mailman/listinfo/python-list
ses "his" GPL, version-whatever.
>
>Anyway, your safe bet:
>
>Follow the copyright holder's wishes.
>
>That's fair. After all, it's free, so they're doing you a damn
>big favor.
>
>C//
Scott Robinson
--
http://mail.python.org/mailman/listinfo/python-list
owed by the author is going to get you into
trouble. IANAL, but from what I can remember about earlier licensing
issues, any code specific for a GPLed library (especially "import")
will get you into to trouble. Having a non-free library with an
identical API and issuing
exec("
hat your code also be (L)GPL'ed. Changes to
>the core library must still be released under (L)GPL, but application
>code which merely *uses* the library does not. (I've forgotten, now,
>exactly how LGPL defines this distinction...)
>
>Jeff Shannon
>Technician/Programmer
>Credit International
Scott Robinson
--
http://mail.python.org/mailman/listinfo/python-list
it after it crashed. Forth was still
there. It certainly is useful for a hardware independent bios, but I
was making the point it would be good for general purpose. I suspect
that it would quickly run up against memory limitations and would go
no faster than the machine driving the memory m
On Fri, 17 Dec 2004 20:41:11 -0600, Mike Meyer <[EMAIL PROTECTED]> wrote:
>Scott Robinson <[EMAIL PROTECTED]> writes:
>
>> Forth seems better than basic, but is *weird* (I tried it for a
>> while). I'm not sure going from Forth to C (or Python) would be much
On Fri, 17 Dec 2004 20:41:11 -0600, Mike Meyer <[EMAIL PROTECTED]> wrote:
>Scott Robinson <[EMAIL PROTECTED]> writes:
>
>> Forth seems better than basic, but is *weird* (I tried it for a
>> while). I'm not sure going from Forth to C (or Python) would be much
On Fri, 17 Dec 2004 15:00:54 -0600, Mike Meyer <[EMAIL PROTECTED]> wrote:
>"not [quite] more i squared" <[EMAIL PROTECTED]> writes:
>
>> Adam DePrince wrote:
>>
Given the hardware constraints of the early 1980s, which
language do you think should have been used instead of BASIC?
>>> Lisp
>
On 16 Dec 2004 20:38:29 -0500, David Bolen <[EMAIL PROTECTED]> wrote:
>Scott Robinson <[EMAIL PROTECTED]> writes:
>
>> I have been having trouble with the garbage collector and sockets.
>
>Are you actually getting errors or is this just theoretical?
>
>>
rbage, not to declare something not garbage).
Scott Robinson
--
http://mail.python.org/mailman/listinfo/python-list
be careful in taking legal advise from Richard Stallman. The
GPL merely states that*:
2. You may modify your copy or copies of the Program or
any portion of it, thus forming a work based on the Program,
and copy and distribute such modifications or work under the
terms of Section 1 above, provided that you also meet all of
these conditions:
After that, all notion of "derived work" falls on the appropriate
copyright law of the country in question. I suspect that following
Stallman's verdicts won't cause you to violate the GPL, but I would
hardly be willing to be certain about going to court over a GPLed
module imported into an unfree python program.
Scott Robinson
* note that I believe that this is fair use. According to the GPL,
you can only distribute it unmodified.
--
http://mail.python.org/mailman/listinfo/python-list
13 matches
Mail list logo