<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Montreal Python &#187; python</title>
	<atom:link href="http://www.montrealpython.org/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.montrealpython.org</link>
	<description>Home of the Montreal Python User Group</description>
	<lastBuildDate>Tue, 09 Mar 2010 16:30:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Learning Python, 4th Edition: Python Learning Reloaded!</title>
		<link>http://www.montrealpython.org/2010/02/learning-python-4th-edition-python-learning-reloaded/</link>
		<comments>http://www.montrealpython.org/2010/02/learning-python-4th-edition-python-learning-reloaded/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:29:39 +0000</pubDate>
		<dc:creator>Ahmed Al-Saadi</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[Book Review]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=273</guid>
		<description><![CDATA[Learning Python is a well-written book by an experienced Python trainer that has served the Python community well since the first edition was published, back in 1999. Now at its fourth edition, this book by Mark Lutz arguably continues to be Python&#8217;s bible. This article reviews the fourth edition by discussing the target audience, scope, content, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Learning Python</em> is a well-written book by an experienced Python trainer that has served the Python community well since the first edition was published, back in 1999. Now at its fourth edition, this book by Mark Lutz arguably continues to be Python&#8217;s bible. This article reviews the fourth edition by discussing the target audience, scope, content, and pedagogical features. It concludes by a recommendation.</p>
<h2>Audience</h2>
<p>This book is intended as an introductory text to programmers new to Python.  Although people with no programming experience are not discouraged from reading it, they are warned that time is mostly spent teaching Python, not programming fundamentals. I agree with this picture, though from my own experience as well as those of others, the book is equally valuable to more experienced Python programmers both as a pseudo-reference, and as an introduction to more advanced topics. The critical point here is that the book does not make assumptions about educational or vocational experiences and provides many examples, which renders the book approachable by a large audience.</p>
<h2>Scope</h2>
<p>Both Python 2.6 and 3.x are covered in this edition. However, the latest 3.x line is considered the reference from which variations in 2.6 are discussed when appropriate. This approach is logical; the new Python 3.x presents a major change to the language, but is not sufficiently dominant to warrant exclusive treatment.</p>
<p>This book discusses the Python language and excludes the Python standard and non-standard libraries. The latter are discussed in other places, including Lutz&#8217;s own <em>Programming Python,</em> which stands at its third edition at the time of writing of this article. I find this separation necessary because of size considerations and, in fact, this division did not exist in the first edition of the book! However, one topic does not seem to fit in the language/libraries division, and that is packaging and deployment.</p>
<p>I will argue that there aren&#8217;t many (if any) books that discuss packaging and deployment of Python programs. I will also argue that this topic should be included in the book being reviewed here since it is essential to real Python programming. Since Lutz discusses the Python run-time environment, I do not think it would detract from the book&#8217;s coherence to include a single chapter on packaging.  It is possible that the proliferation of various packaging and deployment options such as distutils, setuptools, pip, buildout, virtualenv, paver, fabric and others, is the reason for this exclusion. Or it could be that these tools are in a state of major flux that any text will be quickly outdated.  If size is the reason for this exclusion, maybe Lutz or someone else can publish a <em>&#8220;Packaging and Deploying Python&#8221;</em> as a separate volume.</p>
<h2>Content</h2>
<p>The book starts by making a case for the use of Python. Both the features of the language and its prominent users are discussed to build credibility. Then, the run-time environment is discussed: how to run programs in various ways on various operating systems and language interpreters.</p>
<p>Types and statements, which are at the core of any language, are discussed next. Notably, there is an excellent discussion on the topic of iterators and generators (both are also covered in a later chapter).  Functions, modules and classes are then introduced. The text also includes a discussion of general object-oriented programming (OOP) principles which I find to be invaluable, as it brings the topic of classes to life.</p>
<p>Exceptions are introduced and discussed in detail. The placement here is appropriate since exceptions are now objects in Python so classes had to be discussed first. This chapter should prove to be especially useful for people migrating from other languages that do not have simple, yet effective, exception-handling constructs.</p>
<p>Finally, four advanced topics are covered: decorators, unicode, managed attributes, and meta-classes. I find the first two to be absolutely necessary for almost any system nowadays, even the smaller ones! The latter two are not as ubiquitous, but should be useful to more experienced programmers.</p>
<p>I should mention here that the discussion of the topics mentioned above doesn&#8217;t stop at the basics, but provides comprehensive coverage. This is also the case with the discussion of topics such as dynamic typing, inheritance order, iterators, generators, comprehensions, and functional programming, among many others. There is even an interlude on documentation and the pydoc library.</p>
<h2>Pedagogical Features</h2>
<p>Like many programming texts, <em>Learning Python</em> uses small programming examples (appropriately executed in the Python interactive shell). These small examples hope to capture the essence of the topic at hand, and it does that well within the limitations of a small-scale context. This fourth edition adds a new chapter on classes (Chapter 27) that contains a more realistic code example presented in a tutorial format.</p>
<p>In addition to examples, each chapter ends with a summary of the chapter&#8217;s content as well as a quiz. The quiz is immediately followed by its answers for easy reference. I have to admit that I do not use any of these two features, so I will not be able to comment on their efficacy.</p>
<h2>Conclusion</h2>
<p>Like many O&#8217;Reilly books, this is a well-written, coherent, and beautifully type-set book. I highly recommend it to anyone who wants to, or already does, program using python. It should help the novice in their transition to an excellent programming language, or otherwise, make an already familiar environment more powerful in the hands of veterans.</p>
<blockquote><p><em>About the reviewer: Ahmed Al-Saadi is a Software Analyst who works for a Montreal Python house. He wrote his first lines of code on a Sinclair ZX Spectrum+, though unfortunately not in Python at the time.</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2010/02/learning-python-4th-edition-python-learning-reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MontrealPython4 &#8211; Thursday September 25 @18h30</title>
		<link>http://www.montrealpython.org/2008/09/montrealpython4-thursday-september-25-18h30/</link>
		<comments>http://www.montrealpython.org/2008/09/montrealpython4-thursday-september-25-18h30/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 02:53:53 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[montrealpython]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=38</guid>
		<description><![CDATA[We are back, with a new location and a cool presentation in store for you. Thursday September 25th @ 18h30 at http://labanque.ca/ - 175 Roy Map.  Our presentation will be from Hugo. Here is the intro.
Python for the machinist
In this presentation, I will show you how I use Python to create physical objects, circuits and machine elements. This presentation [...]]]></description>
			<content:encoded><![CDATA[<p>We are back, with a new location and a cool presentation in store for you. Thursday September 25th @ 18h30 at <span style="border-collapse: collapse; font-family: arial; font-size: 13px; line-height: normal" class="Apple-style-span"><strong><a href="http://labanque.ca/" style="color: #0000cc" target="_blank">http://labanque.ca/</a></strong><span style="border-collapse: separate; font-family: Georgia; font-size: 16px; line-height: 20px" class="Apple-style-span"> - <span style="border-collapse: collapse; font-family: arial; font-size: 13px; line-height: normal" class="Apple-style-span">175 Roy <span style="border-collapse: separate; font-family: Georgia; font-size: 16px; line-height: 20px" class="Apple-style-span"><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=175+Roy&amp;sll=45.517349,-73.562963&amp;sspn=0.012509,0.019312&amp;ie=UTF8&amp;ll=45.517354,-73.567994&amp;spn=0.012509,0.019312&amp;t=h&amp;z=16&amp;iwloc=addr" title="Map to labanque.">Map</a>.  Our presentation will be from Hugo. Here is the intro.</span></span></span></span></p>
<blockquote style="border-style: none; margin: 0px 0px 0px 40px; padding: 0px" class="webkit-indent-blockquote"><p><span style="border-collapse: collapse; font-family: arial; font-size: 13px; line-height: normal" class="Apple-style-span">Python for the machinist</span></p></blockquote>
<blockquote style="border-style: none; margin: 0px 0px 0px 40px; padding: 0px" class="webkit-indent-blockquote"><p><span style="border-collapse: collapse; font-family: arial; font-size: 13px; line-height: normal" class="Apple-style-span">In this presentation, I will show you how I use Python to create physical objects, circuits and machine elements. This presentation will walk you through simple python programs that generate instructions for CNC (Computer Numerical Control) equipment, and  include a live demo where a &#8216;useful&#8217; object will be created  on a personal milling machine. There should be ample time left for an interesting technical discussion to follow.</span></p></blockquote>
<p>We will have refreshments available (beer, soda) as well as some food.</p>
<p>Also, there will be time for lightning talks, announcements before the presentation. The registration is back on the wiki&#8230;  <a href="http://www.barcampmontreal.org/wiki/MontrealPython4" title="MontrealPython4">http://www.barcampmontreal.org/wiki/MontrealPython4 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2008/09/montrealpython4-thursday-september-25-18h30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MontrealPython3 &#8211; thanks, link</title>
		<link>http://www.montrealpython.org/2008/06/montrealpython3-thanks-link/</link>
		<comments>http://www.montrealpython.org/2008/06/montrealpython3-thanks-link/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 19:21:20 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[montrealpython]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=35</guid>
		<description><![CDATA[MontrealPython3 was a lot of fun. Martin Blais gave us 2 very interesting presentations. In case you missed it or want to follow up, you can find snakefood, beancount and more at http://furius.ca/home/software.html.
Thanks again to StandoutJobs for lending us their space and Akoha for the refreshments.
MontrealPython4 will be July 31st. We&#8217;ll have more details in [...]]]></description>
			<content:encoded><![CDATA[<p>MontrealPython3 was a lot of fun. Martin Blais gave us 2 very interesting presentations. In case you missed it or want to follow up, you can find snakefood, beancount and more at <a href="http://furius.ca/home/software.html" title="Furius.ca - Martin Blais" target="_blank">http://furius.ca/home/software.html</a>.</p>
<p>Thanks again to StandoutJobs for lending us their space and Akoha for the refreshments.</p>
<p>MontrealPython4 will be July 31st. We&#8217;ll have more details in the weeks to come.</p>
<p align="right"> &#8211;Arach</p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2008/06/montrealpython3-thanks-link/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MontrealPython3 &#8211; June 26 2008 @ 6:30PM</title>
		<link>http://www.montrealpython.org/2008/06/montrealpython3-june-26-2008-630pm/</link>
		<comments>http://www.montrealpython.org/2008/06/montrealpython3-june-26-2008-630pm/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 13:33:00 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[montrealpython]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[montrealpython3]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=34</guid>
		<description><![CDATA[ MontrealPython3 will be held June 26 2008 @ 6:30PM. We’ll be meeting at Standout Jobs : 3981 boul. St. Laurent, Suite 615, Montreal.  Going forward, we will do one presentation per meetup. This will be more convenient for lots of people, who have to leave before the end and feel bad about it&#8230;
Our [...]]]></description>
			<content:encoded><![CDATA[<p><small class="date"><span class="date_year"></span></small> MontrealPython3 will be held June 26 2008 @ 6:30PM. We’ll be meeting at Standout Jobs : 3981 boul. St. Laurent, Suite 615, Montreal.  Going forward, we will do one presentation per meetup. This will be more convenient for lots of people, who have to leave before the end and feel bad about it&#8230;</p>
<p>Our presenter will be Martin Blais, who will give one of his proposed presentations <strong>(Snakefood / Beancount)</strong>.</p>
<p><span id="more-34"></span>PS. There will not be another huge gap between events&#8230; To make sure this is credible, we have set the next date already : July 31st. Hopefully, Hugo Boyer will be the presenter for MP4 and talk to us about &#8220;Using python to make real objects&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2008/06/montrealpython3-june-26-2008-630pm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s a good time to be a Python programmer!</title>
		<link>http://www.montrealpython.org/2008/03/its-a-good-time-to-be-a-python-programmer/</link>
		<comments>http://www.montrealpython.org/2008/03/its-a-good-time-to-be-a-python-programmer/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 00:12:28 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[disney]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[socal piggies]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=28</guid>
		<description><![CDATA[Grig Gheorghiu  from SoCal piggies says:
We had the SoCal Piggies meeting at the Disney Animation Studios last night. It was a great meeting &#8212; great presentations from Disney engineers on how they use Python at Disney (and they use it A LOT!), great food, great turnout, and great atmosphere. Let me tell you &#8212; the [...]]]></description>
			<content:encoded><![CDATA[<p>Grig Gheorghiu  from SoCal piggies says:</p>
<blockquote><p>We had the SoCal Piggies meeting at the Disney Animation Studios last night. It was a great meeting &#8212; great presentations from Disney engineers on how they use Python at Disney (and they use it A LOT!), great food, great turnout, and great atmosphere. Let me tell you &#8212; the Disney Animation Studios are *lush*. Thanks to Paul Hildebrandt for organizing the meeting.</p>
<p>I&#8217;ll probably blog separately about the technical content of the presentations, but for now I just wanted to comment on the fact that everybody seems to be hiring Python programmers &#8212; <a href="http://gorillanation.com/">Gorilla Nation</a> and <a href="http://https//www.virgincharter.com/">Virgin Charter</a> are just two companies in the L.A. area that are aggressively looking to hire Python talent. Another thing: we used to have difficulties in finding venues for our meetings. We used to meet at either USC or Caltech, and around 10-12 people max. would show up. Now companies are clamoring for organizing the meetings at their offices, and we have 20-30 people in the audience, with many new faces at every meeting. Even more: Ruby on Rails programmers are showing up at our meetings, looking for an opportunity to be more involved with Python!</p>
<p>I take that as a sign that Python has arrived. It&#8217;s a good time to be a Python programmer</p></blockquote>
<p><a href="http://agiletesting.blogspot.com/2008/03/its-good-time-to-be-python-programmer.html" title="It's a good time to be a python programmer.">http://agiletesting.blogspot.com/2008/03/its-good-time-to-be-python-programmer.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2008/03/its-a-good-time-to-be-a-python-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MontrealPython2 &#8211; sign up on facebook, the barcampmontreal wiki</title>
		<link>http://www.montrealpython.org/2008/03/montrealpython2-sign-up-on-facebook-the-barcampmontreal-wiki/</link>
		<comments>http://www.montrealpython.org/2008/03/montrealpython2-sign-up-on-facebook-the-barcampmontreal-wiki/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 02:29:44 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[montrealpython]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=27</guid>
		<description><![CDATA[If you&#8217;re on facebook, here is the event page for MontrealPython2: http://www.facebook.com/event.php?eid=22020974904
If you haven&#8217;t already, please sign-up on the barcamp wiki: http://barcampmontreal.org/wiki/MontrealPython2
Let people know about our next meetup.
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re on facebook, here is the event page for MontrealPython2: <a href="http://www.facebook.com/event.php?eid=22020974904" title="Facebook event - MontrealPython2">http://www.facebook.com/event.php?eid=22020974904</a></p>
<p>If you haven&#8217;t already, please sign-up on the barcamp wiki: <a href="http://barcampmontreal.org/wiki/MontrealPython2" title="BarCampMontreal's wiki page for MontrealPython2">http://barcampmontreal.org/wiki/MontrealPython2</a></p>
<p>Let people know about our next meetup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2008/03/montrealpython2-sign-up-on-facebook-the-barcampmontreal-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MontrealPython2 &#8211; second presentation about graphical programming with Python</title>
		<link>http://www.montrealpython.org/2008/03/montrealpython2-second-presentation-about-graphical-programming-with-python/</link>
		<comments>http://www.montrealpython.org/2008/03/montrealpython2-second-presentation-about-graphical-programming-with-python/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 04:38:41 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[montrealpython]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[MontrealPython2]]></category>
		<category><![CDATA[PyOpenGL]]></category>
		<category><![CDATA[PyQT]]></category>
		<category><![CDATA[Yannick Gingras]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=23</guid>
		<description><![CDATA[Yannick Gingras will be doing a presentation about graphical programming with Python.
For the first 35 mins, I can hack a toy app from scratch using PyQt and PyOpenGL.  After that, I will answer questions for 10 minutes.
I&#8217;m looking forward to that !
Arach
]]></description>
			<content:encoded><![CDATA[<p>Yannick Gingras will be doing a presentation about graphical programming with Python.</p>
<blockquote><p>For the first 35 mins, I can hack a toy app from scratch using PyQt and PyOpenGL.  After that, I will answer questions for 10 minutes.</p></blockquote>
<p>I&#8217;m looking forward to that !</p>
<p>Arach</p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2008/03/montrealpython2-second-presentation-about-graphical-programming-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyCon 2008 &#8211; Chicago</title>
		<link>http://www.montrealpython.org/2008/03/pycon-2008-chicago/</link>
		<comments>http://www.montrealpython.org/2008/03/pycon-2008-chicago/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 00:31:48 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[PyCon]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=17</guid>
		<description><![CDATA[PyCon 2008 is coming up next week, and it&#8217;s shaping up to be a great event.  You can find information at http://us.pycon.org/2008/about/, check out the blog http://pycon.blogspot.com/ . There is also a scheduler for the talks presented http://us.pycon.org/2008/conference/schedule/.
PyCon 2008, to be held soon in the Chicago area, has over 950 registered attendees at this time. [...]]]></description>
			<content:encoded><![CDATA[<p>PyCon 2008 is coming up next week, and it&#8217;s shaping up to be a great event.  You can find information at <a href="http://us.pycon.org/2008/about/" title="PyCon 2008" target="_blank">http://us.pycon.org/2008/about</a>/, check out the blog <a href="http://pycon.blogspot.com/" title="PyCon blog">http://pycon.blogspot.com/</a> . There is also a scheduler for the talks presented <a href="http://us.pycon.org/2008/conference/schedule/" title="PyCon schedule">http://us.pycon.org/2008/conference/schedule/.</a></p>
<blockquote><p>PyCon 2008, to be held soon in the Chicago area, has over 950 registered attendees at this time. That is over one and a half times the number of attendees from just the year before!</p></blockquote>
<p>BTW. David Goodger who gave our first presentation ever is the Chair of the conference.</p>
<p>Anybody from MP going to be at PyCon?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2008/03/pycon-2008-chicago/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A great first presenter, David Goodger &#8211; MontrealPython1 &#8211; Feb 7th 2008</title>
		<link>http://www.montrealpython.org/2008/01/a-great-first-presenter-david-goodger-montrealpython1-feb-7th-2008/</link>
		<comments>http://www.montrealpython.org/2008/01/a-great-first-presenter-david-goodger-montrealpython1-feb-7th-2008/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 03:39:03 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[montrealpython]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[MontrealPython1]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[PSF]]></category>
		<category><![CDATA[StandoutJobs]]></category>

		<guid isPermaLink="false">http://montrealpython.org/?p=13</guid>
		<description><![CDATA[We have the pleasure of hosting a talk by David Goodger at MontrealPython1. This is a talk that will be presented at PyCon later this year, and it&#8217;s an honour for us to have a member of the Python Software Foundation with us on Feb. 7th 2008.
I invite everyone who&#8217;s planning to attend MP1 to [...]]]></description>
			<content:encoded><![CDATA[<p>We have the pleasure of hosting a talk by David Goodger at MontrealPython1. This is a talk that will be presented at PyCon later this year, and it&#8217;s an honour for us to have a member of the Python Software Foundation with us on Feb. 7th 2008.</p>
<p>I invite everyone who&#8217;s planning to attend MP1 to take a look at the topic of the talk</p>
<blockquote><p> David Goodger (goodger [at] python [dot] org) regarding Polyform Puzzler (<a href="http://puzzler.sourceforge.net/" class="external free" title="http://puzzler.sourceforge.net/" rel="nofollow">http://puzzler.sourceforge.net/</a>) and Donald Knuth&#8217;s &#8220;Dancing Links Algorithm X&#8221; (DLX), anywhere from 10 minutes to an hour.  Also, PyCon :-)</p></blockquote>
<p>If you haven&#8217;t signed up yet, please edit the wiki page at<a href="http://www.barcampmontreal.org/wiki/MontrealPython1 " title="Montreal Python 1"> http://www.barcampmontreal.org/wiki/MontrealPython1</a>.</p>
<p>Thanks to all, looking forward to next Thursday</p>
<p>Arach</p>
<p>&#8212;</p>
<p>Nous avons le plaisir d&#8217;offrir une présentation de David Goodger à MontréalPython1. Cette présentation sera aussi présentée à PyCon en mars, et c&#8217;est un honneur pour nous d&#8217;avoir un membre de la Python Software Foundation avec nous le 7 février 2008.</p>
<p>J&#8217;invite tous ceux qui comptent être présent à MP1 à jeter un coup d&#8217;oeil au sujet de sa présentation.</p>
<blockquote><p> David Goodger (goodger [at] python [dot] org) regarding Polyform Puzzler (<a href="http://puzzler.sourceforge.net/" class="external free" title="http://puzzler.sourceforge.net/" rel="nofollow">http://puzzler.sourceforge.net/</a>) and Donald Knuth&#8217;s &#8220;Dancing Links Algorithm X&#8221; (DLX), anywhere from 10 minutes to an hour.  Also, PyCon :-)</p></blockquote>
<p>Si vous ne vous êtes pas encore inscrits, veuillez modifier le wiki à <a href="http://www.barcampmontreal.org/wiki/MontrealPython1 " title="Montreal Python 1"> http://www.barcampmontreal.org/wiki/MontrealPython1</a>.</p>
<p>Merci à tous et à la semaine prochaine,</p>
<p>Arach</p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2008/01/a-great-first-presenter-david-goodger-montrealpython1-feb-7th-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call for presenters &#8211; first meetup coming soon!</title>
		<link>http://www.montrealpython.org/2007/11/call-for-presenters/</link>
		<comments>http://www.montrealpython.org/2007/11/call-for-presenters/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 04:24:15 +0000</pubDate>
		<dc:creator>arach</dc:creator>
				<category><![CDATA[montreal]]></category>
		<category><![CDATA[montrealpython]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[presenter]]></category>
		<category><![CDATA[rencontre]]></category>

		<guid isPermaLink="false">http://www.montrealpython.org/?p=4</guid>
		<description><![CDATA[Montreal Python is alive and snaking (ref: A Frog In The Valley ).
We are planning to have our a first meetup very soon (the date and venue are going to be announced in the coming weeks). To make sure our first event is interesting, we would like to know what you would like to see. [...]]]></description>
			<content:encoded><![CDATA[<p>Montreal Python is alive and snaking (ref: <a href="http://www.afroginthevalley.com/2007/11/13/python-in-montreal-is-alive-and-snaking.html" title="Sylvain Carle's blog" target="_blank">A Frog In The Valley</a> ).</p>
<p>We are planning to have our a first meetup very soon (the date and venue are going to be announced in the coming weeks). To make sure our first event is interesting, we would like to know what you would like to see. As the post says, we are also looking for presenters, so if you want to talk about any topic, business, project or python related activity, please let us know.</p>
<p>You can drop us a line at contact@montrealpython.org or just post a comment here.</p>
<p>Arach &#8220;we&#8221; Tchoupani</p>
<p>=</p>
<p>Montreal Python est vivant et &#8230; serpente !</p>
<p>Nous allons organiser notre première rencontre d&#8217;ici peu. Nous annoncerons le lieu et la date dans les semaines à venir. Comme c&#8217;est une première rencontre, nous sommes intéressés à savoir ce dont vous aimeriez discuter. Nous cherchons des présentateurs, alors si vous avez un sujet, un projet ou une entreprise à présenter, faites-nous signe.</p>
<p>Vous pouvez envoyer un courriel à contact@montrealpython.org ou simplement écrire un commentaire ici.</p>
<p>Merci,</p>
<p>Arach &#8220;nous&#8221; Tchoupani</p>
]]></content:encoded>
			<wfw:commentRss>http://www.montrealpython.org/2007/11/call-for-presenters/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
