How to Scrape and Parse 600 ETF Options in 10 mins with Python and Asyncio

How to Scrape and Parse 600 ETF Options in 10 mins with Python and Asyncio

Post Outline

  • Intro
  • Disclaimers
  • The Secret to Scraping AJAX Sites
  • The async_option_scraper script
    • first_async_scraper class
    • expirys class
    • xp_async_scraper class
    • last_price_scraper class
  • The option_parser Module
  • The Implementation Script
  • References
Read More

Understanding Hidden Variables with Python - Research Roadmap

Understanding Hidden Variables with Python - Research Roadmap

Post Outline

  • Motivating the Journey
    • Where Do Edges Come From?
    • The Problem with Traditional Research
    • The Other Side
  • A Brief Description:
    • Part 1 - A Visual Introduction to Hidden Markov Models with Python
    • Part 2 - Exploring Mixture Models with Python
    • Part 3 - Predicting Market Bottoms with Python
Read More