Getting started
Understand ScripticX and begin your first learning session.
This guide gives you the shortest path from creating an account to running your first program.
What is ScripticX?
ScripticX is a learning platform for practicing programming through focused problems, instant execution, and community feedback. It is designed to make the first steps approachable without hiding the logic that matters later.
The platform combines:
- interactive programming exercises;
- a browser-based editor and execution environment;
- classes and assignments;
- progress tracking;
- solution sharing and community features.
Your first session
- Create or sign in to your account on the ScripticX platform.
- Open Problems and choose an introductory exercise.
- Read the expected input and output carefully.
- Write your solution in the editor.
- Select Run to inspect the result, then submit when you are ready.
Your work is associated with your account so you can return to it and review your progress.
How learning works
ScripticX encourages short feedback loops: understand a problem, write a small solution, run it, and improve it. Exercises introduce concepts gradually and give you space to experiment.
| Area | What it helps you do |
|---|---|
| Problems | Practice one concept at a time |
| Editor | Write and run code in the browser |
| Classes | Follow structured assignments |
| Community | Compare approaches and share solutions |
| Dashboard | Track activity and progress |
Next steps
Continue with MiniScript+ basics to learn variables, conditions, loops, and input. You can also open the online editor and experiment as you read.