Meeting or no meeting?

0 views
Skip to first unread message

Kevin Dangoor

unread,
Dec 2, 2008, 1:08:09 PM12/2/08
to mich...@googlegroups.com
Well, there haven't been any meeting topic suggestions, and we're now
two days from the usual MichiPUG meeting time. So, the choices now
are:

1. someone comes up with a discussion topic
2. there is a topic-free meeting (we've had those successfully in the
past. there never seems to be a shortage of things to talk about)
3. no meeting this month

I'm not going to be able to attend. So, it's up to everyone else to
decide whether or not there should be a topic-free meeting.

Kevin

--
Kevin Dangoor

email: k...@blazingthings.com
blog: http://www.BlueSkyOnMars.com

Mike Bernson

unread,
Dec 2, 2008, 1:15:18 PM12/2/08
to mich...@googlegroups.com
I vote for topic-free meeting (something always comes up)

Joe Poniatowski

unread,
Dec 2, 2008, 1:17:45 PM12/2/08
to mich...@googlegroups.com
I'm out with a broken foot, so no meeting for me in any case.
 
Joe

Read my online stories & articles:
http://1003concepts.com/jp/on-line-publications/



From: Kevin Dangoor <dan...@gmail.com>
To: mich...@googlegroups.com
Sent: Tuesday, December 2, 2008 1:08:09 PM
Subject: Meeting or no meeting?

Jay R. Wren

unread,
Dec 2, 2008, 1:40:26 PM12/2/08
to mich...@googlegroups.com
I can only suggest things that I would like to see.
 
I'd love to see the state of python in web host environments. Especially ones where maybe you only have fastcgi allowed.
 
--
Jay

Kevin Dangoor

unread,
Dec 2, 2008, 1:45:21 PM12/2/08
to mich...@googlegroups.com
On Tue, Dec 2, 2008 at 1:40 PM, Jay R. Wren <jrw...@gmail.com> wrote:
> I can only suggest things that I would like to see.
>
> I'd love to see the state of python in web host environments. Especially
> ones where maybe you only have fastcgi allowed.

I'm pretty sure you can connect fastcgi->WSGI, which means that you
can pretty much do whatever you want.

Note, however, that most shared hosts will have some limits over which
they will kill your processes and such.

Kevin

Matt Simmons

unread,
Dec 2, 2008, 1:46:39 PM12/2/08
to mich...@googlegroups.com
I think both flup and jons bridge fcgi->wsgi

JP

unread,
Dec 3, 2008, 9:07:20 AM12/3/08
to Michigan Python Users Group
We could also "reschedule" the meeting as a python BOF at ArbCamp on
the 18th. I figure most of us will be at ArbCamp, right?

JP

Mark Ramm

unread,
Dec 3, 2008, 9:10:42 AM12/3/08
to mich...@googlegroups.com
I think we should get together.  There's always stuff to talk about.  

We could also do one of those coding dojo exercises or some other live coding again.
--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog

Kevin Dangoor

unread,
Dec 3, 2008, 9:13:45 AM12/3/08
to mich...@googlegroups.com
On Wed, Dec 3, 2008 at 9:10 AM, Mark Ramm <mark.mch...@gmail.com> wrote:
> I think we should get together. There's always stuff to talk about.
>
> We could also do one of those coding dojo exercises or some other live
> coding again.

Pyjamas would also be an interesting topic, since that's been having
regular releases lately. Looks like it's maturing...

If I was going to be there, I'd try to pull a demo of that together...
but I'm not... alas.

Kevin

Zach Steindler

unread,
Dec 3, 2008, 11:52:44 AM12/3/08
to mich...@googlegroups.com
I also think we should definitely meet.

Matt Pizzimenti and I thought it'd be cool to do 3-5 minute lightning
talks, and afterwards have people hang out/hack on stuff/further
discuss the lightning talk topics. Some ideas we had for the lighting
talks:

- Tricks for Interacting with Google App Engine (Matt)
- metamake: http://code.google.com/p/metamake/ (Matt)
- Visualizing GPS shapefiles with Python (me)

We could come up with more topics right before the meeting. At any
rate Matt and I will be there.

-Zach

JP

unread,
Dec 4, 2008, 10:20:04 AM12/4/08
to Michigan Python Users Group
Lightning talks good!

I can do one on what's coming in nose 0.11, if folks are interested.

JP

On Dec 3, 11:52 am, "Zach Steindler" <ste...@gmail.com> wrote:
> I also think we should definitely meet.
>
> Matt Pizzimenti and I thought it'd be cool to do 3-5 minute lightning
> talks, and afterwards have people hang out/hack on stuff/further
> discuss the lightning talk topics. Some ideas we had for the lighting
> talks:
>
> - Tricks for Interacting with Google App Engine (Matt)
> - metamake:http://code.google.com/p/metamake/ (Matt)
> - Visualizing GPS shapefiles with Python (me)
>
> We could come up with more topics right before the meeting. At any
> rate Matt and I will be there.
>
> -Zach
>
> On Wed, Dec 3, 2008 at 9:13 AM, Kevin Dangoor <dang...@gmail.com> wrote:

Jonathan Duty

unread,
Dec 4, 2008, 10:34:29 AM12/4/08
to mich...@googlegroups.com
I like the idea of making the meetings more about lightning talks and hacking.  One interesting hacking exercise would be to see how hard it is to port some of these modules to the newly released python 3000, and different ways to maintain support for 2.x and 3000 runtimes.

Matt Pizzimenti

unread,
Dec 4, 2008, 11:53:25 AM12/4/08
to Michigan Python Users Group
JP I'd definitely like to hear about new stuff in nose - my favorite
unit testing tool. Lightning talks are perfect for this stuff.

see you there,
Matt

On Dec 4, 10:34 am, "Jonathan Duty" <jonathan.d...@gmail.com> wrote:
> I like the idea of making the meetings more about lightning talks and
> hacking.  One interesting hacking exercise would be to see how hard it is to
> port some of these modules to the newly released python 3000, and different
> ways to maintain support for 2.x and 3000 runtimes.
>
> On Wed, Dec 3, 2008 at 11:52 AM, Zach Steindler <ste...@gmail.com> wrote:
>
> > I also think we should definitely meet.
>
> > Matt Pizzimenti and I thought it'd be cool to do 3-5 minute lightning
> > talks, and afterwards have people hang out/hack on stuff/further
> > discuss the lightning talk topics. Some ideas we had for the lighting
> > talks:
>
> > - Tricks for Interacting with Google App Engine (Matt)
> > - metamake:http://code.google.com/p/metamake/ (Matt)
> > - Visualizing GPS shapefiles with Python (me)
>
> > We could come up with more topics right before the meeting. At any
> > rate Matt and I will be there.
>
> > -Zach
>
> > On Wed, Dec 3, 2008 at 9:13 AM, Kevin Dangoor <dang...@gmail.com> wrote:
>
> > > On Wed, Dec 3, 2008 at 9:10 AM, Mark Ramm <mark.mchristen...@gmail.com>
Reply all
Reply to author
Forward
0 new messages