Learn more about Tadas' presentation:

Managing Dozens of Python Scrapers’ Dependencies: The Monorepo Way

Managing Python projects' dependencies might seem like an easy task nowadays. However, developing your own frameworks and libraries with many dependent projects usually requires more than 10 merge requests for even a minor change.  Then, the process of managing Python projects becomes challenging. 

Tadas’ presentation will take a quick look at:

  • A "wannabe" Python monorepo setup; 

  • Issues when trying to manage an increasing number of scrapers and how to solve them without additional tools conveniently;

  • How to  build a "wannabe" Python monorepo setup using Poetry and GitLab.