Python Forum
Database structure (no code?)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Database structure (no code?)
#1
Hello geniuses!

I am a Python amateur so before I even start my coding project I would appreciate some direction.
I have a (VBA exercise) Excel application that I know could be greatly improved using Python.
The meat and potatoes of my "coding start" dilemma - My XLM_APP basics-

I have 5 databases - matbase, partsdb, compdb, assemdb, modeldb
index(a2) m-001 p-001 c-001 a-001 m-001

Matbase is straight forward, raw material from suppliers
partsdb is the first, end result of processing a material ie. a part.
compdb is a collection of parts that make a component.
Assemdb is a collection of components and parts.
modeldb is a collection of assemblies components and parts

Given the relationships described above how should I relate these database's?
Lists, Tuples, dictionary?
I'm in Google overload.
TX
steve
Reply
#2
perhaps something like: https://pypi.org/project/cheesefactory/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How read Table Structure from Database nnsatpute 5 3,718 Oct-25-2019, 10:08 AM
Last Post: Larz60+
  Database table structure compare(Oracle) GKT 4 2,756 Oct-16-2019, 03:16 PM
Last Post: GKT
  Error in running MS Access Database connection code pyuser1 4 7,670 Feb-01-2018, 08:28 PM
Last Post: pyuser1
  Unable to connect oracle database using python code mayuresh 2 17,078 Jan-27-2018, 11:57 AM
Last Post: mayuresh
  Can I Add A Second SQL Database to this code and use both? Rapier 9 4,884 Dec-13-2017, 12:45 AM
Last Post: mpd
  Using classes? Can I just use classes to structure code? muteboy 5 5,037 Nov-01-2017, 04:20 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020