Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望在 Python 中实现基于位置的推荐服务(作为 Django 应用程序),根据用户提供的位置(城镇、城市、国家),我可以检索位于用户 50 英里范围内的其他用户的记录. 是否有现有的框架可以做到这一点?
我不完全确定我知道你所说的框架是什么意思。获取用户位置是一项任务,获得推荐是另一项任务。获取位置将相当容易(HTML5、IP 查找等)。推荐系统是更个人化的选择。我推荐阅读这篇关于亚马逊的文章,然后在这里查看教程和 github 项目。