Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Skulpt
Conversations
About
Skulpt
Contact owners and managers
1–30 of 226
Mark all as read
Report group
0 selected
Jesse Hoobergs
, …
jeff.s...@gmail.com
4
May 11
Floating point limitations
jesse.h...@kuleuven.be, your question is very clear. You are correct that 0.30000000000000004 is the
unread,
Floating point limitations
jesse.h...@kuleuven.be, your question is very clear. You are correct that 0.30000000000000004 is the
May 11
Vlad Tudor
,
Pascal G
3
May 11
Hello from Romania!
Hi there! 🫠 The romanian platform is here: https://mars.pythonisti.ro/python-playground.php Cheers!
unread,
Hello from Romania!
Hi there! 🫠 The romanian platform is here: https://mars.pythonisti.ro/python-playground.php Cheers!
May 11
andy frampton
,
Pascal G
2
May 11
Safety for Use in EDU
As I see it, it is running js. So it can't do more damage than js can. In most browser js run in
unread,
Safety for Use in EDU
As I see it, it is running js. So it can't do more damage than js can. In most browser js run in
May 11
Tiago Marques
, …
Sam Wickins
3
Mar 16
PyGame with Skulpt
Hi, I know this is an old thread but I have a question that relates and wondered if someone could
unread,
PyGame with Skulpt
Hi, I know this is an old thread but I have a question that relates and wondered if someone could
Mar 16
Nghê Tiến Hiệp
, …
Said Cortes
9
Mar 9
import module from another file
i did it On Wednesday, March 13, 2019 at 4:37:05 AM UTC-5 muthukri...@gmail.com wrote: Also, help me
unread,
import module from another file
i did it On Wednesday, March 13, 2019 at 4:37:05 AM UTC-5 muthukri...@gmail.com wrote: Also, help me
Mar 9
ashfaq dawood
8/31/22
Skulpt as a React util
I am trying to embed a python expression editor and want to use skulpt as my engine, is there a way I
unread,
Skulpt as a React util
I am trying to embed a python expression editor and want to use skulpt as my engine, is there a way I
8/31/22
Sandeep Gupta
1/17/22
translate python to skulpt javascript
I am trying to give Skulpt a try. After much googling and wrangling have figured out how to achieve
unread,
translate python to skulpt javascript
I am trying to give Skulpt a try. After much googling and wrangling have figured out how to achieve
1/17/22
James Smith
10/8/21
Where are the most up to date docs ?
Hi Are the docs on skulpt.org the most up to date? I just need an API guide, and to know what I can
unread,
Where are the most up to date docs ?
Hi Are the docs on skulpt.org the most up to date? I just need an API guide, and to know what I can
10/8/21
小鸡炖蘑菇
6/7/21
urllib http protocol no response
import urllib.request # req = urllib.request.urlopen('https://github.com/python/cpython/blob/3.9/
unread,
urllib http protocol no response
import urllib.request # req = urllib.request.urlopen('https://github.com/python/cpython/blob/3.9/
6/7/21
Tarjei Bærland
12/1/20
skulpt_matplotlib license
Hello! I would like to use https://github.com/ebertmi/skulpt_matplotlib for some projects, but I have
unread,
skulpt_matplotlib license
Hello! I would like to use https://github.com/ebertmi/skulpt_matplotlib for some projects, but I have
12/1/20
Alakh Niranjan
,
Michael Cimino
2
11/11/20
remove ( ', from python output
Hello Alakh, Try using python 2 syntax (no parentheses) for the print statement, like this: print
unread,
remove ( ', from python output
Hello Alakh, Try using python 2 syntax (no parentheses) for the print statement, like this: print
11/11/20
지현정
7/12/20
How to add external libraries?
Hi, I want to add some libraries such as tensorflow and so on so that I can apply this custormized
unread,
How to add external libraries?
Hi, I want to add some libraries such as tensorflow and so on so that I can apply this custormized
7/12/20
Martin Sadloň
,
Will Franklyn
2
6/15/20
Interactive mode and Turtle
I've been looking into use the interactive mode as well but didn't find a tutorial on how to
unread,
Interactive mode and Turtle
I've been looking into use the interactive mode as well but didn't find a tutorial on how to
6/15/20
box
,
Martin Sadloň
3
5/8/20
Turtle problem
Yes, I'm confused about that. Do you know how to solve this problem? ( Or Canvas wider boundaries
unread,
Turtle problem
Yes, I'm confused about that. Do you know how to solve this problem? ( Or Canvas wider boundaries
5/8/20
Tim Martin
4/12/20
Accessing the Skulpt tokenizer
Hi, I'm interested in tokenizing Python code from Javascript without compiling it to AST. I
unread,
Accessing the Skulpt tokenizer
Hi, I'm interested in tokenizing Python code from Javascript without compiling it to AST. I
4/12/20
Ярига Олег
,
Martin Sadloň
3
4/5/20
Using external modules in Skulpt
>>>Where did you found information about Sk.externalLibraries is not supported anymore? I
unread,
Using external modules in Skulpt
>>>Where did you found information about Sk.externalLibraries is not supported anymore? I
4/5/20
Kent Tong
1/29/20
online python learning environment based on skupt
Hi, I've made an online python learning environment based on skupt, which is freely available at
unread,
online python learning environment based on skupt
Hi, I've made an online python learning environment based on skupt, which is freely available at
1/29/20
J Chapman
, …
Austin Bart
3
1/16/20
How can I import/reference the json library when using Skulpt?
I forget where we got it from, but the Blockpy fork for Skulpt has an implementation of the JSON
unread,
How can I import/reference the json library when using Skulpt?
I forget where we got it from, but the Blockpy fork for Skulpt has an implementation of the JSON
1/16/20
Sergei Zherebtsov
1/15/20
How to embed a JS object into Skulpt
Hello. I'm trying to embed some custom js functions and js objects into Skulpt in my javascript
unread,
How to embed a JS object into Skulpt
Hello. I'm trying to embed some custom js functions and js objects into Skulpt in my javascript
1/15/20
Kaanchan Adhikary
,
Michael Cimino
2
12/31/19
urllib, or other package, for reading online text
Hello, One key to reading URLs in a Python Turtle Repl (using Skulpt) is to use import urllib.request
unread,
urllib, or other package, for reading online text
Hello, One key to reading URLs in a Python Turtle Repl (using Skulpt) is to use import urllib.request
12/31/19
Ike
8/1/19
How to define Turtle.Pen()
import turtle t=turtle.Pen() t.forward(100) AttributeError: 'module' object has no attribute
unread,
How to define Turtle.Pen()
import turtle t=turtle.Pen() t.forward(100) AttributeError: 'module' object has no attribute
8/1/19
杨子翔
8/1/19
how to define turtle's pen
python's turtle have a pen class import turtle t=turtle.Pen() t.forward(100) error :'
unread,
how to define turtle's pen
python's turtle have a pen class import turtle t=turtle.Pen() t.forward(100) error :'
8/1/19
usag1r
,
Brad Miller
3
6/19/19
A couple basic questions.
Hi Brad, That sounds good. Thank you! On Thursday, June 13, 2019 at 8:16:07 PM UTC+3, usag1r wrote:
unread,
A couple basic questions.
Hi Brad, That sounds good. Thank you! On Thursday, June 13, 2019 at 8:16:07 PM UTC+3, usag1r wrote:
6/19/19
Novice Programmer
, …
Muthukrishnan Tr
3
3/8/19
How to avoid ./skulpt.py dist command every time I make change to the src/lib folder
Hi, I have integrated Skulpt editor in my project. I'm using Visual Studio 2017 to develop a
unread,
How to avoid ./skulpt.py dist command every time I make change to the src/lib folder
Hi, I have integrated Skulpt editor in my project. I'm using Visual Studio 2017 to develop a
3/8/19
Brad Miller
, …
Muthukrishnan Tr
7
3/6/19
Proof of concept processing module
Its quite urgent can anyone please help me on this import module... Thanks in Advance. Regards,
unread,
Proof of concept processing module
Its quite urgent can anyone please help me on this import module... Thanks in Advance. Regards,
3/6/19
Paul Prescod
, …
14574...@qq.com
5
3/4/19
Pausing, stopping and debugging Skulpt programs
is there anyone has a solution . how trinket stop. 在 2018年2月9日星期五 UTC+8上午9:32:58,Paul Prescod写道: I
unread,
Pausing, stopping and debugging Skulpt programs
is there anyone has a solution . how trinket stop. 在 2018年2月9日星期五 UTC+8上午9:32:58,Paul Prescod写道: I
3/4/19
Matej Buzáš
,
Björn T
5
2/9/19
convert Javascript object to Python object
I am sorry, I don't know. You can probably append your python code with initilisation before
unread,
convert Javascript object to Python object
I am sorry, I don't know. You can probably append your python code with initilisation before
2/9/19
Björn T
2
2/4/19
How to stop a skript like trinket.io does
i = 0 while True: print(i) i = i + 1 This is an example, that crashs the browser. I think I have to
unread,
How to stop a skript like trinket.io does
i = 0 while True: print(i) i = i + 1 This is an example, that crashs the browser. I think I have to
2/4/19
Pinco Parulo
1/30/19
Executing untrusted skult code (sandboxing)
Hi, I am looking to create an app where skulpt scripts created by untrusted third parties would be
unread,
Executing untrusted skult code (sandboxing)
Hi, I am looking to create an app where skulpt scripts created by untrusted third parties would be
1/30/19
michael.f...@gmail.com
10/22/18
How to use width instead of screen.width or environment.width
I just want to use python grammer in skulpt.like width or mouseX,I don`t know how to update source
unread,
How to use width instead of screen.width or environment.width
I just want to use python grammer in skulpt.like width or mouseX,I don`t know how to update source
10/22/18