Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friz-zy/test_blue_yonder
a small programming task in python for Blue Yonder
https://github.com/friz-zy/test_blue_yonder
Last synced: 25 days ago
JSON representation
a small programming task in python for Blue Yonder
- Host: GitHub
- URL: https://github.com/friz-zy/test_blue_yonder
- Owner: Friz-zy
- License: apache-2.0
- Created: 2015-08-09T08:51:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T14:17:03.000Z (over 9 years ago)
- Last Synced: 2023-03-23T01:56:30.353Z (almost 2 years ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Applicant Test
Given a plaintext file containing URLs, one per line, e.g.:
http://mywebserver.com/images/271947.jpg
http://mywebserver.com/images/24174.jpg
http://somewebsrv.com/img/992147.jpgWrite a script or program that takes this plaintext file as an argument and downloads all images,
storing them on the local hard disk.
Approach the problem as you would any task in a normal day's work: as if this code will be used in
important live systems, modified later on by other developers, and so on.[Why I do not use PEP 8](https://medium.com/@drb/pep-8-beautiful-code-and-the-tyranny-of-guidelines-f96499f5ac17)