From 831e950feb2373bdba9291d281c0c9fc87f8586e Mon Sep 17 00:00:00 2001 From: Gerd Duscher <50049264+gduscher@users.noreply.github.com> Date: Fri, 13 Jan 2023 17:21:35 -0500 Subject: [PATCH] Update external_guides.rst --- docs/source/external_guides.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/external_guides.rst b/docs/source/external_guides.rst index 3b6d3474..2189d920 100644 --- a/docs/source/external_guides.rst +++ b/docs/source/external_guides.rst @@ -23,10 +23,6 @@ The following tutorials go over the basics of python programming: * The `Hitchhiker guide to Python `_ * Introduction to programming in `Python 3 `_ * Tutorials on a broad spectrum of `real-world use topics `_ -* `O'Riley `_ has a nice book on Python too. -* A nice guide on `intermediate Python `_ -* Our own `crash course on the basics of python `_ -* `Learn python programming in detail `_ HDF5 and h5py ~~~~~~~~~~~~~