Python implementation of the Deep Thought Library


Keywords
orm, api-centered, deep-thought
License
MIT
Install
pip install deepthought==1.0.9

Documentation

deep-thought.py

Python implementation of the Deep Thought Library

Getting Started

Install Deep Thought for Python

pip install deepthought

Hello World

To confirm that everything is set up and working, run the following script:

from deepthought.utils.DTLog import DTLog

DTLog.debug("Hello, world!")