You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this logic screams for just writing import sqlite3 (comes with the python interpreter!), creating a table in memory (or on disk), maybe even with a column index, and writing some simple sql queries.
The text was updated successfully, but these errors were encountered:
Looking at
german-nouns/german_nouns/lookup/__init__.py
Lines 35 to 68 in 1d076f5
this logic screams for just writing
import sqlite3
(comes with the python interpreter!), creating a table in memory (or on disk), maybe even with a column index, and writing some simple sql queries.The text was updated successfully, but these errors were encountered: