URI Library for Python

帅比萌擦擦* 提交于 2020-03-23 06:17:05

问题


I am planning to build my own URI module/class in python to get a grasp on URIs and python. Could you please suggest me links for blogs/sites/etc for a complete reference on URIs and where to begin with, the RFCs not to be missed and any other source of help. This is not a part of my homework assignment. Thanks in advance!


回答1:


You know urlparse exists right?

It will probably be better than what you are intending to write.



来源:https://stackoverflow.com/questions/14747320/uri-library-for-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!