This repo contains code relating to tech demos presented internally at the Coop.
Demo code should go into the folder corresponding to the week it is being demonstrated in.
Table of Contents
- python-typing - Tired of those runtime type errors when developing in python? Mypy, together with type hints, allows you to perform static type checking on your python code.
- selenium-webdriver - This is a great opportunity to show how Selenium in Python can be used as a webscraper and prove itself useful.
- bdd-api - Testing API with BDD approach based on Golang