Git Product home page Git Product logo

stepik's People

Contributors

rouanth avatar

Stargazers

 avatar  avatar  avatar  avatar

stepik's Issues

There is no way to receive task statements for tests

For step types Test, Reordering, and Multiple selection, tasks are generated automatically. Currently we provide no interface for receiving these generated task statements, only for submitting the solutions for them.

Extremely slow execution of `lessons`

The lessons is much slower than they can be, because some of the requests to the Stepik server can be run in parallel, but now are executed linearly.

It is easy to crash the application

Due to it being written in a somewhat sloppy python, it crashes with a backtrace all the time in case there is even a small error. That is, we practically don't validate any user input, and if what the user wanted works, it works, otherwise it crashes with an unhelpful error message.

This problem is somewhat mitigated by the man page being quite short and supposedly readable. Therefore, it should be easy to learn what to do to achieve a desired result without running into a backtrace.

Slow zsh completion

Due to how slow stepik's server is (on my machine it's 2.2 seconds on average to get a list of courses one is enrolled in), zsh completion doesn't feel fluent and is pretty uncomfortable to use. Maybe some strategic caching could fix this, but then there would be a whole new world of problems with cache invalidation.

Many step types are unsupported

All step types that are listed as experimental or complex, as well as the "Table" step type, are completely unsupported. They don't seem to be common, so it's probably not a big deal, but the support is limited.

No bash completion, bad zsh completion

Due to how slow the Stepik's server is (2.3 seconds on average for performing a single query for receiving a list of courses), the time investment in creating completion functions doesn't look like it will pay off: bash completion isn't supposed to take 2.3 seconds, and would be nearly useless if we implemented it naively.

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.