Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7952427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:51:30+00:00 2026-06-04T02:51:30+00:00

I have written python code which involves the use of dictionaries. I now wish

  • 0

I have written python code which involves the use of dictionaries. I now wish to store my processed data onto a local SQLite database, but can’t think of how to translate something like:

myDict[wordA] = [list of tuples (length changes per word)]

into SQL. I have changed myDict to be an SQL table with word being the first element, but I don’t know how to assign columns to a variable list.

Do I have to change the structure of the DB?

Any ideas would be great!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T02:51:32+00:00Added an answer on June 4, 2026 at 2:51 am

    I would suggest you follow through a database tutorial like: http://www.quackit.com/database/tutorial/.

    You’ll want to make two tables, one that contains the word values, and one that contains the tuples. The tuples should not be in a list, but all have a separate row.
    You can link the tuples to the words using foreign keys. You can link multiple rows to the same word, in that way keeping the tuples from the list linked to a single word.

    It would look like this, the foreign_key of the tuple table linking to the primary_key of the Word table:

    Word table                              tuple table
    
    primary_key   word                      primary_key     tuple     foreign_key
    1             example1                  1               (1,2)     1
    2             example2                  2               (3,9)     1
                                            3               (4,1)     2
                                            4               (4,2)     2
    

    This would correspond to

    myDict = {'example1' = [(1,2), (3,9)], 'example2' = [(4,1), (4,2)]}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some code written in Python which can not be transferred to a
I have written a piece of code in python, in which I am asking
i have written a code which converts date and time into timezone , now
I have written a few lines of code in Python to see if I
I have written a Python TCP/IP server for internal use, using win32serviceutil/py2exe to create
I have written a python script which watches a directory for new subdirectories, and
I have written a python script with methods in it. Now I want to
I have written a class in python that implements __str__(self) but when I use
I have a regular desktop application which is written in Python/GTK and SQLObject as
I am new to both python, and to threads. I have written python code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.