<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (heyitsnoah)</title>
    <link>https://pinboard.in/u:heyitsnoah/public/</link>
    <description>recent bookmarks from heyitsnoah</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://blog.notdot.net/2010/04/Generating-PDFs-on-App-Engine-Python-and-introducing-Mapvelopes"/>
	<rdf:li rdf:resource="https://devcenter.heroku.com/articles/django"/>
	<rdf:li rdf:resource="http://stackoverflow.com/questions/10596893/deploying-django-to-heroku-psycopg2-error"/>
	<rdf:li rdf:resource="http://bpython-interpreter.org/"/>
	<rdf:li rdf:resource="http://jeanphix.me/Ghost.py/"/>
	<rdf:li rdf:resource="http://inventwithpython.com/blog/2012/03/03/nobody-wants-to-learn-how-to-program/"/>
	<rdf:li rdf:resource="http://devcenter.heroku.com/articles/django"/>
	<rdf:li rdf:resource="https://github.com/apexdodge/NASCAR-Screen-Scraper"/>
	<rdf:li rdf:resource="http://rc3.org/2011/08/07/how-i-got-automated-texts-to-originate-from-one-number/"/>
	<rdf:li rdf:resource="http://justcramer.com/2008/03/29/using-jinja-with-django/"/>
	<rdf:li rdf:resource="http://www.sqlalchemy.org/"/>
	<rdf:li rdf:resource="http://www.tornadoweb.org/"/>
	<rdf:li rdf:resource="http://www.aaronsw.com/2002/arcget/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://blog.notdot.net/2010/04/Generating-PDFs-on-App-Engine-Python-and-introducing-Mapvelopes">
    <title>Generating PDFs on App Engine Python, and introducing Mapvelopes - Nick's Blog</title>
    <dc:date>2013-03-26T12:35:54+00:00</dc:date>
    <link>http://blog.notdot.net/2010/04/Generating-PDFs-on-App-Engine-Python-and-introducing-Mapvelopes</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA[This is the first of two posts covering the technologies used to implement the Mapvelopes app, an App Engine app that generates customized printable envelopes with the map to your recipient on them.
]]></description>
<dc:subject>python appengine pdf</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:c442318c2ba4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:appengine"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:pdf"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://devcenter.heroku.com/articles/django">
    <title>Getting Started with Django on Heroku</title>
    <dc:date>2013-01-21T16:47:46+00:00</dc:date>
    <link>https://devcenter.heroku.com/articles/django</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA[This quickstart will get you going with a Python/Django application that uses a Postgres database, deployed to Heroku. For other Python apps, see Getting Started with Python on Heroku.

]]></description>
<dc:subject>django heroku python</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:34ef7d3e7eec/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:django"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:heroku"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://stackoverflow.com/questions/10596893/deploying-django-to-heroku-psycopg2-error">
    <title>python - Deploying Django to Heroku (Psycopg2 Error)</title>
    <dc:date>2013-01-20T20:56:12+00:00</dc:date>
    <link>http://stackoverflow.com/questions/10596893/deploying-django-to-heroku-psycopg2-error</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA[DATABASES = {'default': dj_database_url.config(default=os.environ["DATABASE_URL"])}
]]></description>
<dc:subject>python django</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:d9baaa131f9e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:django"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://bpython-interpreter.org/">
    <title>bpython interpreter</title>
    <dc:date>2012-05-24T12:13:36+00:00</dc:date>
    <link>http://bpython-interpreter.org/</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA[bpython doesn't attempt to create anything new or groundbreaking, it simply brings together a few neat ideas and focuses on practicality and usefulness. For this reason, the "Rewind" function should be taken with a pinch of salt, but personally I have found it to be very useful. I use bpython now whenever I would normally use the vanilla interpreter, e.g. for testing out solutions to people's problems on IRC, quickly testing a method of doing something without creating a temporary file, etc..]]></description>
<dc:subject>python programming tools</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:38f757da58a4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:tools"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://jeanphix.me/Ghost.py/">
    <title>ghost.py</title>
    <dc:date>2012-04-28T20:33:34+00:00</dc:date>
    <link>http://jeanphix.me/Ghost.py/</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA[ghost.py is a webkit web client written in python.]]></description>
<dc:subject>programming python javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:5b5803dc807a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://inventwithpython.com/blog/2012/03/03/nobody-wants-to-learn-how-to-program/">
    <title>Nobody Wants to Learn How to Program</title>
    <dc:date>2012-03-06T11:55:54+00:00</dc:date>
    <link>http://inventwithpython.com/blog/2012/03/03/nobody-wants-to-learn-how-to-program/</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA[But for the casually interested or schoolchildren with several activities competing for their attention, programming concepts like variables and loops and data types aren’t interesting in themselves. They don’t want to learn how to program just for the sake of programming. They don’t want to learn about algorithm complexity or implicit casting. They want to make Super Mario or Twitter or Angry Birds. This idea is best summed up in one of Ryan North’s Dinosaur comics (click to enlarge):

]]></description>
<dc:subject>education programming teaching python</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:aa218ca97db5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:education"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:teaching"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://devcenter.heroku.com/articles/django">
    <title>Getting Started with Django on Heroku/Cedar</title>
    <dc:date>2012-01-30T01:01:08+00:00</dc:date>
    <link>http://devcenter.heroku.com/articles/django</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA[This guide will show you how to deploy a Python/Django application to Heroku using a Postgres database. For other Python apps, see Getting Started with Python on Heroku/Cedar.

]]></description>
<dc:subject>django python reference heroku</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:41af81b10dae/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:django"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:heroku"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/apexdodge/NASCAR-Screen-Scraper">
    <title>apexdodge/NASCAR-Screen-Scraper</title>
    <dc:date>2012-01-29T00:21:36+00:00</dc:date>
    <link>https://github.com/apexdodge/NASCAR-Screen-Scraper</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA["NASCAR.com, to my knowledge, does not provide an API for acquiring driver stats. Here is a screen scraper for NASCAR.com to acquire all the relevant stats and races."]]></description>
<dc:subject>nascar scraping code python</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:c11b06f88051/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:nascar"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:scraping"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:code"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://rc3.org/2011/08/07/how-i-got-automated-texts-to-originate-from-one-number/">
    <title>rc3.org - How I got automated texts to originate from one number</title>
    <dc:date>2011-08-07T17:10:29+00:00</dc:date>
    <link>http://rc3.org/2011/08/07/how-i-got-automated-texts-to-originate-from-one-number/</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA["Being that we live in a DevOps world and all, the application I work on sends me texts when it looks like things are going wrong in production, even though I am a developer and not a systems administrator. For months, I have been mildly annoyed that these texts originate from a variety of phone numbers preventing my phone from categorizing them nicely and forcing me to delete them individually to keep my texts organized."
]]></description>
<dc:subject>sms mobile googlevoice python</dc:subject>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:7f431cce0437/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:sms"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:mobile"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:googlevoice"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://justcramer.com/2008/03/29/using-jinja-with-django/">
    <title>Using Jinja With Django</title>
    <dc:date>2011-03-29T15:22:01+00:00</dc:date>
    <link>http://justcramer.com/2008/03/29/using-jinja-with-django/</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA["Jinja is a sandboxed template engine, written in Python of course. It's created by the guys over at Pocoo. It has a number of improvements over the Django engine, including faster rendering. Most of all, it allows you to place logic in templates where you need to, when Django does not."
]]></description>
<dc:subject>django python templating</dc:subject>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:5eb69a4ad9c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:django"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:templating"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sqlalchemy.org/">
    <title>SQLAlchemy</title>
    <dc:date>2011-03-29T15:21:41+00:00</dc:date>
    <link>http://www.sqlalchemy.org/</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA["SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL."
]]></description>
<dc:subject>database python</dc:subject>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:863738ef6a70/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:database"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.tornadoweb.org/">
    <title>Tornado Web Server</title>
    <dc:date>2011-03-29T15:21:26+00:00</dc:date>
    <link>http://www.tornadoweb.org/</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA["Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure."
]]></description>
<dc:subject>webserver python</dc:subject>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:806f53b2cb27/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:webserver"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.aaronsw.com/2002/arcget/">
    <title>arcget: Retrieve a site from the Internet Archive</title>
    <dc:date>2006-01-06T17:45:49+00:00</dc:date>
    <link>http://www.aaronsw.com/2002/arcget/</link>
    <dc:creator>heyitsnoah</dc:creator><description><![CDATA[A program by Aaron Schwartz that automates the retrieval of entire sites from the Internet Archive.
]]></description>
<dc:subject>internet tools python</dc:subject>
<dc:identifier>https://pinboard.in/u:heyitsnoah/b:7332541fcaf4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:internet"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:heyitsnoah/t:python"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>