/flask-rss

playing with python flask and rss feeds

Primary LanguagePython

Learning a bit about flask (and Pycharm)

This is a bit of a scratchpad for picking up some pycharm practice using flask the python web framework.

For this project I'm working through one of the exercises in Flask by Example

If you want to reproduce the environment I used you'll need to start off with

  • Python (I'm using 3.4.3)
  • pip python get-pip.py
  • virtualenv [sudo] pip install virtualenv
  • Pycharm community edition
  1. Create a new project and set up a virtual environment for it to run in
  2. Add Flask to the project's virtualenv using the + icon on File - Settings - Project - Project Interpreter
  3. Install feedparser too