cassandra-driverEasy Playground

DataStax driver for Apache Cassandra

Getting started with cassandra-driverRun locally
Install
pip install cassandra-driver
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: cassandra_driver)

cassandra-driver is a third-party package. DataStax driver for Apache Cassandra. Install with: pip install cassandra-driver

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?