Some longer 5-10 minute presentations
Our meetings can't happen without speakers and we draw our
speakers from the group. Consider volunteering and give a talk --
we don't bite. Also, volunteering to talk on a topic that you
don't know well is a great motivator to learn something new! You
don't have be an expert -- just do some good research and organize
it well!
Until we meet again,
.pjf
-- Peter J. Farrell Principal Technologist - Maestro Publishing, LLC http://blog.maestropublishing.com Identi.ca / Twitter: @maestrofjp Please do not send me Microsoft Office/Apple iWork documents. Send OpenDocument instead! http://fsf.org/campaigns/opendocument/
--
---
You received this message because you are subscribed to the Google Groups "PyMNtos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pymntos+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Peter J. Farrell Principal Technologist - Maestro Publishing, LLC http://blog.maestropublishing.com
Identi.ca / Twitter: @maestrofjp * Learn about VSRE. I prioritize emails with VSRE in the subject! http://vsre.info/ * Please do not send me Microsoft Office/Apple iWork documents. Send OpenDocument instead! http://fsf.org/campaigns/opendocument/
Actually I am open to doing basic types one, provisionally.
--
1. Checking my work schedule to make sure I am in town
2. Finding a way of talking about them that isn't horrendously boring. I have thought about this topic a lot :).
--
Just thinking ahead for June already here and I thought that a Back to Basics night would be a great idea for beginners to experts alike. It's always good to hear and review the fundamentals every once in a while to learn tricks you never knew and to reground your foundation.
Just thinking ahead for June already here and I thought that a Back to Basics night would be a great idea for beginners to experts alike. It's always good to hear and review the fundamentals every once in a while to learn tricks you never knew and to reground your foundation.
I'd be happy to do a talk on imports (in python 2.x, specifically). There may be some basics there that are a bit obscure, and I know there are some somewhat less basic things about imports that people may run into at some point.
-- Peter J. Farrell Principal Technologist - Maestro Publishing, LLC http://blog.maestropublishing.com
Identi.ca / Twitter: @maestrofjp * Learn about VSRE. I prioritize emails with VSRE in the subject! http://vsre.info/ * Please do not send me Microsoft Office/Apple iWork documents. Send OpenDocument instead! http://fsf.org/campaigns/opendocument/
--
I think Pickle would be a shorter talk. How about both if you don't mind? If so, I think that would round out June pretty nicely don't you think? And yes, I think you're right that an iteration talk would be merely the essence of Ned's talk.
So far we have the following line-up:
1. Basic Types - Gregg Lind (tentative)
2. Imports - Jay
3. Loop like a native - Andrew Carter
4. Decorators - Ray Shan
5. TabLib - Kevin Hanson
6. Pickle - Andrew Carter
Andrew Carter said the following on 05/06/2013 07:51 PM:
>
> Peter, I would be happy to cover something at the meeting. Your choice -- I can cover Ned's slides (or a subset of them or the essence of them) or I would also be happy to cover pickle. I can mostly cover the basics but would also like to cover __getstate__ and __setstate__ and quickly the much more advanced topic of persisent_id:
>
> http://docs.python.org/2/library/pickle.html#pickling-and-unpickling-external-objects
>
> This is something I've used a lot when building large persistence systems. And always had this comment I liked:
>
> http://docs.python.org/2/library/pickle.html#id18
>
> Covering pickle is a bit quicker of a talk (I think) but iterating is probably more necessary everyday knowledge -- again, your choice.
>
> Andrew