from craiyon
from craiyon

Boyan’s Online Python Interpreter Released!

Boyan’s Online Python Interpreter is an online, interactive Python interpreter that runs Python code straight in your browser. And the best part? It runs locally, which means that if you load the site before going offline, you can continue working.

Here’s my current set of features as of the version released in this post(0.3):

  • Full CPython Support
  • Full terminal
  • Interactive Repl (Get interactive terminal)
  • URL sharing
  • Upload/download code
  • VSCode style editing
  • Object suggestions
  • Modules (in developement)
  • Tutorials (A part of the interpreter which allows you to learn Python interactively)
  • Developer features, hidden under Dev Console
  • Linux Support (in developement)

What we need (Roadmap):

  • Better UI
  • Seamless Modules
  • Seamless Terminal
  • Kill Python Processes (We have No ways of doing that currently…)

Who this is designed for:

This website was originally designed for students as an ad free alternative to many sites as most have ads that interferes with your work. I have also designed tutorials tailored to people beginning to learn Python. Note that these tutorials are still in developement. Not all features are done or complete.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *