Differences between revisions 35 and 112 (spanning 77 versions)
Revision 35 as of 2007-03-04 14:23:31
Size: 11796
Editor: 72-19-155-198
Comment: moved PyCon to previous events
Revision 112 as of 2014-05-07 21:25:38
Size: 11149
Editor: shawnjohnson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''<<BR>><<TableOfContents>>||
Line 2: Line 4:

T
he Front Range Pythoneers is an active Python users group in Boulder, Colorado, USA.
[[http://wiki.python.org/moin/FrontRangePythoneers|Front Range Pythoneers]] are an active Python users group meeting in Boulder and Denver, Colorado, USA.
Line 6: Line 7:
We meet every third Wednesday of the month to learn from talks about Python topics, to swap stories and coding tips, and to enjoy food and drink. But we don't just talk about Python, we live it: on the first Saturday of most months, we get together for a code sprint. Front Range Pythoneers are proud to have contributed as a group to TurboGears2, Jython, Django, and IPython.
Line 7: Line 9:
We hold a regular monthly meeting every third Wednesday. We also hold a regular monthly sprint, usually on the first Saturday of each month. The next sprints will by on Jython and IPython1, an update of the popular python shell. At this point, it looks like we will be holding these sprints on a regular basis. Join us! Whether you're just learning Python or have already memorized the output of "import this", you'll find something worthwhile.
Line 9: Line 11:
Future possibilities include holding an occasional BoulderJam to play with an exciting new technology together, and helping pair mentors with aspiring Pythoneers.

= Mailing List =

You can subscribe to our [http://lists.community.tummy.com/mailman/listinfo/frpythoneers mailing list]. We also have a [http://lists.community.tummy.com/pipermail/frpythoneers/ mail archive].
= The Mailing List and Wiki =
Please join our [[http://lists.community.tummy.com/mailman/listinfo/frpythoneers|mailing list]] and check [[http://wiki.python.org/moin/FrontRangePythoneers|this page]] at the Python Wiki for more information about [[http://wiki.python.org/moin/FrontRangePythoneers|Front Range Pythoneers]].
Line 19: Line 18:
 * Date/time: Every 3rd Wednesday, 6-8 PM. Calendars [http://www.google.com/calendar/feeds/frpythoneers%40gmail.com/public/basic XML] [http://www.google.com/calendar/ical/frpythoneers%40gmail.com/public/basic.ics ICAL] [http://www.google.com/calendar/embed?src=frpythoneers%40gmail.com HTML]  * Date/time: Every 3rd Wednesday, 6-8 PM. Check our [[http://www.meetup.com/frpythoneers/|Meetup site]] for the latest details.
Line 21: Line 20:
 * Location: [http://www.bivio.biz/ bivio Software, Inc.], 28th and Iris. Above Hair Elite in Suite S. [http://maps.google.com/maps?f=q&hl=en&q=2701+Iris+Ave.,+Boulder+CO&ie=UTF8&z=15&om=1&iwloc=A Google Maps link]  * Location: (For Boulder meetings) [[http://www.http://inspiringapps.com/|InspiringApps]], [[http://maps.google.com/maps?q=1045+Pearl+Street%0ABoulder,+CO+80302|1045 Pearl Street, Boulder]]. For Denver meetings, please check [[http://www.meetup.com/frpythoneers/|Meetup.com]] for latest information. Lately the group has been meeting at [[http://www.forestroom5.com/|Forest Room 5]] which is located at [[http://maps.google.com/maps?q=2532+15th+StreetDenver,+CO+80211|2532 15th Street, Denver]].
Line 23: Line 22:
Sprints are usually held the 1st Saturday of each month, also at bivio.  * [[http://picasaweb.google.com/frpythoneers/|Photos]] of selected sprints and meetings.
Line 25: Line 24:
== Next Meeting: March 21, 2007, 6-8 PM ==  * [[http://www.meetup.com/frpythoneers/|Meetup.com]] is a great way to keep abreast of Front Range Pythoneers' activities.
Line 27: Line 26:
 * Location: [http://www.bivio.biz/ bivio Software, Inc.]
Line 29: Line 27:
== IPython1 Sprint: April 6, 2007 ==

 * [http://ipython.scipy.org/moin/Developer_Zone/Sprint IPython1 Beta]. This would be an excellent opportunity to learn about decorators, Twisted, and other advanced Python concepts while helping getting this shell to beta status.

 * Location: [http://www.bivio.biz/ bivio Software, Inc.].
, 28th and Iris. Above Hair Elite in Suite S. [http://maps.google.com/maps?f=q&hl=en&q=2701+Iris+Ave.,+Boulder+CO&ie=UTF8&z=15&om=1&iwloc=A Google Maps link]
= Future Events =
Line 38: Line 31:
== PyCon: February 23-25, 2007 == == Unconference: November 13, 2010 ==
Line 40: Line 33:
 * [http://us.pycon.org/TX2007/HomePage PyCon 2007] Dallas/Addison TX. List of attendees from the Front Range: Details are [[FrontRangePythoneersUc10|here]].
Line 42: Line 35:
 0. Matt Boersma
 0. Eric Dobbs
 0. Brian Granger
 0. Evelyn Mitchell
 0. Sean Reifschneider
 0. Jim Baker
 0. SteveRogers
 0. Michelle Cyr
 0. DuncanMcGreggor
An unconference is a conference that is organized and run by the participants. The more you put into it, the more you'll get out of it. For more information about unconferences, click here [[http://en.wikipedia.org/wiki/Unconference]]
Line 52: Line 37:
We will shortly link in the presentations and some other material. But to summarize, this was a very good conference. Eric and Jim are still sprinting away on Jython. == Meeting: Sept 29, 2010, 6 PM - 8 PM ==
Line 54: Line 39:
== Meeting: February 21, 2007 == Message Passing Concurrency with Python and ZeroMQ
Line 56: Line 41:
 * Location: [http://www.bivio.biz/ bivio Software, Inc.] == Meeting: August 25, 2010, 6 PM - 8 PM ==
Line 58: Line 43:
 * Fernando Perez presented his joint talk with Brian Granger (not present), "IPython: Getting the most out of working interactively in Python": IPython (if you do not know it yet) is an enhanced interactive shell for Python. It provides a large number of features not found in the default shell that make interactive work in Python more seamless and convenient. Applications in Parallel Computing with iPython
Line 60: Line 45:
 * Jim Baker presented "Iterators in Action": Using iterators well can make your code lean and your programming fun. We will distill current best practice by investigating some (mostly) useful examples of iterators in action. With the help of itertools and various cookbook recipes, we'll look at such examples as computing Six Sigma stats, parsing/collating lots of log files, and performing fast prefix lookups of the data your users most want to see (assuming you have a good relevancy scorer, of course). We will even see why Raymond Hettinger must say no so often :). == Meeting: July 25, 2010, 6 PM - 8 PM ==
Line 62: Line 47:
Other items we talked about: MongoDB
Line 64: Line 49:
 * BoulderSprint. We had a great JythonSprint, focusing on getting IPython to work on it. The next sprint will be in April, also on IPython. == Unconference: October 10, 2009 ==
Line 66: Line 51:
 * Google Summer of Code. One of our missions is to mentor Pythoneers. Does it make sense to add a local component to GSoC 2007 that could take advantage of the universities here? We're going to try something new: an unconference. Conference Saturday October 10th, followed by code sprints Sunday October 11. Details are [[FrontRangePythoneersUc09|here]].
Line 68: Line 53:
== Sprint: February 3, 2007 == An unconference is a conference that is organized and run by the participants. The more you put into it, the more you'll get out of it. For more information about unconferences, click here [[http://en.wikipedia.org/wiki/Unconference]]
Line 70: Line 55:
 * JythonSprint. Part of our BoulderSprint series. We sprinted on getting IPython to run on Jython (two birds here?), as well as spent time on looking at compiler updates. More will be posted soon here. == Meeting: April 8, 2009, 6 PM - 8 PM ==
Line 72: Line 57:
 * Location: [http://www.bivio.biz/ bivio Software, Inc.]. We'll meet in Boulder, one week earlier than usual. Maciej Fijalkowski will discuss his PyPy work, and we'll hear a recap of PyCon 2009.
Line 74: Line 59:
== Meeting: January 17, 2007 ==
Line 76: Line 60:
 * Location: [http://www.churchillnavigation.com Churchill Navigation]. == Meeting: March 18, 2009, 6 PM - 8 PM ==
Line 78: Line 62:
Topics and people attending include the following: We had free-range conversation, food, and drink. Folks from tuggl.com were there looking to hire Django people, and we talked a lot about the state of iPhone and Android development.
Line 80: Line 64:
 * BoulderSprint. We had a great JythonSprint, focusing on design. Momentum is really building, Jython might actually get the love that Charles Oliver Nutter of !JRuby proposed. More interestingly, there's a chance for people in the dynamic language community to work together on JVM implementations. == Meeting: February 18, 2009, 6 PM - 8 PM ==
Line 82: Line 66:
 * Tom Churchill and Vinny Fiano will demo Churchill Navigation's earth-rendering engine (which looks like Google Earth, only apparently even better and faster ;) ). Vinny (their main Python guy) will explain how they built the glue logic (and why they decided against SWIG) and perhaps some of the implications of using Python as a scripting language in a real-time (60 fps) environment, and the techniques we employed to keep the graphics pipeline from stalling when making an expensive call into their engine from Python. We met at Wynkoop's in Denver and had "Python Q&A Night."
Line 84: Line 68:
 * Brian Granger from [http://txcorp.com/ Tech-X] will help us think more deeply about concurrent Python programming, especially as seen in a new version of [http://ipython.scipy.org/moin/IPython1 IPython]. == Meeting: January 21, 2009, 6 PM - 8 PM ==
Line 86: Line 70:
== Sprint: January 6, 2007 == Neal McBurnett described auditing Boulder County election results using Python and Django.
Line 88: Line 72:
 * JythonSprint. We talked about rethinking the existing compiler to converge on !CPython 2.5/trunk. == More ==
Line 90: Line 74:
== Meeting: December 20, 2006 ==

Canceled! We were going to plan the JythonSprint and see some demos. But a blizzard intervened. Fortunately, we should be able to do all of that instead in January.

== Meeting: November 15, 2006 ==

This was a fun meeting! Even if Jill's has increasingly been high decibel. But we really can't complain about the success of our venue.

 * Steve Rogers showed up for his first meeting with us. He credits seeing the [http://zyasoft.com/pythoneering/ Pythoneering blog], now that it's included in the [http://www.pythonware.com/daily/index.htm Daily Python-URL]. It's good to have the visibility. With Steve had just read some of the reports from [http://sc06.supercomputing.org/ Supercomputing 2006], so we talked a lot about parallel computing paradigms in Python, among other things.

== Meeting: October 18, 2006 ==

 * Discussed possible proposals for PyCon2007. The basic consensus was that it was a great idea that for PyCon "we're especially interested in presentations that will teach conference-goers something new and useful." In particular, we all would like to see talks with more useful takeaway code, not just talks saying, hey we are doing great things with Python. Trust us :) .

 * Began planning of BoulderSprint, which apparently has been a burning desire for JimBaker for a while.
See our [[FrontRangePythoneersArchive/| archive page]] for details of older events.
Line 110: Line 80:
 * [[https://www.youtube.com/user/fireboxtraining|Julie Johnson]], CEO of [[http://www.fireboxtraining.com|Firebox Training]] based in Golden, CO has written several Python training courses.
Line 111: Line 82:
 * [http://amath.colorado.edu/faculty/fperez/ Fernando Perez], CU Applied Math, and Brian Granger, [http://txcorp.com/ Tech-X], both work on [http://ipython.scipy.org/moin/ IPython].  * [[http://amath.colorado.edu/faculty/fperez/|Fernando Perez]], CU Applied Math, and Brian Granger, [[http://txcorp.com/|Tech-X]], both work on [[http://ipython.scipy.org/moin/|IPython]].
Line 113: Line 84:
 * Eric Dobbs, [http://www.bivio.biz bivio Software, Inc.], works on PyQScimpl as a contractor with Tech-X. SciPy 2006 [http://dobbse.net/thinair/2006/08/scipy/ presentation] of PyQScimpl.  * Eric Dobbs, [[http://www.bivio.biz|bivio Software, Inc.]], works on PyQScimpl as a contractor with Tech-X. SciPy 2006 [[http://dobbse.net/thinair/2006/08/scipy/|presentation]] of PyQScimpl.
Line 115: Line 86:
 * Fred Clare and Mary Hall, [http://www.ncar.ucar.edu/ NCAR], are behind [http://www.pyngl.ucar.edu PyNGL].  * Fred Clare and Mary Hall, [[http://www.ncar.ucar.edu/|NCAR]], are behind [[http://www.pyngl.ucar.edu|PyNGL]].
Line 117: Line 88:
 * Jeffrey Whittaker, contributed this [http://www.scipy.org/Wiki/Cookbook/Matplotlib/Maps plot] to matplotlib for geospatial projections of data.  * Jeffrey Whittaker, contributed this [[http://www.scipy.org/Wiki/Cookbook/Matplotlib/Maps|plot]] to matplotlib for geospatial projections of data.
Line 119: Line 90:
 * Yeong-Shang Log, [http://casa.colorado.edu/ CASA], is exploring space with the [http://www.stsci.edu/hst/ Hubble Space Telescope] in [http://www.stsci.edu/resources/software_hardware/pyraf/stsci_python Python].  * Yeong-Shang Log, [[http://casa.colorado.edu/|CASA]], is exploring space with the [[http://www.stsci.edu/hst/|Hubble Space Telescope]] in [[http://www.stsci.edu/resources/software_hardware/pyraf/stsci_python|Python]].
Line 121: Line 92:
 * [http://www.cs.colorado.edu/~martin/ Jim Martin], [http://www.colorado.edu CU Boulder], teaches [http://www.cs.colorado.edu/~martin/csci5582.html Intro to AI] and [http://www.cs.colorado.edu/~martin/csci5832.html Natural Language Processing] in Python. The NLP class uses the [http://nltk.sourceforge.net/ NL toolkit].  * [[http://www.cs.colorado.edu/~martin/|Jim Martin]], [[http://www.colorado.edu|CU Boulder]], teaches [[http://www.cs.colorado.edu/~martin/csci5582.html|Intro to AI]] and [[http://www.cs.colorado.edu/~martin/csci5832.html|Natural Language Processing]] in Python. The NLP class uses the [[http://nltk.sourceforge.net/|NL toolkit]].
Line 123: Line 94:
 * [http://verbs.colorado.edu/~mpalmer/ Martha Palmer], [http://www.colorado.edu CU Boulder], teaches a [http://verbs.colorado.edu/mpalmer/ling5200/ class on linguistics] in Python.  * [[http://verbs.colorado.edu/~mpalmer/|Martha Palmer]], [[http://www.colorado.edu|CU Boulder]], teaches a [[http://verbs.colorado.edu/mpalmer/ling5200/|class on linguistics]] in Python.
Line 125: Line 96:
 * Ravinder Singh and Scott Kelley, [http://www.colorado.edu CU Boulder], teach a [http://mcdb.colorado.edu/courses/6440/index.html class] on bioinformatics and molecular biology, using Biopython.  * Ravinder Singh and Scott Kelley, [[http://www.colorado.edu|CU Boulder]], teach a [[http://mcdb.colorado.edu/courses/6440/index.html|class]] on bioinformatics and molecular biology, using Biopython.
Line 127: Line 98:
 * [http://oubiwann.blogspot.com/ Duncan McGreggor], [http://pymon.sourceforge.net/ PyMon] and other projects.  * [[http://rmi.net/~lutz/|Mark Lutz]] has taught over 170 [[http://home.earthlink.net/~python-training/|Python training sessions]].
Line 129: Line 100:
 * [http://rmi.net/~lutz/ Mark Lutz] has taught over 170 [http://home.earthlink.net/~python-training/ Python training sessions].  * [[http://www.softwaresummit.com/2005/speakers/smith_mitchell.htm|Mitchell Smith]] works with Python at [[http://www.arraybiopharma.com/|Array Biopharma]].
Line 131: Line 102:
 * [http://www.softwaresummit.com/2005/speakers/smith_mitchell.htm Mitchell Smith] led the adoption of Python at [http://www.arraybiopharma.com/ Array Biopharma].  * [[http://uche.ogbuji.net/|Uche Ogbuji]] keeps us honest about XML.
Line 133: Line 104:
 * [http://uche.ogbuji.net/ Uche Ogbuji] keeps us honest about XML.  * Joe !VanAndel, [[http://www.ncar.ucar.edu/|NCAR]].
Line 135: Line 106:
 * Joe !VanAndel, [http://www.ncar.ucar.edu/ NCAR].  * [[http://www.percious.com/|Chris Perkins]]. Turbogears developer and TDD proponent. Current employed by NREL.
Line 137: Line 108:
 * [http://www.ophinity.com Demian Neidetcher], currently at [http://www.avaya.com Avaya], wrote a simple web gallery in Python called [http://pix.sf.net pix].  * [[http://www.ophinity.com|Demian Neidetcher]], currently at [[http://www.avaya.com|Avaya]], wrote a simple web gallery in Python called [[http://pix.sf.net|pix]].
Line 139: Line 110:
 * [http://www.jim-baker.com Jim Baker], [http://www.zyasoft.com Zyasoft] maintains the [http://zyasoft.com/pythoneering/ FR Pythoneering blog]. He also likes iterators. A [http://www.tummy.com/journals/entries/jafo_20060817_003823 lot]. Jim also co-founded Empact Solutions and [http://www.bizlogix.net BizLogix] and is now at [http://www.bivio.biz bivio Software].  * [[http://www.jim-baker.com|Jim Baker]], [[http://www.zyasoft.com|Zyasoft]] maintains the [[http://zyasoft.com/pythoneering/|FR Pythoneering blog]]. He also likes iterators. A [[http://www.tummy.com/journals/entries/jafo_20060817_003823|lot]]. Jim also co-founded Empact Solutions and [[http://www.bizlogix.net|BizLogix]] and is now at [[http://www.bivio.biz|bivio Software]].
Line 141: Line 112:
 * [http://www.tummy.com/journals/users/jafo Sean Reifschneider], [http://www.tummy.com tummy.com, ltd.], maintains many projects, including the [http://www.tummy.com/Community/software/python-memcached/ Python client] to the ever-useful [http://www.danga.com/memcached/ memcached].  * [[http://www.tummy.com/journals/users/jafo|Sean Reifschneider]], [[http://www.tummy.com|tummy.com, ltd.]], maintains many projects, including the [[http://www.tummy.com/Community/software/python-memcached/|Python client]] to the ever-useful [[http://www.danga.com/memcached/|memcached]].
Line 143: Line 114:
 * [http://shrogers.com/weblog Steve Rogers] does systems engineering at [http://www.seagate.com Seagate Technology].  * [[http://shrogers.com/weblog|Steve Rogers]] does systems engineering at [[http://www.seagate.com|Seagate Technology]].
Line 145: Line 116:
 * [http://www.churchillnavigation.com Churchill Navigation] in Boulder builds high-end navigation systems with a high-level Python interface.  * [[http://www.churchillnavigation.com|Churchill Navigation]] in Boulder builds high-end navigation systems with a high-level Python interface.
Line 147: Line 118:
 * DuncanMcGreggor lives in Loveland (just south of Fort Collins). He's a [http://twistedmatrix.com Twisted] guy and consults for [http://zenoss.com/ Zenoss].  * DuncanMcGreggor lives in Loveland (just south of Fort Collins). He's a [[http://twistedmatrix.com|Twisted]] guy and consults for [[http://zenoss.com/|Zenoss]].
Line 149: Line 120:
 * [http://www.sprout.org/matt Matt Boersma] in Boulder actually led the adoption of Python at [http://www.arraybiopharma.com/ Array BioPharma], where he works with five other full-time Pythonistas.  * [[http://www.sprout.org/matt|Matt Boersma]] in Boulder actually led the adoption of Python at [[http://www.arraybiopharma.com/|Array BioPharma]], where he works with five other full-time Pythonistas.

 * SeanGillies lives in Fort Collins, works at UNC-Chapel Hill's Ancient World Mapping Center on a historical geography project named [[http://pleiades.stoa.org|Pleiades]].

 * KenKinder lives in Boulder, works for a ''top secret'' company doing vertical search, and loiters Sunday afternoons on the Pearl Street Mall. [[http://kenkinder.com/|kenkinder.com]]

 * [[http://brosner.blogspot.com/|Brian Rosner]] lives in Highlands Ranch, works at [[http://www.churchpartner.com/|ChurchPartner]] writting Python for their e-commerce platform. In his spare time works on [[http://www.cherokee-project.com|Cherokee]].

 * [[http://eatthedots.blogspot.com|Casey Duncan]] lives in Castle Rock, but works for [[http://www.pandora.com|pandora.com]] in Oakland tending a herd of PostgreSQL databases and generally gluing everything together with Python. In his spare time he's been working on some [[http://code.google.com/p/caseman|Python games]] and the [[http://code.google.com/p/py-lepton|lepton particle engine]].

 * [[http://zodlogic.webfactional.com/mikekramlichsoft/|Mike Kramlich]] lives in Northglenn but his mind is on Mars. He does freelance contract software development but will engage in just about any venture that sounds interesting, a good skill fit, and profitable. Loooves Python. Wrote a Rogue-like in Python called [[http://DeadByZombie.com|Dead By Zombie]]. Also does iPhone, Java and Flash programming. Idea rabbit. Loves designing new tools, systems and applications.

 * Kurt Fehlhauer lives in Conifer and works at an e-payables company as a software architect. His interests include statistical analysis and making sense of polling data.
Line 157: Line 140:
 * [http://dim.com/~sms/bsc/ Boulder Software Club]  * [[http://www.bouldersoftware.org/|Boulder Software Club]]
Line 159: Line 142:
 * [http://www.agiledenver.org/ Agile Denver] organizes more formal meetings. [http://agile.meetup.com/24/ Agile Boulder] is a monthly meetup that's taken a lightning talk focus, well worth checking out.  * [[http://www.agiledenver.org/|Agile Denver]] organizes more formal meetings. [[http://agile.meetup.com/24/|Agile Boulder]] is a monthly meetup that's taken a lightning talk focus, well worth checking out.
Line 161: Line 144:
 * [http://www.boulderjug.org/ Boulder Java Users Group]  * [[http://www.boulderjug.org/|Boulder Java Users Group]]
Line 163: Line 146:
 * [http://boulder.pm.org/ Boulder Perl Mongers]. They don't meet formally often - perhaps 2 or 3 times in the last 6 years? - but doesn't prevent other modes of meeting like hikes and disk golf.  * [[http://www.denverjug.org/|Denver Java Users Group]] Meet the 2nd Wed. of every month at Tivoli in Denver. Let us know if you want another [[http://www.jython.org/Project/|Jython]] talk and who you want to speak.
Line 165: Line 148:
 * [http://rubyforge.org/projects/bdrg/ Boulder-Denver Ruby Group]  * [[http://boulder.pm.org/|Boulder Perl Mongers]]. They don't meet formally often - perhaps 2 or 3 times in the last 6 years? - but doesn't prevent other modes of meeting like hikes and disk golf.

 * [[http://rubyforge.org/projects/bdrg/|Boulder-Denver Ruby Group]]
Line 169: Line 154:
= Projects =

We (collectively) are the maintainers of Django's Oracle support. Ian Kelly is the driving force of this support.
Line 171: Line 160:
Thanks to [http://tummy.com tummy.com, ltd.] and their principals, SeanReifschneider and Evelyn Mitchell, for generously hosting our web site and mailing list. Thanks to [[http://tummy.com|tummy.com, ltd.]] and their principals, SeanReifschneider and Evelyn Mitchell, for generously hosting our web site and mailing list.
----
CategoryHomepage

Contents

About Us

Front Range Pythoneers are an active Python users group meeting in Boulder and Denver, Colorado, USA.

Activities

We meet every third Wednesday of the month to learn from talks about Python topics, to swap stories and coding tips, and to enjoy food and drink. But we don't just talk about Python, we live it: on the first Saturday of most months, we get together for a code sprint. Front Range Pythoneers are proud to have contributed as a group to TurboGears2, Jython, Django, and IPython.

Join us! Whether you're just learning Python or have already memorized the output of "import this", you'll find something worthwhile.

The Mailing List and Wiki

Please join our mailing list and check this page at the Python Wiki for more information about Front Range Pythoneers.

Meetings and Sprints

We just happen to have the friendliest bunch of Python people coming to our meetings. So why not come too?

Future Events

Previous Events

Unconference: November 13, 2010

Details are here.

An unconference is a conference that is organized and run by the participants. The more you put into it, the more you'll get out of it. For more information about unconferences, click here http://en.wikipedia.org/wiki/Unconference

Meeting: Sept 29, 2010, 6 PM - 8 PM

Message Passing Concurrency with Python and ZeroMQ

Meeting: August 25, 2010, 6 PM - 8 PM

Applications in Parallel Computing with iPython

Meeting: July 25, 2010, 6 PM - 8 PM

MongoDB

Unconference: October 10, 2009

We're going to try something new: an unconference. Conference Saturday October 10th, followed by code sprints Sunday October 11. Details are here.

An unconference is a conference that is organized and run by the participants. The more you put into it, the more you'll get out of it. For more information about unconferences, click here http://en.wikipedia.org/wiki/Unconference

Meeting: April 8, 2009, 6 PM - 8 PM

We'll meet in Boulder, one week earlier than usual. Maciej Fijalkowski will discuss his PyPy work, and we'll hear a recap of PyCon 2009.

Meeting: March 18, 2009, 6 PM - 8 PM

We had free-range conversation, food, and drink. Folks from tuggl.com were there looking to hire Django people, and we talked a lot about the state of iPhone and Android development.

Meeting: February 18, 2009, 6 PM - 8 PM

We met at Wynkoop's in Denver and had "Python Q&A Night."

Meeting: January 21, 2009, 6 PM - 8 PM

Neal McBurnett described auditing Boulder County election results using Python and Django.

More

See our archive page for details of older events.

Guide to Front Range Pythoneering

People

Please help expand this local guide! (Also feel free to remove yourself from this list, if that makes sense personally.)

Groups

There are some other great groups in the area that we interact with on a periodic basis. Shared membership helps here!

Please add your favorite group here if it seems relevant to local Pythoneering.

Projects

We (collectively) are the maintainers of Django's Oracle support. Ian Kelly is the driving force of this support.

Acknowledgments

Thanks to tummy.com, ltd. and their principals, SeanReifschneider and Evelyn Mitchell, for generously hosting our web site and mailing list.


CategoryHomepage

FrontRangePythoneers (last edited 2014-05-07 21:25:38 by shawnjohnson)

Unable to edit the page? See the FrontPage for instructions.