G+_Dan Sarauer (N3m1sys) Posted May 2, 2014 Share Posted May 2, 2014 So here's my read/sort/write submission. Simple sorting of books by either author, title, or page count. https://github.com/dsarauer/python_examples/tree/master/Read%20Sort%20Write Link to comment Share on other sites More sharing options...
G+_Shannon Morse Posted May 2, 2014 Share Posted May 2, 2014 Works great! Thanks for sharing! We'll demo this on Coding 101 next week. :D Link to comment Share on other sites More sharing options...
G+_Dan Sarauer (N3m1sys) Posted May 2, 2014 Author Share Posted May 2, 2014 Awesome sauce! Thanks Shannon Morse! Loving the show! Link to comment Share on other sites More sharing options...
G+_Darryl Medley Posted May 3, 2014 Share Posted May 3, 2014 Nice program. What's funny is that it has the same sort bug that my Read-Sort-Write program does. We need to have a community discussion on how to best treat a string field as a number for sorting purposes. Link to comment Share on other sites More sharing options...
Recommended Posts