Python & Elixir Polyglot Web scraping by Piotr Klibert the idea a simple web crawler rationale web-crawling is: downloading and processing (in a loop, preferably concurrently) Elixir handles downloading much better than Python Elixir is better at concurrency and parallelism Python is better at processing (many libraries) why not use both? Python & concurrency Overview many ways to get concurrency