<?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>linuxNUS &#187; python</title>
	<atom:link href="http://linuxNUS.org/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxNUS.org</link>
	<description>An advocate of Linux and FOSS in Singapore</description>
	<lastBuildDate>Fri, 02 Jul 2010 03:41:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Singapore Python User Group Oct Meetup</title>
		<link>http://linuxNUS.org/2009/10/14/singapore-python-user-group-oct-meetup/</link>
		<comments>http://linuxNUS.org/2009/10/14/singapore-python-user-group-oct-meetup/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:03:07 +0000</pubDate>
		<dc:creator>Luther  Goh Lu Feng</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[External]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[pyglet]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sprint]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=928</guid>
		<description><![CDATA[Date: 15th October 2009 (Thursday)
Time: 7 pm to 9+ pm
Venue: Singapore Management University, SIS (School of Information System) Seminar Room 2.2

Planned program :

* Python Games Development in 60 minutes (as a Mini Sprint) – Mr. Morgan Heijdemann 


Pre-requisites : Because this is a mini-sprint, you need to bring your laptop computer for the hands-on. 
Pre-installations :  Please have python 2.5/2.6 and pyglet 1.1.3 installed beforehand. (http://www.pyglet.org/download.html)

* Python Programming on Your Browser – Dr. Liew Beng Keat 



* PyCon - Call for Papers (Stand up Singapore!) – Dr. Maurice Ling ...]]></description>
			<content:encoded><![CDATA[<p>Date: 15th October 2009 (Thursday)
Time: 7 pm to 9+ pm
Venue: Singapore Management University, SIS (School of Information System) Seminar Room 2.2</p>

<p>Planned program :</p>

<pre><code>* Python Games Development in 60 minutes (as a Mini Sprint) – Mr. Morgan Heijdemann 
</code></pre>

<p>Pre-requisites : Because this is a mini-sprint, you need to bring your laptop computer for the hands-on. 
Pre-installations :  Please have python 2.5/2.6 and pyglet 1.1.3 installed beforehand. (<a href="http://www.pyglet.org/download.html">http://www.pyglet.org/download.html</a>)</p>

<pre><code>* Python Programming on Your Browser – Dr. Liew Beng Keat 



* PyCon - Call for Papers (Stand up Singapore!) – Dr. Maurice Ling 
</code></pre>

<p>·         PUG website – Connecting our Community – Mr. Abhaya Shenoy</p>

<pre><code>* Lightning talks - Open Invitation. 
</code></pre>

<p><a href="http://pycon.sit.rp.sg/events/5th-singapore-python-user-group-meeting">More details at the website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxNUS.org/2009/10/14/singapore-python-user-group-oct-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Meetup Jul 09</title>
		<link>http://linuxNUS.org/2009/07/03/python-meetup-jul-09/</link>
		<comments>http://linuxNUS.org/2009/07/03/python-meetup-jul-09/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 18:04:41 +0000</pubDate>
		<dc:creator>Luther  Goh Lu Feng</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[External]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=651</guid>
		<description><![CDATA[4th Singapore Python User Group Meeting

SMU School of Information Systems NSR 2.1
What

When    Jul 16, 2009
from 07:00 pm to 09:00 pm
Where   SMU School of Information Systems NSR 2.1

We&#8217;ve got exciting topics lined up for our coming meeting. Mark out your diary guys!

Planned Program

Topic : DigiBanner : An Interactive Multi-Screen Network Application
Speaker : Morgan Heijdemann
Synopsis :
In this talk, Morgan will demonstrate the capabilities of Python in delivering  a desktop realtime application. It shows the use of sockets (client/server), (queued) threading, the power of pickle, pyglet and ...]]></description>
			<content:encoded><![CDATA[<p>4th Singapore Python User Group Meeting</p>

<p>SMU School of Information Systems NSR 2.1
What</p>

<p>When    Jul 16, 2009
from 07:00 pm to 09:00 pm
Where   SMU School of Information Systems NSR 2.1</p>

<p>We&#8217;ve got exciting topics lined up for our coming meeting. Mark out your diary guys!</p>

<p>Planned Program</p>

<p>Topic : DigiBanner : An Interactive Multi-Screen Network Application
Speaker : Morgan Heijdemann
Synopsis :
In this talk, Morgan will demonstrate the capabilities of Python in delivering  a desktop realtime application. It shows the use of sockets (client/server), (queued) threading, the power of pickle, pyglet and the integration of wiiMotes. The application was developed with help of students in less than a month.</p>

<p>Topic : Using Google Application Engine and Amazon Web Services Together
Speaker : Chris Boesch
Synopsis :
In this talk, Chris will discuss an application that he has developed using the Google Application Engine (GAE) and Amazon Web Services (AWS). The application is designed to leverage the identity, scalability, and availability provided by GAE to implement public interfaces and then utilize Amazon EC2 and S3 where the GAE restrictions are too limiting. Python is used to implement both the GAE application code and code running in Amazon EC2 instances.</p>

<p>Topic : PUG
Speaker : Liew Beng Keat
Synopsis :
Python User Group (Singapore) is now a registered society. Beng Keat will introduce the members of the Pro-Tem committee and share plans for the society moving forward and in view of PyCon 2010.</p>

<p>Topic : Lightning Talks
Speaker : Open Invitation. Come on guys!
Synopsis :
All (personal) projects that you have done using Python. If you&#8217;ve never given a talk before, Lightning Talks are a good place to start. You don&#8217;t need to make slides, but if you do, you only need to make three.</p>

<p>Any volunteers for talks for future sessions, pls do drop an email to liew_beng_keat@rp.sg.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxNUS.org/2009/07/03/python-meetup-jul-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python meetup Apr 09</title>
		<link>http://linuxNUS.org/2009/04/14/python-meetup-apr-09/</link>
		<comments>http://linuxNUS.org/2009/04/14/python-meetup-apr-09/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:06:06 +0000</pubDate>
		<dc:creator>Luther  Goh Lu Feng</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[External]]></category>
		<category><![CDATA[chicago]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[ipython]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[pycon]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://linuxNUS.org/?p=519</guid>
		<description><![CDATA[Exam stress mounting? Come chill out at the 3rd Python Meetup.

Date: Thursday, April 16, 2009
Time: 7:00pm &#8211; 9:00pm
Location: SMU, SIS (School of Information System) NSR 2.2 (slight change in venue. Its beside the previous)

Agenda:


    iPython – Andrew Hadinyoto

    PyCon Chicago 2009 – Sharing – Liew Beng Keat, Morgan Heijdemann

    An Ajax Django App with Revision Control Features using Myer&#8217;s Algorithm &#8211; Calvin Cheng

    Lightning talks &#8211; Open Invitation

    Snacks and Tea 




You can rsvp here.
]]></description>
			<content:encoded><![CDATA[<p>Exam stress mounting? Come chill out at the 3rd Python Meetup.</p>

<p>Date: Thursday, April 16, 2009
Time: 7:00pm &#8211; 9:00pm
Location: SMU, SIS (School of Information System) NSR 2.2 (slight change in venue. Its beside the previous)</p>

<p>Agenda:</p>

<ul>
    <li><a href="http://ipython.scipy.org/moin/">iPython</a> – Andrew Hadinyoto</li>

    <li><a href="http://us.pycon.org/">PyCon Chicago 2009</a> – Sharing – Liew Beng Keat, Morgan Heijdemann</li>

    <li>An Ajax <a href="http://www.djangoproject.com/">Django</a> App with Revision Control Features using Myer&#8217;s Algorithm &#8211; Calvin Cheng</li>

    <li>Lightning talks &#8211; Open Invitation</li>

    <li>Snacks and Tea </li>

</ul>

<p><a href="http://www.facebook.com/board.php?uid=18063885304#/event.php?eid=71969819960&#038;ref=ts">
You can rsvp here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxNUS.org/2009/04/14/python-meetup-apr-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
