[socal-piggies] socal-piggies Digest, Vol 59, Issue 17 - Python Training

Charles L. Phillips tptbusines_98 at yahoo.com
Sun Jan 17 22:22:47 PST 2010


I was replying to "Christopher Mahan <chris.mahan at gmail.com>" reply to training "test".

Tell me what you think...




Thank you,


Inquire_98


"This e-mail and any files transmitted with it are intended solely for the use of the individual or entity to which they are addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error, please contact the sender and delete the material from your computer. Please note that any view or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Primes. ("Primes") and/or its subsidiaries. Finally, the recipient should check this e-mail and any attachments for the presence of viruses. Primes accepts no liability for any damage caused by any virus transmitted by this e-mail."


--- On Sun, 1/17/10, socal-piggies-request at lists.idyll.org <socal-piggies-request at lists.idyll.org> wrote:

> From: socal-piggies-request at lists.idyll.org <socal-piggies-request at lists.idyll.org>
> Subject: socal-piggies Digest, Vol 59, Issue 17
> To: socal-piggies at lists.idyll.org
> Date: Sunday, January 17, 2010, 9:25 PM
> Send socal-piggies mailing list
> submissions to
>     socal-piggies at lists.idyll.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>     http://lists.idyll.org/listinfo/socal-piggies
> or, via email, send a message with subject or body 'help'
> to
>     socal-piggies-request at lists.idyll.org
> 
> You can reach the person managing the list at
>     socal-piggies-owner at lists.idyll.org
> 
> When replying, please edit your Subject line so it is more
> specific
> than "Re: Contents of socal-piggies digest..."
> 
> 
> Today's Topics:
> 
>    1. cython and method dispatch (Dan
> Stromberg)
>    2. Re: training classes (Grig Gheorghiu)
>    3. License question (Christopher Mahan)
>    4. Re: License question (Dan Stromberg)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 17 Jan 2010 16:29:44 -0800
> From: Dan Stromberg <strombrg at gmail.com>
> Subject: [socal-piggies] cython and method dispatch
> To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> Message-ID: <4B53AB78.6060005 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1;
> format=flowed
> 
> 
> I do believe that cython at least has the ability to avoid
> recalculating 
> what method to call over and over again, because the
> generated C code 
> has lines like this peppered throughout:
> 
>     if (unlikely(__pyx_skip_dispatch)) ;
> 
> ...right before the method dispatch stuff.
> 
> That fits my intuition, as method calls suddenly felt
> noticeably faster 
> when I moved them from cpython to cython.
> 
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Sun, 17 Jan 2010 16:44:16 -0800
> From: Grig Gheorghiu <grig.gheorghiu at gmail.com>
> Subject: Re: [socal-piggies] training classes
> To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> Message-ID:
>     <3f09d5a01001171644h3aff9314ge4e865c8e97d69cc at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Charles,
> 
> When you say it' sounds good to you, what exactly are you
> referring
> to? It's a bit unclear, since you're including the digest
> message.
> 
> It's still a bit unclear to me how many people would be
> interested in
> taking a formal day training class on Django with somebody
> like Steve
> Holden. I believe Andrew Kou said he *might* consider it,
> but I didn't
> see anybody else saying they're interested.
> 
> Grig
> 
> 
> On Sun, Jan 17, 2010 at 12:20 PM, Charles L. Phillips
> <tptbusines_98 at yahoo.com>
> wrote:
> >
> > Sounds "good" to me, let's get together and talk...
> >
> >
> >
> >
> > Thank you,
> >
> >
> > Inquire_98
> >
> >
> > "This e-mail and any files transmitted with it are
> intended solely for the use of the individual or entity to
> which they are addressed and may contain confidential and/or
> privileged material. Any review, retransmission,
> dissemination or other use of, or taking of any action in
> reliance upon, this information by persons or entities other
> than the intended recipient is prohibited. If you have
> received this e-mail in error, please contact the sender and
> delete the material from your computer. Please note that any
> view or opinions presented in this e-mail are solely those
> of the author and do not necessarily represent those of
> Primes. ("Primes") and/or its subsidiaries. Finally, the
> recipient should check this e-mail and any attachments for
> the presence of viruses. Primes accepts no liability for any
> damage caused by any virus transmitted by this e-mail."
> >
> >
> > --- On Sat, 1/16/10, socal-piggies-request at lists.idyll.org
> <socal-piggies-request at lists.idyll.org>
> wrote:
> >
> >> From: socal-piggies-request at lists.idyll.org
> <socal-piggies-request at lists.idyll.org>
> >> Subject: socal-piggies Digest, Vol 59, Issue 14
> >> To: socal-piggies at lists.idyll.org
> >> Date: Saturday, January 16, 2010, 5:08 PM
> >> Send socal-piggies mailing list
> >> submissions to
> >> ??? socal-piggies at lists.idyll.org
> >>
> >> To subscribe or unsubscribe via the World Wide
> Web, visit
> >> ??? http://lists.idyll.org/listinfo/socal-piggies
> >> or, via email, send a message with subject or body
> 'help'
> >> to
> >> ??? socal-piggies-request at lists.idyll.org
> >>
> >> You can reach the person managing the list at
> >> ??? socal-piggies-owner at lists.idyll.org
> >>
> >> When replying, please edit your Subject line so it
> is more
> >> specific
> >> than "Re: Contents of socal-piggies digest..."
> >>
> >>
> >> Today's Topics:
> >>
> >> ???1. Re: socal-piggies Digest, Vol
> >> 59,??? Issue 11: Python
> >> Training
> >> ? ? ? (Christopher Mahan)
> >> ???2. Re: socal-piggies Digest, Vol
> >> 59,??? Issue 5: Python
> >> Training
> >> ? ? ? (Andrew Kou)
> >>
> >>
> >>
> ----------------------------------------------------------------------
> >>
> >> Message: 1
> >> Date: Sat, 16 Jan 2010 16:46:45 -0800
> >> From: Christopher Mahan <chris.mahan at gmail.com>
> >> Subject: Re: [socal-piggies] socal-piggies Digest,
> Vol
> >> 59,??? Issue 11:
> >> ??? Python ??? Training
> >> To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> >> Message-ID:
> >> ??? <4d9b53db1001161646v650efdf5vafa518874bd280a1 at mail.gmail.com>
> >> Content-Type: text/plain; charset="utf-8"
> >>
> >> On Sat, Jan 16, 2010 at 3:44 PM, Charles L.
> Phillips <
> >> tptbusines_98 at yahoo.com>
> >> wrote:
> >>
> >> >
> >> > When you state, "testing class", what do you
> mean???
> >> >
> >>
> >> testing, qa, strategies for testing, browser
> testing
> >> (selenium, etc)
> >> unit-testing, automated testing, continuous
> builds,
> >> test-driven develoment,
> >> that sort of thing?
> >> -------------- next part --------------
> >> An HTML attachment was scrubbed...
> >> URL: <http://lists.idyll.org/pipermail/socal-piggies/attachments/20100116/13ebe5ce/attachment-0001.htm>
> >>
> >> ------------------------------
> >>
> >> Message: 2
> >> Date: Sat, 16 Jan 2010 17:08:14 -0800
> >> From: Andrew Kou <andrew.kou at gmail.com>
> >> Subject: Re: [socal-piggies] socal-piggies Digest,
> Vol
> >> 59,??? Issue 5:
> >> ??? Python ??? Training
> >> To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> >> Message-ID:
> >> ??? <fe155f811001161708i561560ecye891fe1b3a6d2bc7 at mail.gmail.com>
> >> Content-Type: text/plain; charset="iso-8859-1"
> >>
> >> Hi everyone,
> >>
> >>
> >> I'm not so sure I'm fully interested in a Django
> class, but
> >> would probably
> >> attend if there were one. I would rather learn
> the
> >> "Pythonic" way of coding
> >> coming from another language and would be
> interested in how
> >> to do common
> >> tasks (most likely already in Django). Common sys
> admin
> >> scripts would be
> >> cool (e.g. from bash to python). Testing for
> instance is a
> >> great topic I
> >> think. How to implement user accounts or
> authentication or
> >> even Implementing
> >> Open ID/Facebook connect support for your website
> would
> >> probably be cool
> >> too. Maybe it can be specific to the language
> itself (e.g.
> >> howto and common
> >> uses for decorators/generators and how it is
> better than
> >> the "old" way of
> >> doing the same thing)? Of course, we don't have
> to
> >> roll everything on our
> >> own, rather use existing modules/projects to do
> so.
> >>
> >> One possible solution, is to decide to work on a
> dummy
> >> project, build a new
> >> web app or clone an existing web app but with
> heavy
> >> emphasis on code review
> >> by the more "experienced" Python users. This way,
> we really
> >> have experience
> >> working on Python. Maybe it'll become the open
> source
> >> project we want to
> >> work on.
> >>
> >> I feel day "trainings" are generally not very
> effective but
> >> of course those
> >> are just my current thoughts. I'd like to know
> what
> >> everyone else thinks.
> >>
> >>
> >> Thanks,
> >>
> >> - Andrew Kou
> >>
> >>
> >>
> >>
> >> On Sat, Jan 16, 2010 at 1:33 PM, Grig Gheorghiu
> <grig.gheorghiu at gmail.com>wrote:
> >>
> >> > I know that Steve Holden, who is an
> accomplished
> >> Python
> >> > speaker/author/teacher, was interested in
> teaching a
> >> Django class in L.A.
> >> > I'll get in touch in him and ask him about
> his
> >> availability.
> >> >
> >> > Can we get a show of hands of people who
> would be
> >> interested in getting
> >> > this Django training?
> >> >
> >> > Also, what other topics are people interested
> in (in
> >> terms of getting
> >> > training)? I could teach a testing class for
> example.
> >> >
> >> > Grig
> >> >
> >> > -----Original Message-----
> >> > From: "Charles L. Phillips" <tptbusines_98 at yahoo.com>
> >> > Date: Sat, 16 Jan 2010 12:34:13
> >> > To: <socal-piggies at lists.idyll.org>
> >> > Subject: Re: [socal-piggies] socal-piggies
> Digest, Vol
> >> 59,
> >> >? ? ? ? Issue 5: Python Training
> >> >
> >> >
> >> > Hello,
> >> > How are you doing today???
> >> > I too, am interested in Python training.
> >> > I am interested in using Python as a
> network/system
> >> and web administration
> >> > tool, but I am also a beginner. I am
> currently
> >> applying "Python for Dummies"
> >> > in a Linux/Windows environment.
> >> >
> >> > If there is no available training, let me
> know and
> >> let's develop a plan...
> >> >
> >> >
> >> >
> >> > Thank you,
> >> >
> >> >
> >> > Inquire_98
> >> >
> >> >
> >> > "This e-mail and any files transmitted with
> it are
> >> intended solely for the
> >> > use of the individual or entity to which they
> are
> >> addressed and may contain
> >> > confidential and/or privileged material. Any
> review,
> >> retransmission,
> >> > dissemination or other use of, or taking of
> any action
> >> in reliance upon,
> >> > this information by persons or entities other
> than the
> >> intended recipient is
> >> > prohibited. If you have received this e-mail
> in error,
> >> please contact the
> >> > sender and delete the material from your
> computer.
> >> Please note that any view
> >> > or opinions presented in this e-mail are
> solely those
> >> of the author and do
> >> > not necessarily represent those of Primes.
> ("Primes")
> >> and/or its
> >> > subsidiaries. Finally, the recipient should
> check this
> >> e-mail and any
> >> > attachments for the presence of viruses.
> Primes
> >> accepts no liability for any
> >> > damage caused by any virus transmitted by
> this
> >> e-mail."
> >> >
> >> >
> >> > --- On Tue, 1/12/10, socal-piggies-request at lists.idyll.org
> >> <
> >> > socal-piggies-request at lists.idyll.org>
> >> wrote:
> >> >
> >> > > From: socal-piggies-request at lists.idyll.org
> >> <
> >> > socal-piggies-request at lists.idyll.org>
> >> > > Subject: socal-piggies Digest, Vol 59,
> Issue 5
> >> > > To: socal-piggies at lists.idyll.org
> >> > > Date: Tuesday, January 12, 2010, 12:03
> PM
> >> > > Send socal-piggies mailing list
> >> > > submissions to
> >> > >? ???socal-piggies at lists.idyll.org
> >> > >
> >> > > To subscribe or unsubscribe via the
> World Wide
> >> Web, visit
> >> > >? ???http://lists.idyll.org/listinfo/socal-piggies
> >> > > or, via email, send a message with
> subject or
> >> body 'help'
> >> > > to
> >> > >? ???socal-piggies-request at lists.idyll.org
> >> > >
> >> > > You can reach the person managing the
> list at
> >> > >? ???socal-piggies-owner at lists.idyll.org
> >> > >
> >> > > When replying, please edit your Subject
> line so
> >> it is more
> >> > > specific
> >> > > than "Re: Contents of socal-piggies
> digest..."
> >> > >
> >> > >
> >> > > Today's Topics:
> >> > >
> >> > >? ? 1. Re: Interested in a meeting on
> >> Jan.
> >> > > 14th? (Grig Gheorghiu)
> >> > >? ? 2. Re: Interested in a meeting on
> >> Jan.
> >> > > 14th? (Lindi Emoungu)
> >> > >? ? 3. Re: Interested in a meeting on
> >> Jan.
> >> > > 14th? (Aaron Ramirez)
> >> > >? ? 4. Python training in Los Angeles
> >> or
> >> > > surrounding areas
> >> > >? ? ???(Christopher
> >> Mahan)
> >> > >? ? 5. Re: Python training in Los
> >> Angeles or
> >> > > surrounding? ? areas (Mike)
> >> > >? ? 6. Meeting confirmed for Thursday
> >> Jan
> >> > > 14th (Grig Gheorghiu)
> >> > >
> >> > >
> >> > >
> >>
> ----------------------------------------------------------------------
> >> > >
> >> > > Message: 1
> >> > > Date: Mon, 11 Jan 2010 18:03:55 -0800
> >> > > From: Grig Gheorghiu <grig.gheorghiu at gmail.com>
> >> > > Subject: Re: [socal-piggies] Interested
> in a
> >> meeting on
> >> > > Jan. 14th?
> >> > > To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> >> > > Message-ID:
> >> > >? ???<3f09d5a01001111803h2ccb3267v3c31ff8d0f1f54c5 at mail.gmail.com>
> >> > > Content-Type: text/plain;
> charset=ISO-8859-1
> >> > >
> >> > > So far I have 5 responses from people
> who are
> >> interested in
> >> > > meeting
> >> > > this Thursday the 14th. If we have a few
> more,
> >> then I guess
> >> > > we can
> >> > > call it a meeting ;-) So please let me
> know.
> >> > >
> >> > > Proposed agenda:
> >> > >
> >> > > Dan Stromberg: Presentation on his treap
> module
> >> > > (http://stromberg.dnsalias.org/~dstromberg/treap/<http://stromberg.dnsalias.org/%7Edstromberg/treap/>
> >> > )
> >> > > Grig Gheorghiu: Deploying Tornado in
> production
> >> (will also
> >> > > cover
> >> > > automated deployments with Fabric)
> >> > >
> >> > > Grig
> >> > >
> >> > > On Fri, Jan 8, 2010 at 11:19 AM, Grig
> Gheorghiu
> >> > > <grig.gheorghiu at gmail.com>
> >> > > wrote:
> >> > > > I only heard from 2 people who are
> >> interested in a
> >> > > meeting next
> >> > > > Thursday Jan. 14th at the
> Technical
> >> Connections office
> >> > > in West L.A. If
> >> > > > more people are interested, please
> let me
> >> know. We
> >> > > also need a couple
> >> > > > of volunteers to present.
> >> > > >
> >> > > > Thanks,
> >> > > >
> >> > > > Grig
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > ------------------------------
> >> > >
> >> > > Message: 2
> >> > > Date: Mon, 11 Jan 2010 19:01:58 -0800
> >> > > From: Lindi Emoungu <lindi.emoungu at gmail.com>
> >> > > Subject: Re: [socal-piggies] Interested
> in a
> >> meeting on
> >> > > Jan. 14th?
> >> > > To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> >> > > Message-ID:
> >> > >? ???<74f321e71001111901m220ba828m412f9442052abfc8 at mail.gmail.com>
> >> > > Content-Type: text/plain;
> charset="iso-8859-1"
> >> > >
> >> > > I'd like to attend.
> >> > >
> >> > > On Fri, Jan 8, 2010 at 11:19 AM, Grig
> Gheorghiu
> >> <
> >> > grig.gheorghiu at gmail.com>wrote:
> >> > >
> >> > > > I only heard from 2 people who are
> >> interested in a
> >> > > meeting next
> >> > > > Thursday Jan. 14th at the
> Technical
> >> Connections office
> >> > > in West L.A. If
> >> > > > more people are interested, please
> let me
> >> know. We
> >> > > also need a couple
> >> > > > of volunteers to present.
> >> > > >
> >> > > > Thanks,
> >> > > >
> >> > > > Grig
> >> > > >
> >> > >
> >>
> >_______________________________________________
> >> > > > socal-piggies mailing list
> >> > > > socal-piggies at lists.idyll.org
> >> > > > http://lists.idyll.org/listinfo/socal-piggies
> >> > > >
> >> > > -------------- next part --------------
> >> > > An HTML attachment was scrubbed...
> >> > > URL: <
> >> > http://lists.idyll.org/pipermail/socal-piggies/attachments/20100111/dec4029b/attachment.html
> >> > >
> >> > >
> >> > > ------------------------------
> >> > >
> >> > > Message: 3
> >> > > Date: Tue, 12 Jan 2010 00:35:07 -0800
> >> > > From: Aaron Ramirez <aramirez at itexpertise.net>
> >> > > Subject: Re: [socal-piggies] Interested
> in a
> >> meeting on
> >> > > Jan. 14th?
> >> > > To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> >> > > Message-ID:
> >> > >? ???<d903a3f01001120035t12247e7bn15ce9e5bbedcaf04 at mail.gmail.com>
> >> > > Content-Type: text/plain;
> charset="iso-8859-1"
> >> > >
> >> > > Hi,
> >> > >
> >> > > I am very much interested in attending,
> but my
> >> schedule is
> >> > > still a bit up in
> >> > > the air for Thursday.? Can you please
> count
> >> me as a
> >> > > maybe?
> >> > >
> >> > > Thanks,
> >> > >
> >> > > Aaron
> >> > >
> >> > > On Mon, Jan 11, 2010 at 7:01 PM, Lindi
> Emoungu
> >> <lindi.emoungu at gmail.com
> >> > >wrote:
> >> > >
> >> > > > I'd like to attend.
> >> > > >
> >> > > > On Fri, Jan 8, 2010 at 11:19 AM,
> Grig
> >> Gheorghiu <
> >> > grig.gheorghiu at gmail.com>wrote:
> >> > > >
> >> > > >> I only heard from 2 people who
> are
> >> interested in a
> >> > > meeting next
> >> > > >> Thursday Jan. 14th at the
> Technical
> >> Connections
> >> > > office in West L.A. If
> >> > > >> more people are interested,
> please let
> >> me know. We
> >> > > also need a couple
> >> > > >> of volunteers to present.
> >> > > >>
> >> > > >> Thanks,
> >> > > >>
> >> > > >> Grig
> >> > > >>
> >> > >
> >>
> >>_______________________________________________
> >> > > >> socal-piggies mailing list
> >> > > >> socal-piggies at lists.idyll.org
> >> > > >> http://lists.idyll.org/listinfo/socal-piggies
> >> > > >>
> >> > > >
> >> > > >
> >> > >
> >>
> >_______________________________________________
> >> > > > socal-piggies mailing list
> >> > > > socal-piggies at lists.idyll.org
> >> > > > http://lists.idyll.org/listinfo/socal-piggies
> >> > > >
> >> > > >
> >> > > -------------- next part --------------
> >> > > An HTML attachment was scrubbed...
> >> > > URL: <
> >> > http://lists.idyll.org/pipermail/socal-piggies/attachments/20100112/8c7b7369/attachment-0001.htm
> >> > >
> >> > >
> >> > > ------------------------------
> >> > >
> >> > > Message: 4
> >> > > Date: Tue, 12 Jan 2010 01:34:17 -0800
> >> > > From: Christopher Mahan <chris.mahan at gmail.com>
> >> > > Subject: [socal-piggies] Python training
> in Los
> >> Angeles or
> >> > > surrounding
> >> > >? ???areas
> >> > > To: socal-piggies at lists.idyll.org
> >> > > Message-ID:
> >> > >? ???<4d9b53db1001120134o4aa4b50cy17e8cc9fe33d7a04 at mail.gmail.com>
> >> > > Content-Type: text/plain;
> charset="utf-8"
> >> > >
> >> > > Does anyone know of intermediate to
> advanced
> >> python
> >> > > training classes or
> >> > > courses in the Greater Los Angeles
> area?
> >> > >
> >> > > How about python-related technologies
> like
> >> Django, Google
> >> > > App Engine,
> >> > > SQLAlchemy, etc?
> >> > >
> >> > > Thanks!
> >> > >
> >> > >
> >> > > Chris Mahan
> >> > > (818) 671-1709
> >> > > http://christophermahan.com/
> >> > > chris.mahan at gmail.com
> >> > > -------------- next part --------------
> >> > > An HTML attachment was scrubbed...
> >> > > URL: <
> >> > http://lists.idyll.org/pipermail/socal-piggies/attachments/20100112/c267fb9e/attachment.htm
> >> > >
> >> > >
> >> > > ------------------------------
> >> > >
> >> > > Message: 5
> >> > > Date: Tue, 12 Jan 2010 09:44:22 -0800
> >> > > From: "Mike" <michael_chean at msn.com>
> >> > > Subject: Re: [socal-piggies] Python
> training in
> >> Los Angeles
> >> > > or
> >> > >? ???surrounding
> >> areas
> >> > > To: "'SoCal Python Interest Group'"
> <socal-piggies at lists.idyll.org>
> >> > > Message-ID: <SNT125-DS15CF416A4467DD487523709C6C0 at phx.gbl>
> >> > > Content-Type: text/plain;
> charset="utf-8"
> >> > >
> >> > > I?m also interested in recommendations
> in this
> >> area, but
> >> > > more on a beginning to intermediate
> level.
> >> > >
> >> > >
> >> > >
> >> > > Thanks
> >> > >
> >> > > Mike
> >> > >
> >> > >
> >> > >
> >> > > DISCLAIMER: The information contained in
> this
> >> e-mail is
> >> > > intended only for the person or entity
> to whom it
> >> is
> >> > > addressed and may contain confidential,
> >> privileged and/or
> >> > > attorney/client privileged material. If
> you have
> >> received
> >> > > this e-mail in error, then please note
> that any
> >> reviewed
> >> > > retransmission, copying, distribution or
> other
> >> use of the
> >> > > e-mail is prohibited. If you are not an
> intended
> >> recipient,
> >> > > please delete the material from any
> computer that
> >> may have
> >> > > it. Thank you for your cooperation. The
> contents
> >> of an
> >> > > attachment to this e-mail may contain
> software
> >> viruses,
> >> > > which could damage your computer system.
> We
> >> cannot accept
> >> > > liability for any damage you may sustain
> as a
> >> result of
> >> > > software viruses. You should carry out
> your own
> >> virus checks
> >> > > before opening any attachment. Should
> you have
> >> any questions
> >> > > regarding this email or its substance,
> please
> >> call BCS
> >> > > Systems at (818)238-9759.
> >> > >
> >> > >
> >> > >
> >> > > From: socal-piggies-bounces at lists.idyll.org
> >> > > [mailto:socal-piggies-bounces at lists.idyll.org]
> >> > > On Behalf Of Christopher Mahan
> >> > > Sent: Tuesday, January 12, 2010 1:34 AM
> >> > > To: socal-piggies at lists.idyll.org
> >> > > Subject: [socal-piggies] Python training
> in Los
> >> Angeles or
> >> > > surrounding areas
> >> > >
> >> > >
> >> > >
> >> > > Does anyone know of intermediate to
> advanced
> >> python
> >> > > training classes or courses in the
> Greater Los
> >> Angeles
> >> > > area?
> >> > >
> >> > > How about python-related technologies
> like
> >> Django, Google
> >> > > App Engine, SQLAlchemy, etc?
> >> > >
> >> > > Thanks!
> >> > >
> >> > >
> >> > > Chris Mahan
> >> > > (818) 671-1709
> >> > > http://christophermahan.com/
> >> > > chris.mahan at gmail.com
> >> > >
> >> > >
> >> > >
> >> > > -------------- next part --------------
> >> > > An HTML attachment was scrubbed...
> >> > > URL: <
> >> > http://lists.idyll.org/pipermail/socal-piggies/attachments/20100112/2ce19114/attachment-0001.htm
> >> > >
> >> > >
> >> > > ------------------------------
> >> > >
> >> > > Message: 6
> >> > > Date: Tue, 12 Jan 2010 10:01:30 -0800
> >> > > From: Grig Gheorghiu <grig.gheorghiu at gmail.com>
> >> > > Subject: [socal-piggies] Meeting
> confirmed for
> >> Thursday Jan
> >> > > 14th
> >> > > To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> >> > > Message-ID:
> >> > >? ???<3f09d5a01001121001h895363dqd42dad318c23bce2 at mail.gmail.com>
> >> > > Content-Type: text/plain;
> charset=ISO-8859-1
> >> > >
> >> > > Where: Technical Connection office, West
> L.A.
> >> (11400
> >> > > Olympic
> >> > > Boulevard, Suite 700, CA 90064)
> >> > >
> >> > > When: Thursday Jan 14th, 7 PM to 9-9:30
> PM
> >> > >
> >> > > Who:
> >> > >
> >> > > Dan Stromberg
> >> > > Grig Gheorghiu
> >> > > Chris Mahan
> >> > > Adam Bernier
> >> > > Luke Powers
> >> > > Francis Ridder
> >> > > Daniel O'Shea
> >> > > Lindi Emoungu
> >> > > Aaron Ramirez
> >> > >
> >> > > Agenda:
> >> > >
> >> > > * Dan Stromberg: Presentation on his
> treap
> >> module
> >> > > (http://stromberg.dnsalias.org/~dstromberg/treap/<http://stromberg.dnsalias.org/%7Edstromberg/treap/>
> >> > )
> >> > > * Grig Gheorghiu: Deploying Tornado in
> production
> >> (will
> >> > > also cover
> >> > > automated deployments with Fabric)
> >> > >
> >> > > If others are interested in attending,
> please let
> >> me know
> >> > > so I can add
> >> > > your name to the list for the security
> guard in
> >> the lobby
> >> > > of the
> >> > > building.
> >> > >
> >> > > Thanks,
> >> > >
> >> > > Grig
> >> > >
> >> > >
> >> > >
> >> > > ------------------------------
> >> > >
> >> >
> >_______________________________________________
> >> > > socal-piggies mailing list
> >> > > socal-piggies at lists.idyll.org
> >> > > http://lists.idyll.org/listinfo/socal-piggies
> >> > >
> >> > >
> >> > > End of socal-piggies Digest, Vol 59,
> Issue 5
> >> > >
> ********************************************
> >> > >
> >> >
> >> >
> _______________________________________________
> >> > socal-piggies mailing list
> >> > socal-piggies at lists.idyll.org
> >> > http://lists.idyll.org/listinfo/socal-piggies
> >> >
> _______________________________________________
> >> > socal-piggies mailing list
> >> > socal-piggies at lists.idyll.org
> >> > http://lists.idyll.org/listinfo/socal-piggies
> >> >
> >> -------------- next part --------------
> >> An HTML attachment was scrubbed...
> >> URL: <http://lists.idyll.org/pipermail/socal-piggies/attachments/20100116/3f2f632c/attachment.htm>
> >>
> >> ------------------------------
> >>
> >> _______________________________________________
> >> socal-piggies mailing list
> >> socal-piggies at lists.idyll.org
> >> http://lists.idyll.org/listinfo/socal-piggies
> >>
> >>
> >> End of socal-piggies Digest, Vol 59, Issue 14
> >> *********************************************
> >>
> >
> > _______________________________________________
> > socal-piggies mailing list
> > socal-piggies at lists.idyll.org
> > http://lists.idyll.org/listinfo/socal-piggies
> >
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Sun, 17 Jan 2010 20:08:07 -0800
> From: Christopher Mahan <chris.mahan at gmail.com>
> Subject: [socal-piggies] License question
> To: socal-piggies at lists.idyll.org
> Message-ID:
>     <4d9b53db1001172008w1b9daedk366f299fbc60118d at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> I am releasing my python 2.6.4 on debian stable deployer
> (with fabric).
> 
> What is the preferred license for such a  tool among
> the LA pythonistas?
> 
> I personally have no preferrence. I can go public-domain a
> la sqlite, or
> whatever.
> 
> 
> Chris Mahan
> (818) 671-1709
> http://christophermahan.com/
> chris.mahan at gmail.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.idyll.org/pipermail/socal-piggies/attachments/20100117/f002a130/attachment-0001.htm>
> 
> ------------------------------
> 
> Message: 4
> Date: Sun, 17 Jan 2010 21:24:47 -0800
> From: Dan Stromberg <strombrg at gmail.com>
> Subject: Re: [socal-piggies] License question
> To: SoCal Python Interest Group <socal-piggies at lists.idyll.org>
> Message-ID: <4B53F09F.7010008 at gmail.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
> 
> http://www.fsf.org/licensing/licenses/
> 
> I've heard mixed comments about "Public Domain"
> software.  Some say it's 
> an all-permissive license, some say it isn't a
> license.  Some say it 
> doesn't truly exist, that even if you say something is PD,
> it's still 
> under your own copyright.  Others say that if you make
> something PD, 
> it's truly a free for all, and someone else can come along,
> take the PD 
> code, copyright it, and legally bar the original author
> from having any 
> rights to the code they wrote.
> 
> Christopher Mahan wrote:
> > I am releasing my python 2.6.4 on debian stable
> deployer (with fabric).
> >
> > What is the preferred license for such a  tool
> among the LA pythonistas?
> >
> > I personally have no preferrence. I can go
> public-domain a la sqlite, 
> > or whatever.
> >
> >
> > Chris Mahan
> > (818) 671-1709
> > http://christophermahan.com/
> > chris.mahan at gmail.com
> <mailto:chris.mahan at gmail.com>
> >
> >
> >
> ------------------------------------------------------------------------
> >
> > _______________________________________________
> > socal-piggies mailing list
> > socal-piggies at lists.idyll.org
> > http://lists.idyll.org/listinfo/socal-piggies
> >   
> 
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> socal-piggies mailing list
> socal-piggies at lists.idyll.org
> http://lists.idyll.org/listinfo/socal-piggies
> 
> 
> End of socal-piggies Digest, Vol 59, Issue 17
> *********************************************
> 




More information about the socal-piggies mailing list