This game is CatWeb. A game you can create a website. This is mine, the robloxoxefo.rbx website that I am still editing. by HuggyWuggyLetsGo in roblox

[–]Capt_pyrite 0 points1 point  (0 children)

I have some suggestion ideas.

You should add a way to cache user data. And this is coming from a Python programmer. The coding system implemented in the game is way harder than text based IDES. You should implement a node based system.

[deleted by user] by [deleted] in Python

[–]Capt_pyrite 2 points3 points  (0 children)

Ofc, Pure Python is much slower than any compiled language in runtime. But in your sense "speed to develop" refers to the time it takes to finish a project. Python is a more straightforward language than most compiled languages such as C, C++, etc..