@@ -916,6 +916,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
916
916
917
917
## Functional Programming
918
918
919
+ * Functional Programming with Python.*
920
+
919
921
* [ fn.py] ( https://github.com/kachayev/fn.py ) - Functional programming in Python: implementation of missing features to enjoy FP.
920
922
* [ funcy] ( https://github.com/Suor/funcy ) - A fancy and practical functional tools.
921
923
* [ 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
940
942
* Software and libraries for DevOps.*
941
943
942
944
* [ 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.
945
947
* [ Fabric] ( http://www.fabfile.org/ ) - A simple, Pythonic tool for remote execution and deployment.
946
948
* [ Fabtools] ( https://github.com/ronnix/fabtools ) - Tools for writing awesome Fabric files.
947
949
* [ 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
1020
1022
1021
1023
## Algorithms and Design Patterns
1022
1024
1023
- * Collections of algorithms and design patterns.*
1025
+ * Python implementation of algorithms and design patterns.*
1024
1026
1025
1027
* [ python-patterns] ( https://github.com/faif/python-patterns ) - A collection of design patterns in Python.
1026
1028
* [ algorithms] ( https://github.com/nryoung/algorithms ) - module of algorithms for Python.
0 commit comments