How to care for an URI and feed it?
I am developing an application, which needs to be aware of the concept of URI. A quick Google search yielded the following URLs:
What I really would like to:
- Find how to specify a section inside a file, in terms of offset relative to beginning and length.
- Locate a Python module, which knows to do everything a mortal needs to do with URIs.

No comments yet.