Skip to content

EQWorks/ws-product-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Sample for Product Aspect, Python Variant

What is this for?

Development

Glitch is recommended:

  1. Remix on Glitch
  2. Populate .env file with the environment variables given in the problem set we send to you through email
  3. Click on Show Live and you should see Welcome to EQ Works 😎

You can also opt to develop using your local environment. Python 3.6+ is recommended.

Notes on working through the problems

Make sure any additional Python level dependencies are properly added in Pipfile. We encourage a healthy mixture of your own implementations, and good choices of existing open-source libraries/tools. We will comment in the problems to indicate which ones cannot be solved purely through an off-the-shelf solution.