I've been tasked to learn to code by translating this program https://github.com/metacoglab/metacognition-task-online from javascript to Python... big undertaking and I only know R so sorry if this is a confused question.
Line 30 of the design.js document features the function ._data.map( which I take is from jQuery, but does anyone know if PyQuery has an equivalent functionality?
Thanks!