Giter VIP home page Giter VIP logo

ultimate-python-resource-hub's Issues

additional playground resource ?

Hi Ayushi,

I've a code project called wc-code, https://github.com/vanillawc/wc-code,

if you copy the minimal example (below) in a text file and run a file server on it (like python3 -m http.server, this will not work without a web server), you'll see a default python interactive workspace,

<!DOCTYPE html>
<head>
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/[email protected]/src/wc-code.js"></script>
</head>
<body>
  <wc-code mode="python">
    <script type="wc-content">
       language = "python"
       what_is_it = "the coolest"
       print(f"{language} is {what_is_it}")
    </script>
  </wc-code>                                                                                         
</body>

I use these extensively on my website for coding tutorials,
(all the blocks with "run-code" in them which allow running python code, they're wc-code instances, it takes some time to load the interpreter since its python running in your browser, literally, these are essentially pyodide instances, another project you should definitely add here too),

I was hoping if you could add this resource to the link, that'd be really cool

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.