In article ,
Thomas Jollans wrote:
>There is no reason for print not being a function. Also, do you use
>print *that* much? Really?
I use it all the time. Who doesn't? What do you use instead?
--
-Ed Falk, f...@despams.r.us.com
http://thespamdiaries.blogspot.com/
--
http://
In article ,
Grant Edwards wrote:
>
>Maybe it's just me, but I find both debugging and small scripts to be
>very useful.
Ditto. I've also written a number of large scripts, and I *always*
use print in them.
--
-Ed Falk, f...@despams.r.us.com
http://thespamdiaries.blogspot.com/
In article ,
Stephen Hansen wrote:
>
>No one said otherwise, or that print was useless and never used in such
>contexts.
I was responding to the question "Also, do you use print *that*
much? Really?" The implication being that in the majority of useful
python programs, you don't really need to
In article ,
Stephen Hansen wrote:
>
>Any other use, I basically operate on a file object.
I use file objects all the time. I use print with them.
--
-Ed Falk, f...@despams.r.us.com
http://thespamdiaries.blogspot.com/
--
http://mail.python.org/mailman/listinfo/python-list
In article ,
Stephen Hansen wrote:
>>
>> Uhmm, just add the parenthesis to your old scripts. You can
>> do that without breaking on 2.x.
>
>Only sort of. But in Python 2.6+, you only need to "from __future__
>import print_function" to make code work in both 2.x and 3.x (at least
>insofar as the
In article <334170d5-a336-4506-bda1-279b40908...@k1g2000prl.googlegroups.com>,
be.krul wrote:
>why is this group being spammed?
They're *all* being spammed. Why? Because they can, and because Google
doesn't care.
--
-Ed Falk, f...@despams.r.us.com
http://thespamdiaries.blogspo
In article ,
Alf P. Steinbach /Usenet wrote:
>
>Consider, there would be almost no spam if spamming didn't pay.
Or if ISPs refused to tolerate it from their customers.
--
-Ed Falk, f...@despams.r.us.com
http://thespamdiaries.blogspot.com/
--
http://mail.python.org/mailman/listi
In article ,
Stefan Behnel wrote:
>In case anyone wondered: Hyderabad is likely referring to some place in Asia:
It's one of the high-tech cities in India. A lot of out-sourcing
winds up there.
--
-Ed Falk, f...@despams.r.us.com
http://thespamdiaries.blogspot.com/
--
http://m
eamleo/testimonials.html
----
Edward K. Ream email: edream...@yahoo.com
Leo: http://webpages.charter.net/edreamleo/front.html
--
http://mail.python.org/mailman/listinfo/python-list
timonials.html
--------
Edward K. Ream email: edream...@yahoo.com
Leo: http://webpages.charter.net/edreamleo/front.html
--
http://mail.python.org/mailman/listinfo/python-list
timonials.html
--------
Edward K. Ream email: edream...@yahoo.com
Leo: http://webpages.charter.net/edreamleo/front.html
--
http://mail.python.org/mailman/listinfo/python-list
Quotes: http://webpages.charter.net/edreamleo/testimonials.html
--------
Edward K. Ream email: edream...@yahoo.com
Leo: http://webpages.charter.net/edreamleo/front.html
-
?group_id=3458
Bzr: http://code.launchpad.net/leo-editor/
Quotes: http://webpages.charter.net/edreamleo/testimonials.html
--------
Edward K. Ream email: edream...@yahoo.com
Leo: http://webpages.charter.net/edream
ials.html
----
Edward K. Ream email: edream...@yahoo.com
Leo: http://webpages.charter.net/edreamleo/front.html
--
http://mail.python.org/mailman/listinfo/python-list
In article ,
Roy Smith wrote:
>In article ,
> Tobiah wrote:
>
>Google for "Big-O notation". Depending on your level of interest,
>expect to spend anywhere from an hour to the next four years reading
>what pops out :-)
Yeah, that's my problem with Wikipedia too. Plus, they like to just
roll
Leo 4.8 beta 1 is now available at:
http://sourceforge.net/project/showfiles.php?group_id=3458&package_id=29106
Leo is a text editor, data organizer, project manager and much more.
See:
http://webpages.charter.net/edreamleo/intro.html
The highlights of Leo 4.8:
--
- Leo n
The definition of a component model I use below is a class which allows
properties, methods, and events in a structured way which can be
recognized, usually through some form of introspection outside of that
class. This structured way allows visual tools to host components, and
allows programme
[EMAIL PROTECTED] wrote:
> Edward> The definition of a component model I use below is a class which
> Edward> allows properties, methods, and events in a structured way which
> Edward> can be recognized, usually through some form of introspection
> Edward&g
Echo wrote:
> On 10/9/06, Edward Diener No Spam <[EMAIL PROTECTED]>
> wrote:
>> The definition of a component model I use below is a class which allows
>> properties, methods, and events in a structured way which can be
>> recognized, usually through some form of
Chaz Ginger wrote:
> Edward Diener No Spam wrote:
>> [EMAIL PROTECTED] wrote:
>>> Edward> The definition of a component model I use below is a class
>>> which
>>> Edward> allows properties, methods, and events in a structured way
>>> which
Robert Kern wrote:
> Edward Diener No Spam wrote:
>
>> There's nothing wrong with Python's introspection. In fact Python's
>> facilities in this area and its support for metadata are stronger than
>> any of these other languages ! However there is no com
goon wrote:
>> or IBM's Eclipse for Java
>
> Or Eclipse for Python using PyDev? [0]
Those are very nice features but there is no re-usable Python bean
support like there is a Java bean. That was my initial point.
--
http://mail.python.org/mailman/listinfo/python-list
Michael wrote:
> Edward Diener No Spam wrote:
>
>> Has there ever been, or is there presently anybody, in the Python
>> developer community who sees the same need and is working toward that
>> goal of a common component model in Python, blessed and encouraged by
>>
Nick Vatamaniuc wrote:
> Edward Diener No Spam wrote:
>> Michael wrote:
>
> Python does not _need_ a component model just as you don't _need_ a RAD
> IDE tool to write Python code. The reason for having a component model
> or a RAD IDE tool is to avoid writing a lot of b
Paul Rubin wrote:
> "Nick Vatamaniuc" <[EMAIL PROTECTED]> writes:
>> Python does not _need_ a component model just as you don't _need_ a RAD
>> IDE tool to write Python code. The reason for having a component model
>> or a RAD IDE tool is to avoid writing a lot of boiler plate code.
>
> It's also
Diez B. Roggisch wrote:
> Paul Rubin schrieb:
>> "Nick Vatamaniuc" <[EMAIL PROTECTED]> writes:
>>> Python does not _need_ a component model just as you don't _need_ a RAD
>>> IDE tool to write Python code. The reason for having a component model
>>> or a RAD IDE tool is to avoid writing a lot of bo
Steve Holden wrote:
> Diez B. Roggisch wrote:
> [...]
>>> Just the same, one can use IronPython to call components written in
>>> other languages. And, I believe, vice versa.
>>
>>
>> Sure, as I can do it in jython. But the key point is: can your ordinary
>> python-object be published as a componen
Fredrik Lundh wrote:
> Nick Vatamaniuc wrote:
>
>> At the same time one could claim that Python already has certain
>> policies that makes it seem as if it has a component model.
>
> every Python object surely qualifies as a component, for any non-myopic
> definition of that word, and everything
Michael Sparks wrote:
> Edward Diener No Spam wrote:
>> Michael wrote:
>>> Edward Diener No Spam wrote:
>>>
>>>> Has there ever been, or is there presently anybody, in the Python
>>>> developer community who sees the same need and is working t
Richard Brodie wrote:
> "Edward Diener No Spam" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
>> "Thinking in Java or C++" as opposed to Python does not mean anything to me
>> as a general
>> statement. I am well aware of
Fredrik Lundh wrote:
> "Edward Diener No Spam" wrote:
>
>> A RAD IDE tool to hook up components into an application or library (
>> module in Python ) has nothing to do with terseness and everything to do
>> with ease of programming.
>
> python alread
Diez B. Roggisch wrote:
>> While I understand dynamic typing, I still think it is possible to
>> create attributes in a Python component model which could tell a RAD
>> tool what type the attribute will encompass for the purpose of
>> properties and events. Obviously a "name, type" tuple, among oth
Tim Chase wrote:
>> There's no doubt that Python's excellent introspection mechanism
>> allows an outside RAD-like tool to inspect the workings of any Python
>> object. But that does not make it a component model in my original use
>> of the term on this thread. A RAD tool needs to know what pro
Fredrik Lundh wrote:
> Edward Diener No Spam wrote:
>
>> There's no doubt that Python's excellent introspection mechanism allows
>> an outside RAD-like tool to inspect the workings of any Python object.
>> But that does not make it a component model in my o
Paul Boddie wrote:
> [EMAIL PROTECTED] wrote:
>> Edward> My OP was just to query whether a component model existed for
>> Edward> Python, like JavaBeans for Java or .Net for C#, C++/CLI
>> Edward> etc.
>>
>> For those of us who've never used Java, .Ne
fumanchu wrote:
> Edward Diener No Spam wrote:
>> OK, here is my idea of what such a component model envisages as a list
>> of items. After this, unless I get some intelligent comments from people
>> who might be interested in what I envision, or something very similar
is can be easily achieved using
> decorators that might also add the right kind of token for
> introspection purposes to the function/method attributes. Descriptors
> i.e. customized binding semantics might cover one aspect of
> componentization but as I understood Edward he asked for uniform
>
Fredrik Lundh wrote:
> fumanchu wrote:
>
>>> 4) Custom property and component editors: A component editor can present
>>> a property editor or an editor for an entire component which the visual
>>> design-time RAD environment can use to allow the programmer end-user of
>>> the component to set or
Peter Wang wrote:
> Edward Diener wrote:
>> It looks as if traits is an attempt to create a "property" in the
>> component terminology which I originally specified. I will take a look
>> at it.
>
> Traits is frighteningly similar to the requirements that you
Kay Schluehr wrote:
> val bykoski wrote:
>> Peter Wang wrote:
>>> Edward,
>>>
>>> This isn't in response to any specific one of the 100+ posts on this
>>> thread, but I justed wanted to encourage you to continue your
>>> investigat
Emma wrote:
> Successful candidates meet the following requirements:
> ยท A burning desire to build rock-solid apps that people will be
> unable
> to live without
I use to have a burning desire to cleverly answer questionnaires for
companies which either don't exist or, if they do, don't tell you
I think it's great that for built-in types such as int and str, backward
compatibility of type hinting annotations is baked into python 3.0 to 3.4. In
fact, I *thought* python 3.0 to 3.4 would *ignore* annotations, but it
doesn't...
I'm struggling to create something backward compatible that re
This pattern seems to work:
import sys
if sys.version_info[0] < 3:
raise RuntimeError("Must use at least python version 3")
# The 'typing' module, useful for type hints, was introduced in python 3.5
if sys.version_info[1] >= 5:
from typing import Optional
optional_float = Optional[fl
On Sat, 1 Jun 2024 13:34:11 -0600
Mats Wichmann wrote:
> On 5/31/24 11:59, Dieter Maurer via Python-list wrote:
>
> hmmm, I "sent" this but there was some problem and it remained
> unsent. Just in case it hasn't All Been Said Already, here's the
> retry:
>
> > HenHanna wrote at 2024-5-30 13:03
On Mon, 03 Jun 2024 14:58:26 -0400 (EDT)
Grant Edwards wrote:
> On 2024-06-03, Edward Teach via Python-list
> wrote:
>
> > The Gutenburg Project publishes "plain text". That's another
> > problem, because "plain text" means UTF-8and that m
501 - 545 of 545 matches
Mail list logo