In our Library program, we have seven locations that offer 3D printing services to our patrons. The challenge we ran into was keeping track of these requests in a way that staff could easily manage the print queue and communicate with patrons regarding their requests. I set up a Django web application called Innovation Lab […]
Category Archives: Python
How Technology in Libraries Directly Impacts Patron Use
The following text was entirely generated by AI Libraries have always been at the forefront of using technology to help patrons. By using technology, libraries are able to offer a wide variety of services that help patrons make better use of the library. One of the most important ways that technology is used in libraries […]
Pandas and the Library
For work, I like to use the python library Pandas to crunch numbers for the libraries. Pandas is a library that is able to read CSVs and Excel files and has a bunch or really convenient ways to sort, filter, reshape, and otherwise play with data. Our items are shelved in neighborhoods, which are kind […]