Skip to content

chrisapton/Coding_Assessment_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applicant Compatibility Scoring System

This Python script evaluates applicants for a technical team by assigning compatibility scores based on their attributes: intelligence, strength, endurance, and spicy food tolerance.

Requirements

  • Python 3.x
  • NumPy
  • pandas

These libraries are used for data handling and calculations.

Installation

Ensure you have Python installed on your system. You can download Python from python.org.

To install the required Python libraries, run the following command:

pip install numpy pandas

Usage

The script expects an input JSON file named input.json located within the same folder as the script. You can run the script using

python3 assessment_code.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages