Added new section Refactoring

This commit is contained in:
Juan Ignacio Rodriguez de Leon 2019-11-20 16:59:37 +00:00
parent 6b9206204e
commit bfa5e158be
1 changed files with 9 additions and 0 deletions

View File

@ -67,6 +67,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Permissions](#permissions)
- [Processes](#processes)
- [Recommender Systems](#recommender-systems)
- [Refactoring](#refactoring)
- [RESTful API](#restful-api)
- [Robotics](#robotics)
- [RPC Servers](#rpc-servers)
@ -890,6 +891,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Surprise](https://github.com/NicolasHug/Surprise) - A scikit for building and analyzing recommender systems.
* [tensorrec](https://github.com/jfkirk/tensorrec) - A Recommendation Engine Framework in TensorFlow.
## Refactoring
*Refactoring tools and libraries for Python*
* [Bicycle Repair Man](http://bicyclerepair.sourceforge.net/) - Bicycle Repair Man, a refactoring tool for Python.
* [Bowler](https://pybowler.io/) - Safe code refactoring for modern Python.
* [Rope](https://github.com/python-rope/rope) - Rope is a python refactoring library.
## RESTful API
*Libraries for building RESTful APIs.*