Differences between revisions 46 and 111 (spanning 65 versions)
Revision 46 as of 2007-04-20 19:54:26
Size: 16241
Editor: ice
Comment: added links to presentations at PyCon
Revision 111 as of 2014-03-17 00:07:11
Size: 10957
Editor: nhaines
Comment: Reverted vandalized page.
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. But perhaps the best part about our group is that we don't just talk about how to use Python, we also do things together. We share our stories on what works and what doesn't at our meetings. Our presentations often have a hands-on component. And to truly make it hands-on, we sprint together almost every month, usually the first Saturday. The next sprint is on IPython1. 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:
We also have adopted [http://code.djangoproject.com/wiki/OracleBranch Oracle support in Django] as an ongoing project of the FRP. This builds on an earlier BoulderSprint.

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 21: 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 23: 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 25: 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 27: Line 24:
== Next Meeting: May 16, 2007, 6-8 PM ==

Weather research with Python:

 * Location: [http://www.bivio.biz/ bivio Software, Inc.]

 * Joe !VanAndel will present how his group programs weather balloons with Python.
 * [[http://www.meetup.com/frpythoneers/|Meetup.com]] is a great way to keep abreast of Front Range Pythoneers' activities.
Line 36: Line 27:
== IPython1 Sprint: April 28, 2007 ==

The date has been finalized to April 28th.

 * [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 46: Line 31:
== Meeting: April 18, 2007, 6-8 PM == == Unconference: November 13, 2010 ==
Line 48: Line 33:
 * Location: [http://www.bivio.biz/ bivio Software, Inc.] Details are [[FrontRangePythoneersUc10|here]].
Line 50: Line 35:
 * Discover [http://oubiwann.blogspot.com/2007/03/python-will-rule-world.html how Python will rule the world]. In a good way, of course! Matt Boersma presented a short introduction to the One Laptop per Child project, and then allowed people to play with the [http://en.wikipedia.org/wiki/One_Laptop_per_Child green XO laptop] at their leisure. He also led us through installing and using it our own laptops. The foundation of this project is Sugar, which is programmed in Python. As local Pythoneer DuncanMcGreggor [http://oubiwann.blogspot.com/2007/03/python-will-rule-world.html points out], there's an amazing potential in children discovering the "mutability of [their] universe]" and "view source", whether it was in Basic for a certain generation, on the web, or now in the OLPC effort. 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:
 * Lightning talks on testing. In an influential article, Bruce Eckel advocated for [http://www.mindview.net/WebLog/log-0025 strong testing instead of strong (declarative) typing]. What are you doing to test your Python code? And how does that fit into a test-driven culture? At the last meeting, there was a strong interest in anecdotes, so please feel free to share, with slides, at the white board, or just in informal discussion. == Meeting: Sept 29, 2010, 6 PM - 8 PM ==
Line 54: Line 39:
 * BoulderSprint. The next sprint will be Saturday, April 28 on the [http://ipython.scipy.org/moin/Developer_Zone/Sprint IPython1 Beta]. Fernando Perez and Brian Granger will be coaching. This would be an excellent opportunity to learn about decorators, Twisted, distributed unit testing, and other advanced Python concepts while helping getting this amazing shell to beta status. Message Passing Concurrency with Python and ZeroMQ
Line 56: Line 41:
== Meeting: March 21, 2007, 6-8 PM == == Meeting: August 25, 2010, 6 PM - 8 PM ==
Line 58: Line 43:
 * Matt Boersma presented "Write Less Code with XRC for wxPython": an easier way to do GUI layout using wxPython's XML-based resource system. [http://us.pycon.org/common/talkdata/PyCon2007/079/xrc4wxpy.tgz Slides , demo code, and useful base classes]. Applications in Parallel Computing with iPython
Line 60: Line 45:
 * Sean Reifschneider presented "Python and vim: Two great tastes that go great together". The vim editor includes extensive abilities for customization and scripting. In addition to its own simple macro language, vim also supports calling Python code. This Python code has access back into vim for manipulating the edit buffer as well as running normal vim commands. Examples demonstrated in this talk will include automatically detecting indentation style (tabs/N spaces), automatic update of DNS "serial" numbers when editing DNS zone files, mail alias tab-expansion, and a time tracking application using a "domain specific vim" as the user interface. [http://www.tummy.com/Community/Presentations/ Slides] == Meeting: July 25, 2010, 6 PM - 8 PM ==
Line 62: Line 47:
== PyCon: February 23-25, 2007 == MongoDB
Line 64: Line 49:
 * [http://us.pycon.org/TX2007/HomePage PyCon 2007] Dallas/Addison TX. List of attendees from the Front Range: == Unconference: October 10, 2009 ==
Line 66: Line 51:
 0. Matt Boersma. Presented [http://us.pycon.org/common/talkdata/PyCon2007/079/xrc4wxpy.tgz Write Less Code with XRC for wxPython]
 0. Eric Dobbs. Sprinted on Jython.
 0. Brian Granger. Presented [http://us.pycon.org/common/talkdata/PyCon2007/061/ipython1_pycon_2007.pdf Interactive Parallel and Distributed Computing with IPython] and [http://us.pycon.org/common/talkdata/PyCon2007/058/ipython_pycon_2007.pdf IPython: getting the most out of working interactively in Python]
 0. Evelyn Mitchell
 0. Sean Reifschneider. Presented [http://www.tummy.com/Community/Presentations/ Python and vim: Two great tastes that go great together]. And he [http://www.tummy.com/journals/entries/jafo_20070315_154951 ran the network]!
 0. Jim Baker. Presented [http://us.pycon.org/common/talkdata/PyCon2007/028/IteratorsInActionWithNotes.pdf Iterators in Action]. Sprinted on Jython.
 0. SteveRogers
 0. Michelle Cyr
 0. DuncanMcGreggor. Represented Twisted on the [http://us.pycon.org/TX2007/WebFrameworksPanel Web Frameworks Panel]
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 76: Line 53:
Audio and other presentation materials can be found [http://us.pycon.org/apps07/schedule/ 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]]
Line 78: Line 55:
== Meeting: February 21, 2007 == == Meeting: April 8, 2009, 6 PM - 8 PM ==
Line 80: 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 82: Line 59:
 * 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. [http://us.pycon.org/common/talkdata/PyCon2007/058/ipython_pycon_2007.pdf Slides].
Line 84: Line 60:
 * 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 :) [http://us.pycon.org/common/talkdata/PyCon2007/028/IteratorsInActionWithNotes.pdf Slides]. == Meeting: March 18, 2009, 6 PM - 8 PM ==
Line 86: Line 62:
Other items we talked about: 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 88: Line 64:
 * BoulderSprint. We had a great JythonSprint, focusing on getting IPython to work on it. The next sprint will be in April, also on IPython. == Meeting: February 18, 2009, 6 PM - 8 PM ==
Line 90: Line 66:
 * 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 met at Wynkoop's in Denver and had "Python Q&A Night."
Line 92: Line 68:
== Sprint: February 3, 2007 == == Meeting: January 21, 2009, 6 PM - 8 PM ==
Line 94: Line 70:
 * 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. Neal McBurnett described auditing Boulder County election results using Python and Django.
Line 96: Line 72:
 * Location: [http://www.bivio.biz/ bivio Software, Inc.]. == More ==
Line 98: Line 74:
== Meeting: January 17, 2007 ==

 * Location: [http://www.churchillnavigation.com Churchill Navigation].

Topics and people attending include the following:

 * 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.

 * 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.

 * 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]. [http://us.pycon.org/common/talkdata/PyCon2007/061/ipython1_pycon_2007.pdf Slides].

== Sprint: January 6, 2007 ==

 * JythonSprint. We talked about rethinking the existing compiler to converge on !CPython 2.5/trunk.

== 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 135: Line 81:
 * [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 137: Line 83:
 * 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 139: Line 85:
 * 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 141: Line 87:
 * 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 143: Line 89:
 * 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 145: Line 91:
 * [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 147: Line 93:
 * [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 149: Line 95:
 * 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 151: Line 97:
 * [http://rmi.net/~lutz/ Mark Lutz] has taught over 170 [http://home.earthlink.net/~python-training/ Python training sessions].  * [[http://rmi.net/~lutz/|Mark Lutz]] has taught over 170 [[http://home.earthlink.net/~python-training/|Python training sessions]].
Line 153: Line 99:
 * [http://www.softwaresummit.com/2005/speakers/smith_mitchell.htm Mitchell Smith] works with Python at [http://www.arraybiopharma.com/ Array Biopharma].  * [[http://www.softwaresummit.com/2005/speakers/smith_mitchell.htm|Mitchell Smith]] works with Python at [[http://www.arraybiopharma.com/|Array Biopharma]].
Line 155: Line 101:
 * [http://uche.ogbuji.net/ Uche Ogbuji] keeps us honest about XML.  * [[http://uche.ogbuji.net/|Uche Ogbuji]] keeps us honest about XML.
Line 157: Line 103:
 * Joe !VanAndel, [http://www.ncar.ucar.edu/ NCAR].  * Joe !VanAndel, [[http://www.ncar.ucar.edu/|NCAR]].
Line 159: Line 105:
 * [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.percious.com/|Chris Perkins]]. Turbogears developer and TDD proponent. Current employed by NREL.
Line 161: Line 107:
 * [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.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 163: Line 109:
 * [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.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 165: Line 111:
 * [http://shrogers.com/weblog Steve Rogers] does systems engineering at [http://www.seagate.com Seagate Technology].  * [[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 167: Line 113:
 * [http://www.churchillnavigation.com Churchill Navigation] in Boulder builds high-end navigation systems with a high-level Python interface.  * [[http://shrogers.com/weblog|Steve Rogers]] does systems engineering at [[http://www.seagate.com|Seagate Technology]].
Line 169: Line 115:
 * DuncanMcGreggor lives in Loveland (just south of Fort Collins). He's a [http://twistedmatrix.com Twisted] guy and consults for [http://zenoss.com/ Zenoss].  * [[http://www.churchillnavigation.com|Churchill Navigation]] in Boulder builds high-end navigation systems with a high-level Python interface.
Line 171: Line 117:
 * [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.  * 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 173: Line 119:
 * 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].  * [[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 181: Line 139:
 * [http://dim.com/~sms/bsc/ Boulder Software Club]  * [[http://www.bouldersoftware.org/|Boulder Software Club]]
Line 183: Line 141:
 * [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 185: Line 143:
 * [http://www.boulderjug.org/ Boulder Java Users Group]  * [[http://www.boulderjug.org/|Boulder Java Users Group]]
Line 187: Line 145:
 * [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 189: Line 147:
 * [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 195: Line 155:
We (collectively) are the maintainers of Django's Oracle support. Matt Boersma is the driving force of this support. We (collectively) are the maintainers of Django's Oracle support. Ian Kelly is the driving force of this support.
Line 199: Line 159:
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.

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.