+ 3

Where do I start? Any advice would be welcome..

I am a relative noob.startin My problem is the following: 1. We upload photos(*.jpg) unto a live online Java based system at work. 2. Colleagues take photographs with their cell phones with the resultant photos being taken are too large to upload initially. 3. Instead of going over to the tech guys I thought I would venture into Python and design an app myself. 4. The size requirement for said photographs are 500kbs and no more than that. 5. The app needs to resize the photos without changing any details.

29th Jan 2018, 4:05 PM
William Frederick Meyer
William Frederick Meyer - avatar
3 Answers
0
and then that happened just now....
3rd Feb 2018, 12:51 PM
William Frederick Meyer
William Frederick Meyer - avatar
0
try:     f = open("/root/Desktop/toetsfile.txt","r")             with open("/root/Desktop/toetsfile.txt") as f:         print              finally:     f.close()
3rd Feb 2018, 12:51 PM
William Frederick Meyer
William Frederick Meyer - avatar
0
it displayed the contents of my target file but with /n at the end... one step down.... 99876 to go😂😂😂😂
3rd Feb 2018, 12:52 PM
William Frederick Meyer
William Frederick Meyer - avatar