<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with django</title>
      <link>http://ask.metafilter.com/tags/django</link>
      <description>Questions tagged with 'django' at Ask MetaFilter.</description>
	  <pubDate>Wed, 20 Mar 2013 04:21:17 -0800</pubDate> <lastBuildDate>Wed, 20 Mar 2013 04:21:17 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>It&apos;s a James Brown/Tupac mashup, sure. But there&apos;s something else there.</title>
	<link>http://ask.metafilter.com/237555/Its%2Da%2DJames%2DBrownTupac%2Dmashup%2Dsure%2DBut%2Dtheres%2Dsomething%2Delse%2Dthere</link>	
	<description>So I&apos;m listening the other day to the soundtrack for Django Unchained, spurred on by the recent thread about Ennio Morricone. I come up on &quot;Unchained&quot;, which is the big James Brown-derived number used in the trailer. There&apos;s a piece of music used there that&apos;s nothing from &quot;The Payback&quot;, and after going online to listen to &quot;Untouchable&quot;, the other track credited as being sampled, it&apos;s not from that, either. It&apos;s the western-ish rising section audible from about 0:04 through about 0:25. I could swear I know it from somewhere, but I&apos;m coming up empty, and I&apos;m not having much luck through the ol&apos; Goog. Anyone know what it&apos;s from?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.237555</guid>
	<pubDate>Wed, 20 Mar 2013 04:21:17 -0800</pubDate>
	<category>Django</category>
	<category>MysteryTune</category>
	<category>NameTheSong</category>
	<category>resolved</category>
	<dc:creator>MarchHare</dc:creator>
	</item>
	<item>
	<title>It&apos;s a CMS, a webapp and a database browser: how do I do this?</title>
	<link>http://ask.metafilter.com/236784/Its%2Da%2DCMS%2Da%2Dwebapp%2Dand%2Da%2Ddatabase%2Dbrowser%2Dhow%2Ddo%2DI%2Ddo%2Dthis</link>	
	<description>I&apos;m rebuilding a old website that doesn&apos;t quite neatly categorize in the it&apos;s a blog / it&apos;s a CMS / it&apos;s a table browser / it&apos;s a webapp thingie. After a few years out from web development, it seems fit to examine my whole strategy and ask how best to do this. Years ago, I made a website for a laboratory I was working with. As is usual with these things, severe mission creep set in and it ended up:&lt;br&gt;
&lt;br&gt;
* giving CRUD-like access to a database of samples, with record browsing and searching&lt;br&gt;
* providing tools for visualizing, comparing and working with this data in various ways&lt;br&gt;
* It also functioned as a CMS for various groups that used the database or were involved in lab activities, being somewhere they put reference documents, notices and so on.&lt;br&gt;
&lt;br&gt;
There was the added complication that some of the website was open to the public, and some parts only for members of particular groups. Being a Python fan, I did the site up in Plone. NEVER DO THIS.&lt;br&gt;
&lt;br&gt;
Anyway, to my surprise, the thing has worked fine for 5 years, with next to no maintenance or attention. Now, I&apos;m between jobs and my old colleagues asked me if I can update the site. Which brings me to the main question: what framework should I use? &lt;br&gt;
&lt;br&gt;
* I&apos;m a Python guy but I&apos;m done a bit of Rails work as well. Python will be the language of choice unless there&apos;s some overwhelmingly superior choice in another language&lt;br&gt;
* Plone is out of the question. Never again.&lt;br&gt;
* By default I thought of Django (which I have a little experience in), but I&apos;m unsure if the mix of record browsing and content would sit well. Also Django&apos;s idea of multiple &quot;apps&quot; in a website never seemed to work well to me, with them acting like wholly independent units rather than parts of a single site.&lt;br&gt;
* The task is a bit too involved for the various microframeworks: Flash, Bottle etc. &lt;br&gt;
* The access control / security is pretty important. People shouldn&apos;t see what they&apos;re not allowed to see.&lt;br&gt;
&lt;br&gt;
So what do I use? Are there any new and useful developments in the web framework sphere? Is Django up to the job?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.236784</guid>
	<pubDate>Fri, 08 Mar 2013 08:56:24 -0800</pubDate>
	<category>django</category>
	<category>python</category>
	<category>webdevelopment</category>
	<dc:creator>outlier</dc:creator>
	</item>
	<item>
	<title>What is the current status of Django?</title>
	<link>http://ask.metafilter.com/236614/What%2Dis%2Dthe%2Dcurrent%2Dstatus%2Dof%2DDjango</link>	
	<description>Is Django still widely used by software developers? I&apos;m using Django for some work, and find it very useful in general. However, something I can&apos;t quite figure out is how popular it is. I know that there are a few high profile websites that use it, but it&apos;s not clear to me whether it is still a vibrant community or not.&lt;br&gt;
&lt;br&gt;
Most of the developers I know, use PHP or Ruby, but I find Django (specifically GeoDjango) to be extremely useful for my work. When I go to read StackOverflow questions, or seek code examples online the total number seems much lower than I would expect. For example, I want to learn how to handle user authentication with 3rd party services. I&apos;ve found a few libraries for doing this, but not a large number of examples using these libraries. I was not sure if I&apos;m searching for the wrong terms of whether the community has always been quite small.&lt;br&gt;
&lt;br&gt;
Hence my question - is the framework still living and healthy, or is it slowly dying off?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.236614</guid>
	<pubDate>Tue, 05 Mar 2013 20:38:19 -0800</pubDate>
	<category>django</category>
	<category>programming</category>
	<dc:creator>a womble is an active kind of sloth</dc:creator>
	</item>
	<item>
	<title>Which job boards are worth my job-posting dollar? </title>
	<link>http://ask.metafilter.com/234381/Which%2Djob%2Dboards%2Dare%2Dworth%2Dmy%2Djobposting%2Ddollar</link>	
	<description>I need to find a Web designer -- but one that can design for a Django environment. MeFi Jobs hasn&apos;t turned up anything, and free sites just get me spam from India. What pay-to-play posting sites are worth paying for? Over the past two years, a Django programmer and I have built a pretty great Web site that I think has a lot of potential. Unfortunately, neither of us have design skills to speak of. &lt;br&gt;
&lt;br&gt;
The programmer has pulled back from the project due to health issues, and I&apos;m left with a great idea, a butt-ugly site, and neither the skill to design a better version, or to implement that design in a Django environment. So I&apos;m looking for 80% designer, 20% Django-savvy person. &lt;br&gt;
&lt;br&gt;
I&apos;ve got a great handle on what&apos;s needed, and a very detailed set of needs and parameters. Clarity won&apos;t be an issue. But there are a *lot* of sites out there that charge money to post a job, and while I&apos;ve got a (modest) budget to pay a designer, I don&apos;t have hundreds and hundreds of dollars to spread the word. Which site will best meet my kinda unusual needs? &lt;br&gt;
&lt;br&gt;
Here&apos;s the list I&apos;ve assembled, organized into boards more oriented towards design, ones oriented more towards programming, and some that seem to scratch both itches. &lt;br&gt;
&lt;br&gt;
I&apos;m in the awkward position of knowing a bit, but not a lot, about both things, but not enough to be able to gauge somebody&apos;s competence at the drop of a hat. I&apos;m also looking into the freelancer sites like Elance, but they feel a bit more risky than a dedicated job board. &lt;br&gt;
&lt;br&gt;
Advice, MeFites? &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Design-driven:&lt;/strong&gt; &lt;br&gt;
Smashing Magazine: $75&lt;br&gt;
Authentic Jobs: $99&lt;br&gt;
Krop: $199&lt;br&gt;
Coroflot: $265&lt;br&gt;
The FWA: (Euros)100&lt;br&gt;
Design Related: Invitation only &lt;br&gt;
Aiga Design Jobs: $95&lt;br&gt;
Behance: $199&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Django-driven:&lt;/strong&gt; &lt;br&gt;
StackOverflow: $350&lt;br&gt;
Django Gigs: $45&lt;br&gt;
Dice: $495&lt;br&gt;
CrunchBoard: $200&lt;br&gt;
Ars Technica (via Monster?): $300 (on &quot;sale&quot;)&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Both, or both-ish:&lt;/strong&gt; &lt;br&gt;
Boxes and Arrows: $250&lt;br&gt;
37 Signals: $400&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;All-purpose:&lt;/strong&gt; &lt;br&gt;
LinkedIn: $300&lt;br&gt;
Elance (free)&lt;br&gt;
Project4Hire (free)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.234381</guid>
	<pubDate>Thu, 31 Jan 2013 17:12:05 -0800</pubDate>
	<category>design</category>
	<category>django</category>
	<category>hiring</category>
	<category>jobposting</category>
	<category>jobs</category>
	<category>resolved</category>
	<category>webdesign</category>
	<dc:creator>Shepherd</dc:creator>
	</item>
	<item>
	<title>Spinning, exploding Excel-driven web app: How or should it be?</title>
	<link>http://ask.metafilter.com/232760/Spinning%2Dexploding%2DExceldriven%2Dweb%2Dapp%2DHow%2Dor%2Dshould%2Dit%2Dbe</link>	
	<description>Sometimes, I am a front-end web developer. Frequently, I meet new people at work who want to turn really complicated Excel documents into dazzlingly interactive web applications.

Besides &lt;a href=&quot;http://office.microsoft.com/en-us/web-%20apps-help/introduction-to-excel-web-app-%20HA010378338.aspx&quot;&gt;Excel&apos;s &quot;Save to Web App&quot; or &quot;Save to SharePoint&quot; features&lt;/a&gt;, such people ask if I can tap into an industry to support this -- perhaps scads of agencies and web-based or downloadable tools that make &quot;websites&quot; or at least customizable, interactive reports from Excel spreadsheets, data, and calculations.

I&apos;m yet to find this an abundance of examples of this.  Are there?  If so, what do you call them? If you use Google Analytics, MailChimp or Hootsuite, you are familiar with bouncing, cheerful report graphs and charts.  &lt;br&gt;
&lt;br&gt;
I know that those specific tools required teams and years worth of custom programming.  I &lt;em&gt;assume&lt;/em&gt; that these apps also derive their presentations from databases that are not Excel files.  People seem to passionately believe, however, that there has &lt;em&gt;got&lt;/em&gt; to be an easy way to pour Excel spreadsheets into a machine that spits out more simplistic but nonetheless animated pie charts, line charts, map charts, bar charts, etc.  You can customize the colors and fonts!  Click here to add your logo!&lt;br&gt;
&lt;br&gt;
I&apos;ve been Googling all morning and I see a few discussions on StackOverflow about how to pipe data into and out of this or that via Ruby, Python, Django or PHP.  I see a few homebrewed applications that sort of do something via Javascript.&lt;br&gt;
&lt;br&gt;
For the sake of specification, say I have an excel file with multiple tabs. Each tab has thousands of rows and nearly 50 columns.  The existing Excel charts are based on calculations of those tabs.  Is there a web or intranet-friendly tool that will eat that spaghetti and excrete more colorful, JQuery-powered whirligigs?&lt;br&gt;
&lt;br&gt;
I don&apos;t mean to come off as sarcastic to the believers or naive to those who know.  It just seems a tall order to me.  Hopefully, I&apos;m wrong.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.232760</guid>
	<pubDate>Wed, 09 Jan 2013 08:45:34 -0800</pubDate>
	<category>django</category>
	<category>excel</category>
	<category>java</category>
	<category>jquery</category>
	<category>programming</category>
	<category>python</category>
	<category>ruby</category>
	<category>sharepoint</category>
	<category>ui</category>
	<category>ux</category>
	<category>webapp</category>
	<category>website</category>
	<dc:creator>metajc</dc:creator>
	</item>
	<item>
	<title>I&apos;m at the end of my server-related rope</title>
	<link>http://ask.metafilter.com/223181/Im%2Dat%2Dthe%2Dend%2Dof%2Dmy%2Dserverrelated%2Drope</link>	
	<description>My lab has a Django database and MoinMoin wiki on a severely aging Mac (Leopard, 10.5) server. Please, people who keep up with this sort of software, tell me: what&apos;s my best course of action for modernizing it? More info and options inside. This server is, by far, the oldest computer in our lab. It&apos;s running Server 10.5.8, too old to just be migrated to a new machine. And even so, a simple migration probably wouldn&apos;t get our customized software: (1) a MoinMoin wiki that serves both as our public-facing website and knowledge repository for the lab, and (2) a Django/MySQL (I think) database that collects experimental participant and session data over the web from staff experimenters. (Not the experimental data itself, fortunately; just linked tables of participants, sessions, payments, experiments, post-processing tasks, etc.  There are automatic things like money being added to participant&apos;s balance when a session is added, etc.)  It also has Open Directory, used basically only for wiki access.&lt;br&gt;
&lt;br&gt;
A year ago, we had a former lab member visiting for several months. He looked into moving everything intact to a new Mac server. He hit enough roadblocks that he eventually gave up; Apple removing MySQL was part of it, but I think there were other issues.  Now I can&apos;t easily follow up with him to see what the issues are (he&apos;s extremely busy as a medical resident, and will be so for another six weeks).&lt;br&gt;
&lt;br&gt;
I know that it looks like Apple&apos;s support for server customers is waning (or at least, that&apos;s what I hear).  With that in mind, and above-mentioned issues, I see three options:&lt;br&gt;
&lt;br&gt;
&lt;ol&gt;&lt;br&gt;
&lt;li&gt; Ignore past failings and keep trying to move current systems to a new Mac server.  Other than the apparent difficulty, a big issue is that Apple could break everything with the next Server OS update the way they did between 10.5.8 and now, making it necessary for us to go through this again. I would like the new system to be more resilient.  The other big issue is that no one in the lab has the expertise to do it. I know some Python, but probably not enough to do this on my own. So we&apos;d probably have to hire someone (hopefully a CS student, since we&apos;re at a major research university).&lt;br&gt;
&lt;br&gt;
&lt;li&gt; Get a new Mac server and ditch Django and MoinMoin. Set up a new database from scratch with more user-friendly software (Filemaker?) and import the old tables. Set up a new wiki (oh how I hate MoinMoin) and import existing pages as best we can.  This is clearly the biggest time investment, but I feel like I could do it myself.  The downsides are (a) new learning curve and possible bugs with database changeover, (b) time to set everything up from scratch, and (c) cost, especially if we need one of the more expensive versions of FileMaker.&lt;br&gt;
&lt;br&gt;
&lt;li&gt; Set up a Linux server and install Django and MoinMoin, hopefully intact.  I know my way around a Unix system reasonably well, but my unfamiliarity with Django and MoinMoin means that I&apos;d probably need outside (hired) help, especially since I&apos;d need to set it up as a public-facing server.  I don&apos;t know anything about, for example, creating new users, whereas on the Mac, I can just use Workgroup Manager.  An advantage, though, is that we have existing unused Linux boxes more-or-less ready to set up as new servers.&lt;br&gt;
&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br&gt;
&lt;br&gt;
Oh yeah, and did I mention that the current Django application is buggy, so some pages take ages to load?  That&apos;s a point in my mind for nuke-and-rewrite, since fixing it would probably take someone already familiar with Django.&lt;br&gt;
&lt;br&gt;
So my questions are:&lt;br&gt;
&lt;br&gt;
&lt;ul&gt;&lt;li&gt; Are any of these options obviously better or worse than the others?&lt;br&gt;
&lt;li&gt; If I were to set up a new relational database (option 2), are you familiar with any software that would fit the bill?&lt;br&gt;
&lt;ul&gt;&lt;li&gt; If FileMaker is best, which version do I need to be able to do the following: create a relational database application with automatic record-creation rules (I&apos;m not DB-familiar), create users (fewer than 50), who can work with database records with a web interface (though I guess installing FileMaker clients is possible too), and import our existing records?&lt;br&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;
&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;
&lt;br&gt;
Whew. This is what keeps me up at night. (Ok, not really.)  If you&apos;d like to see our current website or get more info about the database (can&apos;t show it to you because of privacy concerns), please let me know.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.223181</guid>
	<pubDate>Mon, 27 Aug 2012 11:26:44 -0800</pubDate>
	<category>database</category>
	<category>django</category>
	<category>filemaker</category>
	<category>macosxserver</category>
	<category>moinmoin</category>
	<category>server</category>
	<dc:creator>supercres</dc:creator>
	</item>
	<item>
	<title>Unleash the snake! </title>
	<link>http://ask.metafilter.com/207725/Unleash%2Dthe%2Dsnake</link>	
	<description>How do I put my stupid simple Python scripts... on the &lt;strong&gt;Internet&lt;/strong&gt;? Working my way through Learn Python the Hard Way, and it&apos;s pretty cool, but I&apos;d love to be able to learn by doing, more than by rote code: a challenge I&apos;d like to set for myself is to try to create something useful out of every lesson, and toss it online for other people to see/use. This would also require me to bone up on my CSS and page design skills in tandem with the Python-learning. &lt;br&gt;
&lt;br&gt;
I&apos;m sure the book will get around to how to do this eventually (or not), but I&apos;d like to start doing it now, and have a page of &quot;stuff I made while learning Python,&quot; each linking to its own subpage of the, well, stuff I learned. &lt;br&gt;
&lt;br&gt;
So I&apos;m looking for lessons on how to take &quot;helloworld.py&quot; and turn it into &quot;helloworld.html,&quot; where the Python script executes in a nice Web page environment. &lt;br&gt;
&lt;br&gt;
Notes: &lt;br&gt;
- I&apos;m an egotistical SOB. I would like to pretty up and keep these pages as part of my personal site, not stick them in a public code bin. &lt;br&gt;
- My host (Webfaction) is apparently excellent as a Python/Django host, so no worries there. &lt;br&gt;
- My html and CSS skills are limited -- I can build a simple Web page, but I&apos;m kind of a toadstool when it comes to things like sophisticated floats, javascript, PHP, etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.207725</guid>
	<pubDate>Wed, 08 Feb 2012 09:24:58 -0800</pubDate>
	<category>CGI</category>
	<category>django</category>
	<category>html</category>
	<category>python</category>
	<category>pythonhtmlwebdesign</category>
	<category>resolved</category>
	<category>webdesign</category>
	<dc:creator>Shepherd</dc:creator>
	</item>
	<item>
	<title>Best distrubution for Linux VPS?</title>
	<link>http://ask.metafilter.com/201573/Best%2Ddistrubution%2Dfor%2DLinux%2DVPS</link>	
	<description>I run a couple of django-based websites/webapps. What OS should I use for my VPS? The most important thing is security and easy installation of packages (including dependencies). I also prefer a system that is easy to maintain. Security is more important, but if all else is equal I would specifically love something with easy to make init-scripts. I know I can install third party packages to do just about anything, but I prefer a batteries-included approach if it exists. Currently I use CentOS. It&apos;s okay, but I am not in love with it and changing VPS providers seems an opportunity to re-evaluate my choice of OS. I remember that it was difficult to upgrade python on my old Centos distrubtion, but that was years ago already. I am now playing with Ubuntu 10.04 at another VPS provider and that seems to work fine, but I noticed that many packages (like pip) are very out of date already. I&apos;d guess that Ubuntu 11 has more up to date packages, but I like the Long Term Support of 10.04. On the other hand, I also see a significant advantage in being able to use the default packages that come with a distribution and that are automatically upgraded with security patches etc. I see that Debian has a backports repository that looks like it could be useful in this regard but I don&apos;t know how well that works in practice for the packages I need.&lt;br&gt;
&lt;br&gt;
My new VPS provider offers a choice between CentOS (5 or 6), Ubuntu (10.04 LTS or 11) and Debian (5 or 6). I don&apos;t need many fancy things like control panels. Currently I need python 2.6 or 2.7, django, celery and rabbitmq and apache2 with mod_wsgi (I might change that to nginx/uwsgi at some point). I currently use postgresql, but want to try sqlite on the new server because I think it&apos;s enough. Still, if I do need a &quot;real&quot; database it will be postgres, but I wouldn&apos;t need the latest version. I would like information/opinions on what is the best of these for my situation when it comes to security and ease of installing/upgrading packages and system maintenance.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.201573</guid>
	<pubDate>Tue, 22 Nov 2011 04:58:05 -0800</pubDate>
	<category>centos</category>
	<category>debian</category>
	<category>distribution</category>
	<category>django</category>
	<category>linux</category>
	<category>server</category>
	<category>ubuntu</category>
	<category>vps</category>
	<dc:creator>davar</dc:creator>
	</item>
	<item>
	<title>&quot;.cPr&quot; instead of &quot;.com&quot; - what gives?</title>
	<link>http://ask.metafilter.com/199411/cPr%2Dinstead%2Dof%2Dcom%2Dwhat%2Dgives</link>	
	<description>The user&apos;s actual email address ends with &quot;.com&quot;, but it is POST&apos;ed to the application as &quot;.cPr&quot;. This has happened with multiple users. Any ideas on what would cause that? I have a small, free web-based application. As part of a recovery-type feature, users can (optionally) enter their own email addresses.  For some reason, I&apos;ve been getting multiple cases where a user&apos;s email domain ends up as &quot;gmail.cPr&quot;, &quot;yahoo.cPr&quot; or &quot;[whateverdomain].cPr&quot;.  &lt;br&gt;
&lt;br&gt;
I&apos;ve also noticed that &quot;.edu&quot; gets changed to &quot;.ePr&quot; as well.&lt;br&gt;
&lt;br&gt;
I&apos;ve gone through my code and I can&apos;t see how this is being mangled on my app&apos;s end. From looking at the timestamps and mangled addresses, it is possible that these users are in a single location. &lt;br&gt;
&lt;br&gt;
Could there be something on the user&apos;s computer (perhaps an alternate keyboard layout or language setting or who-knows-what???) that would generate these weird changes?&lt;br&gt;
&lt;br&gt;
Has anyone heard of this before?&lt;br&gt;
&lt;br&gt;
FWIW, the app uses the Django framework.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.199411</guid>
	<pubDate>Wed, 26 Oct 2011 12:48:18 -0800</pubDate>
	<category>django</category>
	<category>email</category>
	<category>errors</category>
	<category>language</category>
	<category>python</category>
	<dc:creator>foggy out there now</dc:creator>
	</item>
	<item>
	<title>Membership Management Systems?</title>
	<link>http://ask.metafilter.com/182599/Membership%2DManagement%2DSystems</link>	
	<description>Is there such a thing as an open-source, web-based Membership Management System? I have to put together a system for a rather large club with dues-paying members.  Maybe two thousand members, divided up into twenty or thirty sub-groups.&lt;br&gt;
&lt;br&gt;
The organization wants each member to be able to log in and update their information (phone number, address, etc.).  The president of each sub-group should be able to view his/her members and take actions like sending out a mass group e-mail.  And then at the top, the administrators will need to be able to see everyone, add and remove members, change presidents at the sub-group level, etc.&lt;br&gt;
&lt;br&gt;
Before I charge in and reinvent the wheel, what existing solutions are there?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.182599</guid>
	<pubDate>Mon, 04 Apr 2011 20:04:19 -0800</pubDate>
	<category>club</category>
	<category>django</category>
	<category>LAMP</category>
	<category>membership</category>
	<category>mysql</category>
	<category>organization</category>
	<category>php</category>
	<category>programming</category>
	<category>python</category>
	<dc:creator>jsturgill</dc:creator>
	</item>
	<item>
	<title>3.1 don&apos;t fail me now</title>
	<link>http://ask.metafilter.com/178151/31%2Ddont%2Dfail%2Dme%2Dnow</link>	
	<description>I taught myself Python 3.1... But, Django only works with 2.x. What are the alternatives for a web application framework for a complex data driven website that work with 3.1? I don&apos;t plan on teaching myself the outdated python in order to skip a year of waiting for Django. What are my alternatives?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.178151</guid>
	<pubDate>Thu, 10 Feb 2011 19:49:14 -0800</pubDate>
	<category>django</category>
	<category>python31</category>
	<category>webapplication</category>
	<dc:creator>elationfoundation</dc:creator>
	</item>
	<item>
	<title>Teach me about Jazz! </title>
	<link>http://ask.metafilter.com/170744/Teach%2Dme%2Dabout%2DJazz</link>	
	<description>Help me get into (and navigate) the world of Jazz. I love jazz, mainly Swing, Ragtime, Big Band, and Gypsy Jazz. Basically all the stuff from the 20&apos;s to the 50&apos;s. The thing is, I mostly know big names from that time. I&apos;d love to know more about other artists from that period that are worth hearing. The other problem is that even for the artists I already know, I just have various songs here and there. I decided I&apos;d like to actually own some albums and learning more about their music. However, trying to find my way around the recordings has been a byzantine nightmare. &lt;br&gt;
&lt;br&gt;
This is a pretty long question, so I&apos;ll try to break it into parts. There are three things that I want, basically: &lt;br&gt;
&lt;ul&gt;&lt;br&gt;
&lt;li&gt;To find out more about the artists I already know and like, what their must-have recordings are, and what other interesting work they&apos;ve done that I might not know about. &lt;/li&gt;&lt;br&gt;
&lt;br&gt;
&lt;li&gt;To find out about other artists from that time that I haven&apos;t heard yet. &lt;/li&gt;&lt;br&gt;
&lt;br&gt;
&lt;li&gt;Recommendations on what recordings to get. What are your favorite records by these artists and why? &lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;&lt;br&gt;
I&apos;ve checked out &lt;a href=&quot;http://ask.metafilter.com/93037/Help-me-to-discover-jazz&quot;&gt;these&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/79897/jazz-recommendations&quot;&gt;previous&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/67797/Can-someone-point-me-to-the-Bebop-Jazz&quot;&gt;threads&lt;/a&gt; already, and while there&apos;s a lot of great information in them, they don&apos;t seem to cover the eras I&apos;m looking for, and for the most part they don&apos;t cover specific recordings, just names. &lt;br&gt;
&lt;br&gt;
I love music, but most of the music I listen to is contemporary, where it&apos;s easy to get started by buying an album. Even classical music, you buy based on the performer. Easy enough. This does not seem to be the case at all with Jazz. All the stuff I like was before the idea of the album, so it seems like it&apos;s mostly just assorted recordings from different times that are collected. It seems like the record companies just constantly create new collections and put out new albums to maximize profits, with no regard to actually expanding their listeners. Even the artists I like, I have no idea where to start, which albums are definitive. With Ella, there are a few albums that I&apos;ve seen regarded as must-own, but after that it&apos;s as confusing as anyone else. Same with Louis Armstrong and Etta James. I really want to listen to more, but it&apos;s utterly confusing. &lt;br&gt;
&lt;br&gt;
Example: Recently I wanted to get a Billie Holiday album, so I went to Amazon to browse. There were over a hundred albums and sets, many with overlapping songs. Not only that, it was difficult to tell which version of a song was on any particular album, when it was sung, who it was sung with, etc. One opinion from a review I read said the Columbia years are better than the Verve years, but that was just one person&apos;s opinion. Are the Verve years still worth it? What makes them different? What&apos;s the difference between these five albums that all seem really similar? Do I have to buy all of these to have all the songs that I want? Which one am I even supposed to start with aaaaahhh &lt;br&gt;
&lt;br&gt;
And then I closed the window and didn&apos;t get anything. Nor was I inclined to try again anytime soon. It feels like you have to know someone already into Jazz to get into it, which is why I turn to all you wonderful people. &lt;br&gt;
&lt;br&gt;
&lt;b&gt;Artists I already like that I&apos;d love to know more about: &lt;/b&gt; &lt;br&gt;
&lt;br&gt;
&lt;small&gt;( With a few exceptions, most of these artists I only have a handful of songs by, and I&apos;d like to get more but don&apos;t really know where to start )&lt;/small&gt;&lt;br&gt;
&lt;ul&gt; &lt;br&gt;
&lt;li&gt;Ella Fitzgerald &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Louis Armstrong &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Benny Goodman &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Count Basie &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Billie Holliday &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Oscar Peterson &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Stan Getz &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Diane Schuur &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Scott Joplin &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Nat King Cole &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Django Reinhardt &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Henry &quot;Red&quot; Allen &lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Artists I&apos;ve heard about but haven&apos;t really listened to, and don&apos;t know at all where to start: &lt;/b&gt;&lt;br&gt;
&lt;ul&gt; &lt;br&gt;
&lt;li&gt;Duke Ellington &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Cab Calloway &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Charlie Christian &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Glen Miller &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Fats Waller &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Jelly Roll Morton &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Art Tatum &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Bix Beiderbecke &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Artie Shaw &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Chet Baker &lt;/li&gt;&lt;br&gt;
&lt;li&gt;Dizzie Gillespie &lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;&lt;br&gt;
If there&apos;s an overlooked artist from around this time, I&apos;d love to hear about them. I&apos;d love to know more about female vocalists of the time, as well as any standout musicians. &lt;br&gt;
&lt;br&gt;
I know I&apos;m asking a lot, and any answer is appreciated, no matter how small, if it&apos;s just a single song or album recommendation or an interesting fact or tidbit. For as much as I love jazz I feel like there is so much I don&apos;t know about it. Thanks to you all in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.170744</guid>
	<pubDate>Tue, 16 Nov 2010 20:11:49 -0800</pubDate>
	<category>bigband</category>
	<category>django</category>
	<category>djangoreinhardt</category>
	<category>ella</category>
	<category>ellafitzgerald</category>
	<category>gypsyjazz</category>
	<category>jazz</category>
	<category>ragtime</category>
	<category>recommendations</category>
	<category>swing</category>
	<dc:creator>wander</dc:creator>
	</item>
	<item>
	<title>Python programming: what next?</title>
	<link>http://ask.metafilter.com/166148/Python%2Dprogramming%2Dwhat%2Dnext</link>	
	<description>I know basic XHTML and CSS, and I&apos;m almost done with my first Python book. I want to build a database-driven website. What should I learn next? Book/website recommendations and general advice welcome. &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/1590282418/metafilter-20/ref=nosim/&quot;&gt;This&lt;/a&gt; is the Python book I&apos;ve been using, and though I&apos;m not quite finished, I&apos;ve had absolutely no problems with learning from it so far. Actually, I&apos;ve been finding programming super fun.&lt;br&gt;
&lt;br&gt;
I&apos;ve been told the next obvious step CS-wise is data structures and algorithms, but everything I&apos;ve seen at the library has been very C++/Java-centric. Also, right now I feel like my (limited) web development knowledge and my (very limited) programming knowledge are two separate things that I don&apos;t know how to fit together. The database-driven website I want to build is entirely my own project, so there are no real deadlines. I&apos;ll learn whatever languages/tools I need to, but I gather that Python is appropriate for most web development tasks from previous questions. If I&apos;m wrong, please correct me. (And point me to relevant tutorials for what you do recommend!)&lt;br&gt;
&lt;br&gt;
So, here are my questions:&lt;br&gt;
&lt;br&gt;
1. Any recommendations for data structures and algorithms materials that use Python? (Or do I really need to learn C++?)&lt;br&gt;
&lt;br&gt;
2. I&apos;ve seen a lot of intro to back-end development books and tutorials that center around PHP/MySQL. Are there comparable ones that use Python? At what point should I start learning Django?&lt;br&gt;
&lt;br&gt;
3. How should I go about learning JavaScript/AJAX? To what extent can Python substitute for these, if any? Either way, books/tutorials?&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.166148</guid>
	<pubDate>Sun, 26 Sep 2010 12:49:57 -0800</pubDate>
	<category>ajax</category>
	<category>django</category>
	<category>javascript</category>
	<category>programming</category>
	<category>python</category>
	<category>web</category>
	<dc:creator>randomname25</dc:creator>
	</item>
	<item>
	<title>Getting a part-time programming job without a degree...</title>
	<link>http://ask.metafilter.com/163809/Getting%2Da%2Dparttime%2Dprogramming%2Djob%2Dwithout%2Da%2Ddegree</link>	
	<description>How do you go about when you look for a part-time entry-level software developer job? Previously I&apos;ve asked a similar question &lt;a href=&quot;http://ask.metafilter.com/162776/How-do-I-get-more-motivation-to-code-outside-of-class&quot;&gt;here&lt;/a&gt;, but it never really pertained to the ultimate goal of getting real world experience. I did look at previous questions, but some are a few years old and it may not even pertain to my question because of it.&lt;br&gt;
&lt;br&gt;
In a nutshell, I&apos;m a funemployed 21 year old where my last &quot;job&quot; was at a small startup company for 9 months. Unfortunately, I did not learn much there, and I am sort of kicking myself in the leg right now for not quitting sooner. I did learn plenty of Django material, which seems to be the hottest thing for entry-level programmers. However, I can&apos;t find any advertisements on craigslist that are looking for Django developers. So I guess I just want some advice on how to look for them, and whether or not Django is still hot in the job market.&lt;br&gt;
&lt;br&gt;
I do go to community college, and frankly it is taking longer than it should (4 years to transfer) due to entrance exams, difficult teachers, and my discipline is to blame as well. I&apos;ve taken 3 quarters of C, 1 quarter of Java, 1 quarter of Unix, 1 quarter of Python, and 1 quarter of HTML (easiest class ever) in terms of classes relating to the computer science field. Right now I&apos;m teaching myself how to make iPhone apps, but I sort of gave up on the idea when I found out how saturated the app market is.&lt;br&gt;
&lt;br&gt;
I was thinking about freelancing, but my previous boss told me that I won&apos;t be able to touch that market until I have two years of real world experience. So my thinking is that seeking a job locally is the more viable solution to my unemployment. I&apos;ve been running around in circles trying to figure out how to get a part-time coding job.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.163809</guid>
	<pubDate>Tue, 31 Aug 2010 17:49:31 -0800</pubDate>
	<category>c</category>
	<category>code</category>
	<category>coding</category>
	<category>django</category>
	<category>html</category>
	<category>java</category>
	<category>linux</category>
	<category>opensource</category>
	<category>program</category>
	<category>programming</category>
	<category>python</category>
	<category>unix</category>
	<dc:creator>RaDeuX</dc:creator>
	</item>
	<item>
	<title>Dedicated server vs Google App Engine for a Django site?</title>
	<link>http://ask.metafilter.com/154421/Dedicated%2Dserver%2Dvs%2DGoogle%2DApp%2DEngine%2Dfor%2Da%2DDjango%2Dsite</link>	
	<description>Is it worth converting Django data models to Google App Engine Datastore API? A developer has created a query intensive site for me, written with a Django backend.  I&apos;m getting ready to launch, and I was about to lease a managed dedicated server (webfaction).  But then I started looking at Google Apps...&lt;br&gt;
&lt;br&gt;
Would it be more cost effective to have the Django data models converted to Google App Engine Datastore API?  I&apos;m weighing further development costs against a monthly server lease.&lt;br&gt;
&lt;br&gt;
And costs aside, are there any benefits a dedicated server might have over Google Engine Apps, and vice versa?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.154421</guid>
	<pubDate>Thu, 20 May 2010 13:55:53 -0800</pubDate>
	<category>dedicatedserver</category>
	<category>django</category>
	<category>googleappengine</category>
	<category>resolved</category>
	<dc:creator>ckohrman</dc:creator>
	</item>
	<item>
	<title>How do I read a JSON object in Python?</title>
	<link>http://ask.metafilter.com/154077/How%2Ddo%2DI%2Dread%2Da%2DJSON%2Dobject%2Din%2DPython</link>	
	<description>I&apos;m mostly a front end guy, but I have worked with Django and Python before, so I thought it would be perfect for a web app idea I had. I actually understand it pretty well (or maybe not!), but I&apos;m having an issue with an Ajax call I am trying to make. I&apos;m passing a JSON object back to Python with jQuery and it seems to accept it in the correct format, but I have no idea how to actually access and iterate through the object in Python. If I simplify the code down to&lt;br&gt;
&lt;code&gt;&lt;br&gt;
a = request.POST &lt;br&gt;
return HttpResponse(a) &lt;br&gt;
&lt;/code&gt;&lt;br&gt;
and console.log it to Firebug, it looks like a valid JSON object. I also tried passing it through as plain text, with equaly frustrating results. Every time I try to access it in Python I get an error about the QueryDict or unicode not having the attribute I&apos;m trying to access. Googling has turned up something about serializing/deserializing, but I don&apos;t know the correct syntax to handle a JSON object made up of other objects like this: &lt;br&gt;
&lt;code&gt;[{name:&quot;name&quot;, message:&quot;text&quot;}, {name:&quot;name&quot;, message:&quot;text&quot;}, {name:&quot;name&quot;, message:&quot;text&quot;}]&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
How do I iterate through the object and get at the data so I can save it to the database?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.154077</guid>
	<pubDate>Mon, 17 May 2010 10:55:06 -0800</pubDate>
	<category>ajax</category>
	<category>django</category>
	<category>jquery</category>
	<category>json</category>
	<category>resolved</category>
	<dc:creator>lovetragedy</dc:creator>
	</item>
	<item>
	<title>How to move domains to another host?</title>
	<link>http://ask.metafilter.com/144284/How%2Dto%2Dmove%2Ddomains%2Dto%2Danother%2Dhost</link>	
	<description>What are the steps involved in moving registered domains to another host? I&apos;d like to move a number of domains from 1&amp;amp;1 to WebFaction so I can run Django apps easily. An extra wrinkle is that one of the domains needs to be assigned/given to another person who will do with it what they will. Are there forms to fill out? What sort of identification should I get ready?&lt;br&gt;
&lt;br&gt;
I&apos;ve looked at the 1&amp;amp;1 documentation but it is pretty opaque. If anyone had a few point-form items to get me going that would be great. I&apos;m fairly computer-savvy but outside of standalone app programming my skills kind of fall down.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.144284</guid>
	<pubDate>Wed, 27 Jan 2010 05:31:07 -0800</pubDate>
	<category>django</category>
	<category>dns</category>
	<category>domain</category>
	<category>host</category>
	<category>isp</category>
	<category>registrar</category>
	<category>server</category>
	<category>webfaction</category>
	<category>webhost</category>
	<dc:creator>chrillsicka</dc:creator>
	</item>
	<item>
	<title>How do I use data from data.gov?</title>
	<link>http://ask.metafilter.com/126881/How%2Ddo%2DI%2Duse%2Ddata%2Dfrom%2Ddatagov</link>	
	<description>I&apos;m a journalist with not much database programming experience. However I have been fascinated by the government and other agencies making their data available for developers to play with, and I think a newspaper could do wonders with this data. How do I get in on the fun? Transit agencies are making their times available the gov&apos;t just released records at &lt;a href=&quot;http://www.data.gov&quot;&gt;data.gov&lt;/a&gt;. &lt;br&gt;
&lt;br&gt;
What languages should I learn to manipulate these datasets to make some good applications and visualizations? Example I have in mind are  the Guardians &lt;a href=&quot;http://www.niemanlab.org/2009/06/four-crowdsourcing-lessons-from-the-guardians-spectacular-expenses-scandal-experiment/&quot;&gt;treatment of PM expenses&lt;/a&gt; and &lt;a href=&quot;http://everyblock.com&quot;&gt;EveryBlock&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Should I learn Django, Ruby, Pyton? All? None?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.126881</guid>
	<pubDate>Wed, 08 Jul 2009 11:50:31 -0800</pubDate>
	<category>database</category>
	<category>datagov</category>
	<category>django</category>
	<category>journalism</category>
	<category>python</category>
	<category>ruby</category>
	<dc:creator>Blandanomics</dc:creator>
	</item>
	<item>
	<title>Should I use Flex to make a front-end for a job board?</title>
	<link>http://ask.metafilter.com/119170/Should%2DI%2Duse%2DFlex%2Dto%2Dmake%2Da%2Dfrontend%2Dfor%2Da%2Djob%2Dboard</link>	
	<description>Are there any problems with building the front-end for a job board in Adobe Flex? The back-end for the site will be in Python (Django). And my programmer suggests to save time and money, we create the front-end interface with Adobe Flex.  I know it used to be a bad idea to make an entire site in Flash... if I made the front-end in Flex, would I be setting myself up for problems? If so, what alternatives should I consider?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119170</guid>
	<pubDate>Fri, 10 Apr 2009 12:03:22 -0800</pubDate>
	<category>Adobe</category>
	<category>Django</category>
	<category>Flash</category>
	<category>Flex</category>
	<category>frontend</category>
	<category>resolved</category>
	<dc:creator>ckohrman</dc:creator>
	</item>
	<item>
	<title>Which to use: PHP, Django, Rails or something else?</title>
	<link>http://ask.metafilter.com/107515/Which%2Dto%2Duse%2DPHP%2DDjango%2DRails%2Dor%2Dsomething%2Delse</link>	
	<description>What programming language or framework should I use for my simple Web database project? Here&apos;s my project: taking a database of local property assessment data and posting it, searchably and sortably, onto a usable public Web site. Ideally with goodies like a mobile-friendly version, links to Google Maps and so forth.&lt;br&gt;
&lt;br&gt;
I want to do this, in part, because I want to learn skills that&apos;ll be useful in future public-facing Web projects.&lt;br&gt;
&lt;br&gt;
I know HTML and can wrangle PHP about as well as I could speak Spanish after two years in high school. I messed around a little with Django back in 2006, but didn&apos;t seem to have the basic programming vocabulary that its creators assumed.&lt;br&gt;
&lt;br&gt;
I&apos;ve been running a couple Wordpress blogs off a Dreamhost server for a couple years, so the hosting is lined up.&lt;br&gt;
&lt;br&gt;
There&apos;s no deadline, but I&apos;m giving myself one week to work on this full-time.&lt;br&gt;
&lt;br&gt;
Right now, I&apos;m thinking of either:&lt;br&gt;
&lt;br&gt;
- doing it all in PHP/MySQL (the boring and perhaps sloppy option)&lt;br&gt;
- diving into Django again (the dogged option)&lt;br&gt;
- trying to learn Rails, like the friends keep telling me (the A.D.D./ambitious option)&lt;br&gt;
&lt;br&gt;
My questions:&lt;br&gt;
&lt;br&gt;
- Are Django and Rails way too overpowered for this project?&lt;br&gt;
- At this point, is Django looking like a dead end? Should I be investing my framework-learning energy in the broader Rails community?&lt;br&gt;
- Should I be considering some other option altogether, such as Drupal?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107515</guid>
	<pubDate>Sun, 23 Nov 2008 10:53:10 -0800</pubDate>
	<category>django</category>
	<category>php</category>
	<category>programming</category>
	<category>rubyonrails</category>
	<category>webdesign</category>
	<category>webframeworks</category>
	<dc:creator>teracloth</dc:creator>
	</item>
	<item>
	<title>Django hosting recomendations</title>
	<link>http://ask.metafilter.com/107060/Django%2Dhosting%2Drecomendations</link>	
	<description>Web hosting recomendations - Im &lt;em&gt;very&lt;/em&gt; new to web development but have been slowly setting up a website with django and im starting to think about hosting. I know there are a lot of web dev people here so I thought it might be a good place to ask.&lt;br&gt;
So my requirements are-&lt;br&gt;
-Django friendly, perhaps with helpful support because I imagine I am going to run in to all sorts of technical problems.&lt;br&gt;
-Apparently I will also need shell access so I can set up something called cron jobs? I have a python script Id like to run every hour or so that updates a database.&lt;br&gt;
Thanks for any help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107060</guid>
	<pubDate>Mon, 17 Nov 2008 13:39:47 -0800</pubDate>
	<category>django</category>
	<category>hosting</category>
	<category>webdev</category>
	<dc:creator>phyle</dc:creator>
	</item>
	<item>
	<title>get_thumbnail_dimensions_from_image()</title>
	<link>http://ask.metafilter.com/100647/getthumbnaildimensionsfromimage</link>	
	<description>Can one find the coordinates (x,y,height,width) of a thumbnail taken out of the original image, programmatically? I run a highly dynamic photo sharing website that takes thumbnails of the photos that users upload.  It automatically uses the center of the photo as the thumbnail, 75px by 75px, but users can change it with a handy javascript applet.  They can make the thumbnailified area bigger, but it forces them to keep the 1:1 ratio, and it&apos;s downsized if it is bigger than 75x75.&lt;br&gt;
&lt;br&gt;
So here in lies the rub: I&apos;m pushing a redesign, and the thumbnails are now 100x100.  I was dumb and did not log the thumbnail dimensions.  I&apos;d really really really like those numbers, not only to make the thumbnails bigger and look less blurry, because I know we&apos;ll also eventually be printing these out, and I&apos;m going to want a sharper image to send to the printer.&lt;br&gt;
&lt;br&gt;
The big question: Can I get, with some software, the x, y, h, and w of the thumbnail with some sort of fuzzy image comparison?  Can image magick do this?  My language of choice is python, so anything using that will be cake.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100647</guid>
	<pubDate>Mon, 01 Sep 2008 17:47:33 -0800</pubDate>
	<category>django</category>
	<category>imagemagick</category>
	<category>photo</category>
	<category>picture</category>
	<category>python</category>
	<category>thumbnail</category>
	<dc:creator>Mach5</dc:creator>
	</item>
	<item>
	<title>Help me pick a web dev language to learn.</title>
	<link>http://ask.metafilter.com/92718/Help%2Dme%2Dpick%2Da%2Dweb%2Ddev%2Dlanguage%2Dto%2Dlearn</link>	
	<description>I am trying to decide which web language + framework to focus on for learning this summer. I am stuck between PHP, Python (with Django maybe) or Ruby (on Rails). Basically, I am asking for people&apos;s input on all languages. They all have their ups and downs and I&apos;m pretty sure I&apos;ll have to learn all of them at some point but I have start somewhere. Here is my initial perspective on all. Correct me, add relevant info and make suggestions.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;PHP&lt;/strong&gt;&lt;br&gt;
+I actually have a passing knowledge of PHP. Not enough maybe to create something big but I have added small features, worked on cleaning other people&apos;s code&lt;br&gt;
+It&apos;s very common.&lt;br&gt;
-It somewhat seems unprofessional, probably because I feel like everyone and their mom has done something with it.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Ruby&lt;/strong&gt;&lt;br&gt;
+It&apos;s the new cool.&lt;br&gt;
-It&apos;s the new cool.&lt;br&gt;
+It seems very elegant and easy to learn, especially for developing something for the web with Rails.&lt;br&gt;
+For some reason, the RoR community seems very friendly and I approve of their ideas a lot.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Python&lt;/strong&gt;&lt;br&gt;
+It&apos;s a lot more serious than Ruby, I feel like. It might be more useful for other things too as a standalone language&lt;br&gt;
+Similar outlook on stuff with RoR community.&lt;br&gt;
-Maybe not as big community for learning as it is with PHP and RoR. Not sure about this but others definitely have a lot of stuff.&lt;br&gt;
&lt;br&gt;
Anyway, thanks a lot for reading along. &lt;br&gt;
&lt;br&gt;
Also, if you would care to make a suggestion, I&apos;d appreciate some books or websites to start things off with.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92718</guid>
	<pubDate>Thu, 29 May 2008 14:31:15 -0800</pubDate>
	<category>django</category>
	<category>language</category>
	<category>php</category>
	<category>python</category>
	<category>ror</category>
	<category>ruby</category>
	<category>rubyonrails</category>
	<category>webdevelopment</category>
	<dc:creator>the_dude</dc:creator>
	</item>
	<item>
	<title>Here snakey, snakey, snake</title>
	<link>http://ask.metafilter.com/71418/Here%2Dsnakey%2Dsnakey%2Dsnake</link>	
	<description>What&apos;s the de facto python web framework in active development/use today? Hi, For my next small project, I&apos;ve settled that I would like to use a python-based framework. What&apos;s the best one out there today? This isn&apos;t meant to start a flame war. I think I&apos;m primarily looking at TurboGears, Django, and web.py. Web.py is appealing because of its small size and simplicity. However I am having trouble nailing down best practices in terms of application design. It is almost too free form to be considered a framework IMHO. I need structure and limitations! Also, I am worried about the lack of documentation and updates. On the other end of the spectrum TurboGears seems jam packed with features and doohickeys I&apos;m not sure I&apos;ll ever need. What&apos;s anyone out there using? I&apos;d love to hear your experiences and what you are using different frameworks for currently.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.71418</guid>
	<pubDate>Wed, 12 Sep 2007 19:17:23 -0800</pubDate>
	<category>django</category>
	<category>framework</category>
	<category>programming</category>
	<category>python</category>
	<category>turbogears</category>
	<category>web</category>
	<category>web.py</category>
	<dc:creator>zackola</dc:creator>
	</item>
	
	</channel>
</rss>

