News

Python really shines when it comes to automating repetitive tasks. Think about it: scanning networks, fuzzing applications, ...
Setting up a Python workspace. The first part of the book deals with setting up a workspace, in this case by installing Anaconda and getting familiar with tools like Jupyter and Spyder.
This project contains a DB-API 2.0 compatible Python interface to the SingleStore database and workspace management API. import singlestoredb as s2 # Connect using the default connector conn = ...