Showing posts with label apple iphone. Show all posts
Showing posts with label apple iphone. Show all posts

Saturday, September 19, 2015

iOS9 vs iOS8.4 on iPhone 4s, 5, 5s and 6

hope all are aware of iOS 9 got release on sep 16th 2015. Here is a 8.59 minute video comparison between iOS 8.4 and 9 on iPhone 4s, 5, 5s and 6. Enjoy and share the post

16 minute video on new features of iOS 9

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...