Hi all,
A pupil of mine is working on a software project that integrates with a database. He wants to use the “dictionary” data structure in Python.
Is this allowed?
The documentation says “Object-oriented programming with an array of objects” or “Procedural programming with a 2D array or an array of records”.
Also, when the the procedural programming sentence says “an array of records” is it meaning “2D array of records”?
Stuart.