Skip to content

Commit d5074d3

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent 6d44826 commit d5074d3

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,11 +1713,11 @@ <h2 id="algorithms-and-design-patterns">Algorithms and Design Patterns</h2>
17131713
<p><em>Python implementation of algorithms and design patterns.</em></p>
17141714
<ul>
17151715
<li><a href="https://github.com/keon/algorithms">algorithms</a> - Minimal examples of data structures and algorithms in Python.</li>
1716-
<li><a href="https://github.com/erikrose/more-itertools">more-itertools</a> - More routines for operating on iterables, beyond <code>itertools</code>.</li>
17171716
<li><a href="https://github.com/tylerlaberge/PyPattyrn">PyPattyrn</a> - A simple yet effective library for implementing common design patterns.</li>
1717+
<li><a href="https://github.com/prabhupant/python-ds">python-ds</a> - Clean and simple collection of data structure and algorithms in Python for coding interviews.</li>
17181718
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
17191719
<li><a href="https://github.com/grantjenks/python-sortedcontainers">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
1720-
<li><a href="https://github.com/prabhupant/python-ds">python-ds</a> - Clean and simple collection of data structure and algorithms in Python for coding interviews.</li>
1720+
<li><a href="https://github.com/pytransitions/transitions">transitions</a> - A lightweight, object-oriented finite state machine implementation in Python.</li>
17211721
</ul>
17221722
<h2 id="asgi-servers">ASGI Servers</h2>
17231723
<p><em>ASGI-compatible web servers.</em></p>
@@ -2247,12 +2247,13 @@ <h2 id="forms">Forms</h2>
22472247
<h2 id="functional-programming">Functional Programming</h2>
22482248
<p><em>Functional Programming with Python.</em></p>
22492249
<ul>
2250-
<li><a href="http://coconut-lang.org/">Coconut</a> - Coconut is a variant of Python built for simple, elegant, Pythonic functional programming.</li>
2251-
<li><a href="https://github.com/pytoolz/cytoolz/">CyToolz</a> - Cython implementation of Toolz: High performance functional utilities.</li>
2250+
<li><a href="https://github.com/evhub/coconut">Coconut</a> - A variant of Python built for simple, elegant, Pythonic functional programming.</li>
22522251
<li><a href="https://github.com/kachayev/fn.py">fn.py</a> - Functional programming in Python: implementation of missing features to enjoy FP.</li>
22532252
<li><a href="https://github.com/Suor/funcy">funcy</a> - A fancy and practical functional tools.</li>
2254-
<li><a href="https://github.com/pytoolz/toolz">Toolz</a> - A collection of functional utilities for iterators, functions, and dictionaries.</li>
2253+
<li><a href="https://github.com/erikrose/more-itertools">more-itertools</a> - More routines for operating on iterables, beyond <code>itertools</code>.</li>
22552254
<li><a href="https://github.com/dry-python/returns">returns</a> - A set of type-safe monads, tranformers, and composition utilities.</li>
2255+
<li><a href="https://github.com/pytoolz/toolz">Toolz</a> - A collection of functional utilities for iterators, functions, and dictionaries.</li>
2256+
<li><a href="https://github.com/pytoolz/cytoolz/">CyToolz</a> - Cython implementation of <code>Toolz</code>: High performance functional utilities.</li>
22562257
</ul>
22572258
<h2 id="gui-development">GUI Development</h2>
22582259
<p><em>Libraries for working with graphical user interface applications.</em></p>
@@ -2589,7 +2590,7 @@ <h2 id="rpc-servers">RPC Servers</h2>
25892590
<p><em>RPC-compatible servers.</em></p>
25902591
<ul>
25912592
<li><a href="https://github.com/0rpc/zerorpc-python">zeroRPC</a> - zerorpc is a flexible RPC implementation based on <a href="http://zeromq.org/">ZeroMQ</a> and <a href="http://msgpack.org/">MessagePack</a>.</li>
2592-
<li><a href="https://github.com/tomerfiliba/rpyc">RPyC</a> (Remote Python Call) - A transparent and symmetric RPC library for Python </li>
2593+
<li><a href="https://github.com/tomerfiliba/rpyc">RPyC</a> (Remote Python Call) - A transparent and symmetric RPC library for Python</li>
25932594
</ul>
25942595
<h2 id="science">Science</h2>
25952596
<p><em>Libraries for scientific computing. Also see <a href="https://github.com/TomNicholas/Python-for-Scientists">Python-for-Scientists</a></em></p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)