@@ -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