GithubHelp home page GithubHelp logo

Question & Suggestion about course-starter-python HOT 1 OPEN

ines avatar ines commented on May 11, 2024
Question & Suggestion

from course-starter-python.

Comments (1)

ines avatar ines commented on May 11, 2024

Thanks a lot!

1- Can I use this template for commercial use? I am selling online courses and I need to use online editor for my courses. I was using DataCamp light, but I don't like to put DataCamp logo and URL everywhere inside my website.

Yes, the source code is MIT licensed, so you can use it commercially.

I see the code in the course-starter-python/exercises/test.py is very difficult. Can I use Ex().has_equal_ast(exact=False) ? is there any simple code to match the answer with solution?

You can find some more details on the test format here: https://github.com/ines/course-starter-python#adding-tests

I hope it's not too difficult – the idea was to model it more closely to native Python tests so you can just write assertions instead of having to know a custom test framework and API. __solution__ is the string value of the submitted code, and you also have access to any variables defined in the solution code and can perform any checks you want, in Python. You can probably implement your own logic that does more checks yourself if needed.

3- How to embed an interactive code widget ( with run button ) on a website or a blog ( like yours in the home page of spacy.io )?

See here: https://github.com/ines/juniper

4- Is there any way to write the title and description of "chapter1.md" RTL?

I think adding direction: rtl in the respective styles should work.

I suggest you create a Wordpress plugin and also I suggest you make a video to explain how to use this project on any website or blog to make any website or blog interactive.

This is an interesting idea, but I don't have time for this, sorry! This is a personal open-source project and I chose to publish it to make it easier for other to use my code if they want to.

from course-starter-python.

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.