Python Forum
Library Program Prison Project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Library Program Prison Project
#10
There are many types of barcodes. The ones you see on food items are usually UPC-E or UPC-A
here's a site that shows quite a few code types: http://dynamicstatements.com/barcodes.aspx
Code 3 of 9 is also knows as code 39 (shortened name) the reason I mentioned this one is that
you can encode text as well as numbers. The problem with it is that it grows laterally as the number
of characters increases making it sometimes hard for the reader to capture.

Probably best to use ISBN code for book id which is all numeric, and uses Bookland EAN, or EAN-13
codes.

There is a group that is building a database for every product ever made, including books, and it's free
you can find out about it here: https://product.okfn.org/
and see some of their work here: http://product-open-data.com/

This is a good place to start learning about what's available.
Reply


Messages In This Thread
Library Program Prison Project - by lewashby - Jul-06-2017, 12:54 AM
RE: Library Program Prison Project - by ichabod801 - Jul-06-2017, 01:09 AM
RE: Library Program Prison Project - by lewashby - Jul-06-2017, 02:18 AM
RE: Library Program Prison Project - by sparkz_alot - Jul-06-2017, 01:28 PM
RE: Library Program Prison Project - by ichabod801 - Jul-06-2017, 08:28 PM
RE: Library Program Prison Project - by nilamo - Jul-06-2017, 09:18 PM
RE: Library Program Prison Project - by lewashby - Jul-08-2017, 03:05 PM
RE: Library Program Prison Project - by Larz60+ - Jul-08-2017, 04:58 PM
RE: Library Program Prison Project - by lewashby - Jul-13-2017, 01:39 AM
RE: Library Program Prison Project - by Larz60+ - Jul-13-2017, 05:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help needed in finding a library for this project PythonEnthusiast1729 7 889 Dec-27-2023, 11:27 AM
Last Post: PythonEnthusiast1729
Music Help with: Audiobook Library/Copier Project eleven43 0 499 Sep-14-2023, 04:17 PM
Last Post: eleven43
  Problem with importing python-telegram library into the project gandonio 1 1,612 Nov-01-2022, 02:19 AM
Last Post: deanhystad
  Regarding import library in two different program file Rohit 3 2,509 Jan-22-2020, 07:14 AM
Last Post: buran
  Join the Python Standard Library to my project sylas 1 2,218 May-16-2018, 05:59 AM
Last Post: buran
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,849 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020