Coder Social home page Coder Social logo

Initial Major Restructure about pedal HOT 3 CLOSED

pedal-edu avatar pedal-edu commented on May 28, 2024
Initial Major Restructure

from pedal.

Comments (3)

lukesg08 avatar lukesg08 commented on May 28, 2024

All of what you said looks fine to me. I'm not sure I understand the "The init.py file in each module should expose the client-facing functions/variables/classes." because I'm not very well versed in python, but my understanding is that it's used for pathing?

from pedal.

acbart avatar acbart commented on May 28, 2024

Yep, just a matter of making imports prettier. if you put stuff into init.py, those things are available when you import the module. You can get some more info here.

After some design, I think there needs to be one more aspect to our pipeline: setting the source. This is the entry point for most of the modules, since they all need access to the students' source code. There might be some other elements that need to be set via the environment, but I think this is the primary. Others include:

  • Initial results of running students' code (output, variables, etc. a la Sandbox)
  • Student usage patterns (how long they've been in the app, when they last took a break, etc.) that could be used for more metacognitive feedback ("Have you taken a break lately?")
  • Previous feedback delivered

from pedal.

acbart avatar acbart commented on May 28, 2024

Anyway, I have a design in mind, I'm going to mock it out and you can see what you think.

from pedal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.