After out meeting last month there was a lot of interest in tailoring
our talks better to new python users and away from the more advanced
topics that we normally try to cover. Of particular interest where
Python web frameworks. We now have a lot of web developers visiting
from other languages (.NET, ColdFusion, Java, etc...)
To that end I've assembled a list of topics that people would like to
see covered. If you already have a talk or would like to give a talk
about one of these topics please let me know.
I'd like to have a Django talk for the next meeting if anyone has one
prepared and wouldn't mind giving it. Anything that covers the basics
without getting too deep into advanced stuff would be useful.
Topics of Interest
==============
Customizing and Embedding iPython
Websites with Django
Websites with CherryPy
Websites with TurboGears
Beginning Python
Unit Testing Python Code
Websites with Zope/Plone
A Comparison of DVCS
Let me know if you would like to give any of these talks or if you
have another talk that's outside of this list.
--
________________________________
Michael E. Crute
http://mike.crute.org
God put me on this earth to accomplish a certain number of things.
Right now I am so far behind that I will never die. --Bill Watterson
One thing that might be fun, if we had enough projectors/screens,
would be multiple simultaneous demos... Well, maybe more like
"cooperatively multiprocessed", with each presenter showing the way to
do something in their framework, then yielding to the next presenter
to show how their framework does the same thing (starting a project,
URL routing, templating, etc.). It might be a good way to compare
frameworks side by side.
--
Mike Pirnat
mpi...@gmail.com
http://www.pirnat.com/
That would be awesome, we could probably rig up some way to share a
single projector. Would you be interested in giving any of those 3
talks?
Yeah, I think you'd just need a KVM to flip between presentations.
I would in theory be interested in taking part in such a thing, but I
definitely don't have any time for the forseeable future. Probably
not for some months.
I just talked to dstanek and he offered to give a Django talk at the
next meeting. It sounds like he's planning to start by writing a
simple application and then make it audience driven from that point.
-mike
I think it's a good idea. I talked to Mike Crute after the meeting
about doing a CherryPy talk, so there's another framework talk to toss
onto the stack.
I'd also like to talk about diesel (http://dieselweb.org/) sometime.
It's a library for writing async applications using generators as
coroutines. Some of the core software at our startup
(http://shoptalkapp.com/) uses it. We released it as open source last
month. It isn't a full web framework, but it does include a basic
HTTP/1,1 implementation (server and client).
Thanks again for doing the talk last night, Dave. It was good to see
lots of new faces at the meeting, and of course the long-timers as
well.
Christian