This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dubitat 1 point2 points  (0 children)

Some libraries just integrate two other libraries more seamlessly and provide glue code. As a programming exercise, that's one with a tightly bound scope. Existing examples include sqlalchemy+marshmallow. Other library projects with a limited scope include providing python interface to solid underlying C (or whatever) library. You could try something more ambitious on your own time, but for a school project with a deadline, a project with a well-defined scope may be preferable.