A package used to find the best employee in an organization
Project description
This is a package which actually determines the best employee in any firm based on the parameters
- Total Hours
- Rating
- Total Orders
To use this function
Step 1 : Call the class
x = BestEmployee()
Step 2: Add the employee details
a.add_employee("Rahul",160,1.5,10) a.add_employee("Sam",100,4.5,10) a.add_employee("John",180,3.5,10)
Step 3: Call the evaluate function
result=a.evaluate()
Step 4: Print the Best Employee print(result['best_emp'])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file best-employee-finder-ashwinsabu20000-0.0.1.tar.gz.
File metadata
- Download URL: best-employee-finder-ashwinsabu20000-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a7c162cb20f1b4be11d0739bcacb99d2a3165bf0c4cd0370463983cd84e1442
|
|
| MD5 |
5927d8ea9df69ddf29d34992793d37a8
|
|
| BLAKE2b-256 |
ad1d9d68fae39a9ec33f22e4a3d94b450238ad42e1dd7c34869c8f8c61f47503
|
File details
Details for the file best_employee_finder_ashwinsabu20000-0.0.1-py3-none-any.whl.
File metadata
- Download URL: best_employee_finder_ashwinsabu20000-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05f49402ae910b9117d3a67aa5faa4a935ea2ccff9e15de5948d63fae9462abd
|
|
| MD5 |
07e63620a6021e770e6005d61ff594be
|
|
| BLAKE2b-256 |
263e63500496b321a759d990af774f0a7a58bf3963b10b33c550d94ac5aab307
|