Browser Tools Platform

Start Coding.
Without Setup.

Python, SQL, JavaScript, TypeScript, HTML/CSS and React in your browser. Run code instantly. No setup. No account.

About myseby

Skip the setup. Get to the code.

Pick a language. Write code. Hit run. That's it.

A product of Dream Big Technologies Sdn. Bhd.

  • Instant, in the browser

    Run code directly in the browser. Nothing to install, nothing to download.

  • Write code, see results

    Real editor and live output. Test logic, inspect results, iterate quickly.

Examples

Real code, real output.

Click a tab to see a working snippet for each language.

orders.py Run this
# Compute revenue per category from a list of orders
orders = [
  {"item": "Laptop",  "category": "tech",  "price": 1299},
  {"item": "Headset", "category": "tech",  "price": 189},
  {"item": "Notebook","category": "office","price": 14},
  {"item": "Pen set", "category": "office","price": 26},
]
 
revenue = {}
for o in orders:
  revenue[o["category"]] = revenue.get(o["category"], 0) + o["price"]
 
print(revenue)
Output
{'tech': 1488, 'office': 40}
Done in 0.4 ms
Quiz

Test your coding skills.

Multiple choice, bug fixes, output predictions and fill-in-the-code. Pick a language to begin.

Loading questions…
⚠️
Couldn't load questions

The questions file could not be fetched. Please try again or contact support.

Loading…
— questions
Python

Loops, functions, data structures.

All levels 4 question types
— questions
SQL

SELECT, JOINs, GROUP BY, aggregates.

All levels 4 question types
— questions
JS
JavaScript

Variables, functions, closures, async.

All levels 4 question types
— questions
TS
TypeScript

Types, interfaces, generics, narrowing.

All levels 4 question types
— questions
</>
HTML & CSS

Selectors, specificity, flexbox, the box model.

All levels 4 question types
— questions
React

Hooks, props, state, JSX.

All levels 4 question types
Question 1 of 10 0%
Score: 0
🎉
Nice work!

You completed the quiz.

0%
Score
0
Correct
0
Wrong
10
Total

Ready to start coding?

No account needed. Open a tool and go.

Explore Tools