From 10f9a03827bc3a04a3f304a15c93b73b8ddaaf72 Mon Sep 17 00:00:00 2001 From: Poruri Sai Rahul Date: Tue, 30 May 2017 11:43:04 +0530 Subject: [PATCH 1/3] Create enthought.md Add information about Enthought in the companies page. --- companies/pages/enthought.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 companies/pages/enthought.md diff --git a/companies/pages/enthought.md b/companies/pages/enthought.md new file mode 100644 index 0000000..6cb9c05 --- /dev/null +++ b/companies/pages/enthought.md @@ -0,0 +1,9 @@ +--- +layout: company +name: Enthought +company_url: https://enthought.com/ +--- + +## About Python usage in the company + +At Enthought, we do Product Development, Consulting and Training using Python. From c959636463e69527b37a535ce2fefc49d201d427 Mon Sep 17 00:00:00 2001 From: Poruri Sai Rahul Date: Tue, 30 May 2017 11:46:21 +0530 Subject: [PATCH 2/3] Add SciPy to Python events list --- pages/python-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/python-resources.md b/pages/python-resources.md index 7a718cd..2a7fa25 100644 --- a/pages/python-resources.md +++ b/pages/python-resources.md @@ -48,3 +48,4 @@ title: Resources for Python ### Python Events * [Pycon](http://pycon.org) * [Pycon India](http://in.pycon.org) +* [SciPy India](scipy.in/) From 9a365f062363d55e96ecc886b3be0200c5191208 Mon Sep 17 00:00:00 2001 From: Poruri Sai Rahul Date: Sun, 25 Jun 2017 11:03:55 +0530 Subject: [PATCH 3/3] CLN : add http:// to the URL --- pages/python-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/python-resources.md b/pages/python-resources.md index 2a7fa25..91a746a 100644 --- a/pages/python-resources.md +++ b/pages/python-resources.md @@ -48,4 +48,4 @@ title: Resources for Python ### Python Events * [Pycon](http://pycon.org) * [Pycon India](http://in.pycon.org) -* [SciPy India](scipy.in/) +* [SciPy India](http://scipy.in/)