Jump to content

I need to convert an ISBN-10 to an ISBN-13, and I need to convert it back to an ISBN-13 to an ISBN-10.

 

here's 1/2 of it: http://code.activestate.com/recipes/498104-isbn-13-converter/

 

"ISBN, the International Standard Book Number, will migrate to 13-digits version from current 10-digits version on 2007-01-01. This recipe converts ISBN-10 to ISBN-13 by regenerating the check digit."

 

 Google is your friend  :)

Folding For Linus since July 2015

Link to comment
https://linustechtips.com/topic/487762-isbn-python/#findComment-6546439
Share on other sites

Link to post
Share on other sites

This website although not written in Python seems to have an algorithm for that conversion. Assuming you know the language you can just rewrite that algorithm in Python.

http://useroffline.blogspot.com/2008/08/tip-spreadsheet-conversion-for-isbn-10.html

Don't do drugs. Do hugs!

 

Link to comment
https://linustechtips.com/topic/487762-isbn-python/#findComment-6546442
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×