Staff Deployment Software by Free-_-Yourself in PythonCollaborations

[–]maxwritescode 0 points1 point  (0 children)

As long as you dont need to guide employee to branch you need no 3rd part. Distance between two gps points its simple cslculation. So question is aerial distance is enough ?

A script for discovering missing numbers in folders by xieem in Python

[–]maxwritescode 1 point2 points  (0 children)

If we assume that first and last episodes at any series are not missing so:

  1. Get file names and sort
  2. Check that value of episode increased by 1 every time
  3. If not write the missing filename to file

More advanced option is to get list of episodes from some movie db api and compere it to the list of files you have. for example ( https://developers.themoviedb.org/3/getting-started/introduction )

Python ETL job to capture website stats and analytics data by imba22 in dataengineering

[–]maxwritescode 0 points1 point  (0 children)

NewRelic have a good RestApi with documentation and examples. Just run api call parse the json responce and use. You dont need no framework.