diff --git a/README.md b/README.md index 5c5324474..246c152a9 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Processes](#processes) - [Queue](#queue) - [Recommender Systems](#recommender-systems) + - [Reloading](#reloading) - [RESTful API](#restful-api) - [RPC Servers](#rpc-servers) - [Science](#science) @@ -895,7 +896,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## Recommender Systems -*Libraries for building recommender systems* +*Libraries for building recommender systems.* * [annoy](https://github.com/spotify/annoy) - Approximate Nearest Neighbors in C++/Python optimized for memory usage. * [fastFM](https://github.com/ibayer/fastFM) - A library for Factorization Machines. @@ -904,6 +905,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [LightFM](https://github.com/lyst/lightfm) - A Python implementation of a number of popular recommendation algorithms. * [surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems. +## Reloading + +*Libraries for reloading code.* + +* [pydevd_reload](https://github.com/fyrestone/pydevd_reload) - An enhanced hot reload module from PyDev. + ## RESTful API *Libraries for developing RESTful APIs.*