From f37ebd58667e0b1e1b7f66c9ba024a67edd885a3 Mon Sep 17 00:00:00 2001 From: fyrestone Date: Sun, 10 Sep 2017 09:37:34 +0800 Subject: [PATCH 1/2] Add Reloading section and pydevd_reload hot reload library. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5c5324474..c495295c0 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) @@ -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.* From 7c39c87c4130952a3fba32b823665b3abc8bf8d8 Mon Sep 17 00:00:00 2001 From: fyrestone Date: Sun, 10 Sep 2017 09:42:17 +0800 Subject: [PATCH 2/2] Fix section description. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c495295c0..246c152a9 100644 --- a/README.md +++ b/README.md @@ -896,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. @@ -907,7 +907,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## Reloading -*Libraries for reloading code* +*Libraries for reloading code.* * [pydevd_reload](https://github.com/fyrestone/pydevd_reload) - An enhanced hot reload module from PyDev.