Giter Site home page Giter Site logo

delftx-database's People

Contributors

angusglchen avatar christophlo avatar yue-zhao avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

mmaschenk

delftx-database's Issues

Removing deleted elements

In course structure, some elements have creation time earlier than the course start time. In our initial code, we remove them since some of those contents are treated as "deleted".

However, some of them are reserved in the course running. Actually, we cannot justify if an element is deleted or not, just based on their creation time.

If there is a clear tag which shows whether those elements are deleted or not, it would be better.

Otherwise, we have to keep all of those elements and treat them as elements created in the first week.

The Question of this issue is that do we have a clear tag to show elements deleted or not in course structure file?

Python 2/3 compatibility

Right now, the project seem to work only with python 2. there is no strong reason why this should be the case (usually, restricting yourself to python 2 is the result of urgently requiring a library unavailable to python 3).

Therefore, the code in this project should be as universal as possible. You can easily do code which runs on both python 2 AND python 3, instead of code which runs only on 2. Just use the proper syntax for problematic calls like print('test') instead of print 'test'.

There is a tool called 2to3 which can convert code automatically (it is automatically installed). see here: https://docs.python.org/2/library/2to3.html

I do see no reason for this project to use outdated coding convents which only run on outdated interpreters.

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.