/Recruitment-tasks

Backend recruitment tasks made for Python intern position.

Primary LanguagePython

Recruitment tasks

Backend recruitment tasks made for Python intern position.

Table of contents

Technologies

  • Python version: 3.7

Setup

To run this project, open command window and type:

cd C:\Users\Adam\projekt> # or other path where is folder with project files
python zadania_staz_atom.py

To run specified task, type for example:

zad1()

or

zad4()

At the beginning of the file you can find line:

import pandas as pd

which imports library called 'pandas'. At the beginning of every task, user have to choose if she/he wants to use data for only women, men or for all. It can be done by typing 'a','w' or 'm'. If user wants to leave each task, instead of typing 'a','w' or 'm' she/he has to type 'exit'

Contact

Created by Adam Misiak