bruno.desthuilli...@gmail.com wrote:
> On 25 juil, 17:36, "Steven W. Orr" wrote:
>> I have been doing a lot of reading. I'm starting to get it. I think it's
>> really cool as well as dangerous,
>
> Dangerous ??? Why so ? Is there anything "dangerous" in a constructor
> or an initialiser ??? A me
On 25 juil, 17:36, "Steven W. Orr" wrote:
> I have been doing a lot of reading. I'm starting to get it. I think it's
> really cool as well as dangerous,
Dangerous ??? Why so ? Is there anything "dangerous" in a constructor
or an initialiser ??? A metaclass is just a class, and a class is just
an
On 26/07/11 04:44, Victor Khangulov wrote:
> Hi Steven,
>
> I too am just learning about metaclasses in Python and I found the
> example you posted to be excellent.
>
> I played around with it and noticed that the issue seems to be the
> double-underscore in front of the fields (cls.__fields = {}
Hi Steven,
I too am just learning about metaclasses in Python and I found the
example you posted to be excellent.
I played around with it and noticed that the issue seems to be the
double-underscore in front of the fields (cls.__fields = {}). If you
change this parameter to use the single-u
On Mon, Jul 25, 2011 at 8:36 AM, Steven W. Orr wrote:
> I have been doing a lot of reading. I'm starting to get it. I think it's
> really cool as well as dangerous, but I plan on being respectful of the
> construct. I found a web page that I found quite readable.
>
> http://cleverdevil.org/**comp
Very good.
Karim
On 07/25/2011 05:46 PM, jfine wrote:
Hi
I gave a tutorial at this year's EuroPython that covered metaclasses.
You can get the tutorial materials from a link on:
http://ep2011.europython.eu/conference/talks/objects-and-classes-in-python-and-javascript
Jonathan
--
http://ma
Steven W. Orr wrote:
> I have been doing a lot of reading. I'm starting to get it. I think it's
> really cool as well as dangerous, but I plan on being respectful of the
> construct. I found a web page that I found quite readable.
>
> http://cleverdevil.org/computing/78/
>
> So, I tried to run t
Hi
I gave a tutorial at this year's EuroPython that covered metaclasses.
You can get the tutorial materials from a link on:
http://ep2011.europython.eu/conference/talks/objects-and-classes-in-python-and-javascript
Jonathan
--
http://mail.python.org/mailman/listinfo/python-list
En Fri, 11 Jul 2008 05:49:23 -0300, Ben Finney
<[EMAIL PROTECTED]> escribi�:
luster123 <[EMAIL PROTECTED]> writes:
Can someone please teach me the basics of Python and Pygame?
Yes, you can do it.
http://docs.python.org/tut/tut.html>
http://www.python.org/doc/>
http://clusty.com/search?que
luster123 <[EMAIL PROTECTED]> writes:
> Can someone please teach me the basics of Python and Pygame?
Yes, you can do it.
http://docs.python.org/tut/tut.html>
http://www.python.org/doc/>
http://clusty.com/search?query=pygame+tutorial>
--
\ “Too many pieces of music finish too long after th
Cédric Lucantis wrote:
Le Sunday 22 June 2008 16:07:37 Saul Spatz, vous avez écrit :
Hi,
I'm making a project into my first package, mainly for organization, but
also to learn how to do it. I have a number of data files, both
experimental results and PNG files. My project is organized as a ro
Le Sunday 22 June 2008 16:07:37 Saul Spatz, vous avez écrit :
> Hi,
>
> I'm making a project into my first package, mainly for organization, but
> also to learn how to do it. I have a number of data files, both
> experimental results and PNG files. My project is organized as a root
> directory, w
On Sun, Jun 22, 2008 at 4:07 PM, Saul Spatz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm making a project into my first package, mainly for organization, but
> also to learn how to do it. I have a number of data files, both
> experimental results and PNG files. My project is organized as a root
> dir
13 matches
Mail list logo