From 929c56980d727707ca259ccc5113409dee19e9ce Mon Sep 17 00:00:00 2001 From: Michael Knight Date: Fri, 13 Oct 2023 14:04:26 -0400 Subject: [PATCH] test --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index ae5756c..92f09ab 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,3 @@ -# python-examples - -![travis build status](https://travis-ci.org/jamesacampbell/python-examples.svg) -[![CircleCI](https://circleci.com/gh/jamesacampbell/python-examples/tree/master.svg?style=svg)](https://circleci.com/gh/jamesacampbell/python-examples/tree/master) - -This is a collection of python examples I created for some key libraries in Python that I use all the time. - -It is a way for me to remember and hopefully get others started. - -Start your Python journey in Python 3. Onward and upward. - **urllib** (built-in to python3) 1. [access foursquare API](#foursquare-api-example)