8000 refine again · amitpp/awesome-python@ce7fc71 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce7fc71

Browse files
committed
refine again
1 parent 709720e commit ce7fc71

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
916916

917917
## Functional Programming
918918

919+
*Functional Programming with Python.*
920+
919921
* [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.
920922
* [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
921923
* [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries.
@@ -940,8 +942,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
940942
*Software and libraries for DevOps.*
941943

942944
* [OpenStack](http://www.openstack.org/) - Open source software for building private and public clouds.
943-
* [Ansible](http://www.ansible.com/) - An IT automation tool.
944-
* [SaltStack](http://www.saltstack.com/community/) - Infrastructure automation and management system.
945+
* [Ansible](https://github.com/ansible/ansible) - A radically simple IT automation platform.
946+
* [SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system.
945947
* [Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.
946948
* [Fabtools](https://github.com/ronnix/fabtools) - Tools for writing awesome Fabric files.
947949
* [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
@@ -1020,7 +1022,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
10201022

10211023
## Algorithms and Design Patterns
10221024

1023-
*Collections of algorithms and design patterns.*
1025+
*Python implementation of algorithms and design patterns.*
10241026

10251027
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
10261028
* [algorithms](https://github.com/nryoung/algorithms) - module of algorithms for Python.

0 commit comments

Comments
 (0)
0