Questions tagged [skulpt]

An in-browser implementation of Python.

Skulpt is an in-browser implementation of . It lets users code Python in a client side manner directly in the web browsed.

References:

42 questions
13
votes
2 answers

Downloading and Uploading in CodeMirror Textarea and Skulpt Execution Issues

This question has moved to Skulpt and CodeMirror Issues because the answers I had did not answer the question.
user5832974
5
votes
1 answer

Using Skulpt with React

I'm interested in creating a React web app that teaches kids how to use Python through programs such as Turtle graphics. I thought that Skulpt would be a good library to use since it already has a demo that shows here how to use it within a HTML…
MasterBirdy
  • 113
  • 1
  • 3
  • 4
4
votes
0 answers

Using images with Skulpt Turtle

When using Skulpt, how do I access a gif image on the web server? I am using turtle graphics, and I want to set the shape of the turtle to a picture that is saved on the web server, however I'm not sure how to do this. I know that to do this via a…
rsankar
  • 41
  • 2
4
votes
0 answers

Using Matplotlib Output Client-Side in Browser With Skulpt

I am writing a Python application to be run client-side within the browser. The Skulpt project looks great for this, and I am pretty excited to begin working with it. The one issue I can foresee, however, is that I will need graphical output using…
3
votes
1 answer

How to stop a script in skulpt

I made a skulpt project for my students. Every time they made an infinite loop, the browser crashes and the code is gone. That is very frustrating for the students. I saw a stop button on https://trinket.io/python, but don't understand how they made…
Coupido
  • 151
  • 7
3
votes
1 answer

Wait for an event to occur within a function in Javascript for Skulpt

I want to change the Sk.inputfun() for Skulpt to let the user type in a