问题 I am trying to parse Twitter RSS feeds and put the information in a sqlite database, using Python. Here's an example: MiamiPete: today's "Last Call" is now up http://bit.ly/MGDzu #stocks #stockmarket #finance #money What I want to do is create one column for the main content ( Miami Pete…now up ), one column for the URL ( http://bit.ly/MGDzu ), and four separate columns for the hashtags (stocks, stockmarket, finance, money). I've been playing around with how to do this. Any advice would be