set up a small Python project to run reliably (locally + in Docker), pin dependencies for reproducible installs, write focused tests to reproduce a bug, implement a minimal, reviewable fix.
BrowserStack_assignment/ │ ├── main.py # Entry point — orchestrates the full pipeline ├── scraper.py # Selenium link discovery + requests/BS4 content fetching ├── translator.py # Google Translate API ...