Skip to content

AndreyAD1/15_midnighters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Night Owls Detector

This script returns user names of Devman students who has ever sent an assignment between 0:00 and 6:00 o`clock.

How To Install

Python v3.5 should be already installed. Afterwards use pip (or pip3 if there is a conflict with old Python 2 setup) to install dependecies:

pip install -r requirements.txt # alternatively try pip3

Remember that it is recommended to use virtualenv/venv for better isolation.

Quick Start

To run script on Linux:

$ python3 seek_dev_nighters.py
The users who has ever sent an assignment between 0:00 and 6:00:
dreamfall3r
id185085967
ruslanmarkelof
akshirapov
svoboda_zaicam
0lekciy
maslovks

Windows usage is the same.

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

Задача #15 из курса devman.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%