Skip to content

coopnorge/demos

Repository files navigation

Coop Norge Demos


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

Languages


Python

  • 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.

Automated testing


Selenium

  • selenium-webdriver - This is a great opportunity to show how Selenium in Python can be used as a webscraper and prove itself useful.

BDD

  • bdd-api - Testing API with BDD approach based on Golang

Security


Security tooling