HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andycloke

no profile record

Submissions

Cloudflare outage affecting many services

downdetector.co.uk
1 points·by andycloke·5 месяцев назад·0 comments

Show HN: Online Python Compiler with Libraries

cliprun.com
18 points·by andycloke·в прошлом году·18 comments

Show HN: Instant Python playground with file handling and libraries

cliprun.com
1 points·by andycloke·в прошлом году·0 comments

Show HN: Python Code Runner – right-click to execute Python code from any site

chromewebstore.google.com
1 points·by andycloke·в прошлом году·3 comments

Show HN: Right-click to run Python code from ChatGPT/DeepSeek/Claude

cliprun.com
3 points·by andycloke·в прошлом году·0 comments

comments

andycloke
·в прошлом году·discuss
Interesting, thanks
andycloke
·в прошлом году·discuss
Maker here.

You're right, it's an interpreter and that would be the 100% accurate term.

For online coding environments, the two are often used interchangeably. More people search for 'compiler', so I'm using that widely on my site.
andycloke
·в прошлом году·discuss
Maker here. Thank you!

I looked briefly at Marimo when building - awesome project. I wasn't sure about building on Pydodide as it's obviously not full Python compatibility. But seeing someone else building a popular project on it helped me make that decision!
andycloke
·в прошлом году·discuss
Maker here! Runs in an isolated Web Worker using Web Assembly, via Pyodide. Everything runs locally in your browser - no file system or other access. Scheduled run (paid plan) run on AWS lambda.

So, yes, sadly, network requests only work with domains with Access-Control-Allow-Origin: *. I'm looking at adding a backend CORS proxy to fix this.

We also have a Chrome extension with no CORS limitation. The extension lets you right-click Python code snippets on basically any site (Claude, ChatGPT, Deepseek etc.) to run it instantly.

https://chromewebstore.google.com/detail/python-code-runner/...
andycloke
·в прошлом году·discuss
Yes! To use pylan:

- Click on the Clip name (the default one is 'Use Python Libraries') - Click 'Manage packages' - Enter 'pylan-lib' and Click 'Add' - Click 'Run'

The package will be installed, and the code will run!

The list of libraries is only a small subset of the compatible libraries - I should make that way clearer.
andycloke
·в прошлом году·discuss
Thanks! I'm afraid I'm focused on Python for now - I want to do one thing really well rather than several things averagely