posted: 2005-12-04 21:34:12 perma-link, RSS comments feed
I just finished round 1 of resetting my office -- categorizing and boxing up all of my technical books. That took some time. In the end, I'd guess there's about eight to ten thousand dollars worth. I moved all but about a thousand dollars worth to public storage. Come spring, I guess I'm going to get rid of them.
I haven't decided whether to just give them to the library, try to sell them individually on ebay, or try to sell them by the box. Considering I generally paid between $30 and $50 per book, each box holds about $1k worth. What would you pay for a box of 30 books on Java? On Perl? On a mix of TCL, ColdFusion,XML/XSL ?
error sifting isotopes local variable 'maxk' referenced before assignment error making suggestion 'NoneType' object has no attribute 'category_label' |
hosting: slicehost.com.
powered by: django.
written in: python.
controlled by: bzr.
monsters by: monsterID.
Aisyahcetiia commented, on September 20, 2012 at 7:17 p.m.:
It's a little claneer to use an if rather than a try/except:db_query = c.execute( blah )row = db_query.fetchone()if row: print row 1: %s % row[0]else: print nothing found