From 8a39506815a44ecf63270254473521973a7d37de Mon Sep 17 00:00:00 2001 From: David Dobolyi <4490587+davedgd@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:01:47 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e846fe..08439f4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # python-class-examples -Various Python data analysis examples used in my courses. All of these Jupyter Notebooks have been tested in [Google Colab](http://colab.research.google.com) with a T4 GPU. +Various Python data analysis examples used in my courses. All of these Jupyter Notebooks have been tested in [Google Colab](http://colab.research.google.com) with a T4 GPU (although the TitanicSurvival examples [including MLJAR] do not require a GPU runtime). For help with learning Python, see my [python-bootcamp](https://github.com/davedgd/python-bootcamp).