Posts by JPC • 9 points
1 post
-
0
votes1
answer646
viewsQ: How to convert a "Sqlite3 Object cursor" to a list (Python)
In a cell of a table in my database I have a list of pairs. I have a module in Python that I want you to fetch that list from the database and read it as a list. I tried to run this: interpretation…