From d3f76db837fd6f2a939c1af859b962d93a96614a Mon Sep 17 00:00:00 2001 From: Guy Date: Sun, 9 Feb 2020 13:14:01 +0200 Subject: [PATCH] added training section to readme file --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 0b6c1e206d..197d2886b7 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,14 @@ A couple of links for getting up to speed: * `API docs `_ * `Performance tips `_ +Training +-------- +The course `Using Scylla Drivers `_ in `Scylla University `_ explains how to use drivers in different languages to interact with a Scylla cluster. +The lesson, Coding with Python (link), goes over a sample application that, using the Python driver, interacts with a three-node Scylla cluster. +It connects to a Scylla cluster, displays the contents of a table, inserts and deletes data, and shows the contents of the table after each action. +`Scylla University `_ includes other training material and online courses which will help you become a Scylla NoSQL database expert. + + Object Mapper ------------- cqlengine (originally developed by Blake Eggleston and Jon Haddad, with contributions from the