This post serves as more of a tutorial to get a Hello World up and running while using Celery and MongoDB as the broker . Celery has great documentation but they are in snippets across multiple pages and nothing that shows a full working example of using Celery with MongoDB which might be helpful for new users… Continue reading
Date Archives → June 2013
Obtain Finance Symbols for S&P 500,NASDAQ,AMEX,NYSE via Python
I recently completed Computational Investing Part 1 which further tickled my curiosity. Before completing the course I had started to play around with a few ideas. To do any kind of analytics with finance relating to the stock market you require symbols. Created a simple module that uses BeatifulSoup to parse the list of S & P… Continue reading