mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-31 05:33:41 +00:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
5650c55a68
commit
fbd443438f
22
index.html
22
index.html
|
@ -749,6 +749,13 @@
|
|||
Recommender Systems
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#refactoring" title="Refactoring" class="md-nav__link">
|
||||
Refactoring
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1396,6 +1403,13 @@
|
|||
Recommender Systems
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#refactoring" title="Refactoring" class="md-nav__link">
|
||||
Refactoring
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1646,6 +1660,7 @@
|
|||
<li><a href="#permissions">Permissions</a></li>
|
||||
<li><a href="#processes">Processes</a></li>
|
||||
<li><a href="#recommender-systems">Recommender Systems</a></li>
|
||||
<li><a href="#refactoring">Refactoring</a></li>
|
||||
<li><a href="#restful-api">RESTful API</a></li>
|
||||
<li><a href="#robotics">Robotics</a></li>
|
||||
<li><a href="#rpc-servers">RPC Servers</a></li>
|
||||
|
@ -2506,6 +2521,13 @@
|
|||
<li><a href="https://github.com/NicolasHug/Surprise">Surprise</a> - A scikit for building and analyzing recommender systems.</li>
|
||||
<li><a href="https://github.com/jfkirk/tensorrec">tensorrec</a> - A Recommendation Engine Framework in TensorFlow.</li>
|
||||
</ul>
|
||||
<h2 id="refactoring">Refactoring</h2>
|
||||
<p><em>Refactoring tools and libraries for Python</em></p>
|
||||
<ul>
|
||||
<li><a href="http://bicyclerepair.sourceforge.net/">Bicycle Repair Man</a> - Bicycle Repair Man, a refactoring tool for Python.</li>
|
||||
<li><a href="https://pybowler.io/">Bowler</a> - Safe code refactoring for modern Python.</li>
|
||||
<li><a href="https://github.com/python-rope/rope">Rope</a> - Rope is a python refactoring library.</li>
|
||||
</ul>
|
||||
<h2 id="restful-api">RESTful API</h2>
|
||||
<p><em>Libraries for building RESTful APIs.</em></p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user