How to be Pythonic? Design a Query Language in Python

cheukting_ho

Cheuk Ting Ho 🐍

Posted on March 26, 2020

How to be Pythonic? Design a Query Language in Python

We created Python API calls that let you can make queries and manipulate data in our graph database. We thought about what will be best for Pythonistas? What will be the most Pythonic way to do it? (Is it a thing?) Here’s our journey in making WOQLpy and we want to make it useful to you.

If you want to catch me streaming live, follow me on Twitch.

💖 💪 🙅 🚩
cheukting_ho
Cheuk Ting Ho 🐍

Posted on March 26, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related