Doltpy Self-Guided Tutorial
Doltpy Tutorial
Doltpy is a library that makes it easier to execute Dolt commands in a Python environment. These features include:
-
Convert Python functions to equivalent Dolt CLI shell commands.
-
Transform and format data between Python types, like arrays, dictionaries, and dataframes, and SQL types, like rows, tables, databases.
-
Integrate with popular Python libraries like SQLAlchemy and Pandas.
This video tutorial walks through a few commands in the DoltHub Python documentation: installing Doltpy, importing data from a CSV into Dolt, and then plucking data out of Dolt back into Python.
Follow along with the commands in the Doltpy docs, or take a look at the Doltpy or Doltcli source code yourself.
Let us know what you think! We are always available on our Discord, and sign up for our mailing list for weekly updates.