Re: Scraping multiple web pages help

2019-02-18 Thread Sivan Grünberg
Hi there Drake, A quick google search revealed: - https://regulationsgov.github.io/developers/ This seems particulriy useful: - https://regulationsgov.github.io/developers/console/ And to fetch stuff from the API, there's Python requests that has a rather wonderful doc: -

Re: more pythonic way

2019-02-11 Thread Sivan Grünberg
+1 with David Raymond, it's nice to use condensed style when it leaves things readable and logic. But if in doubt: "Explicit is better than implicit. Simple is better than complex." :) -Sivan On Mon, Feb 11, 2019 at 10:19 PM David Raymond wrote: > My non-expert vote is for > > if month is

celery + mongodb + RMQ + Flower service/app skeleton

2019-01-11 Thread Sivan Grünberg
Hi All, - - https://github.com/sivang/laten-fw After some extensive work with Celery over the last 2 years, I created this 'framework' skeleton with an example application, so anybody who wants to get up and running with Celery but gets confused from the tutorials and examples out there, can