From a533e65f13443765e741bcfc341cc2bad30bb9ee Mon Sep 17 00:00:00 2001 From: guillaume-chevalier Date: Sat, 13 Oct 2018 05:00:31 -0400 Subject: [PATCH] Add Convolutional loops --- README.md | 1 + authors.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d3e150e..1ba1a42 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ ## Iterators * [Understanding Iterators and Iterables](http://www.shutupandship.com/2012/01/understanding-python-iterables-and.html) * [For Loops and Iterators](https://www.codementor.io/python/tutorial/python-generators-and-iterators) +* [Convolutional loops](https://github.com/guillaume-chevalier/python-conv-lib) ## Import * [A Python Import Tutorial for Beginners](https://www.codementor.io/python/tutorial/python-path-virtualenv-import-for-beginners) diff --git a/authors.md b/authors.md index cca015a..054a770 100644 --- a/authors.md +++ b/authors.md @@ -47,3 +47,4 @@ * Karlijn Willems * Vitaly Pavlenko * Thawsitt Naing +* Guillaume Chevalier