v1.0  ·  Windows  ·  Python included — nothing else to install

The Python IDE that brings its own Python.

PYCORE IDE is a Python editor with a real interpreter bundled inside. Install it on any Windows PC and write, run, and pip install — even on machines that have never had Python. Built for students, school labs, and thin clients.

100% Free  ·  No licenses needed  ·  Fully Offline
PYCORE IDE — student.py
// FEATURES

Everything in one window

No setup, no PATH errors, no "Python is not recognized." Just open and code.

📦

Bundled Python

A real Python interpreter ships inside the app. Runs on any Windows PC with nothing pre-installed.

🔌

Working pip

Install packages at runtime — pip install pandas — straight from the IDE. They persist in the app folder.

🐞

Step Debugger

Click the gutter to set breakpoints, then step through your code line by line with live variables — a real Python debugger, built in.

🔍

Find & Replace

Search and replace text across your code with match-case support — no more scrolling to find that one variable.

⌨️

Autocomplete

Suggestions for Python keywords, built-ins, and variables you've already typed — start typing and pick from the popup.

🔗

Bracket Matching

The matching bracket highlights automatically, so nested ( [ { never gets confusing.

▶️

Interactive console

A live Python REPL like IDLE's shell — variables persist, command history, run a file straight into it.

💾

Save & Replay Sessions

Save a console session as a .pycs file and reopen it later — it replays live, rebuilding your variables so you can keep going.

🔎

Variables panel

After every run, see each variable's name, type and value at a glance. Great for understanding what your code did.

🟥

Error line highlight

The exact line that failed turns red in the editor, so you find the mistake instantly.

📚

Ready examples

Ten built-in starter programs — loops, lists, dictionaries, functions, file handling — one click to load and learn.

// COMPARISON

PYCORE IDE vs Python IDLE

IDLE is the trusted classic. PYCORE keeps what students need and adds portability.

FeaturePYCORE IDEPython IDLE
Works without Python installedYes — bundledNo — needs Python
pip install inside the appYesVia terminal only
Step debugger with breakpointsYesYes
Find & ReplaceYesYes
AutocompleteYesBasic
Bracket matchingYesYes
Interactive REPL / shellYesYes
Save & replay a console sessionYes — .pycs filesNo
Variables panel after runYesNo
Error line highlightYesCursor jump only
Built-in example programsYes — 10No
Runs from a USB / shared folderYes — portableNeeds install
Modern dark UIYesBasic theming

Honest note: IDLE is a mature, battle-tested tool with years behind it. PYCORE now matches it feature-for-feature on debugging and editing, and adds portability and session replay on top — but it's newer software, so you may still run into the occasional rough edge.

// GETTING STARTED

How to install

PYCORE IDE is now officially available on the Microsoft Store for a safer, one-click install.

  1. Go to the Microsoft Store

    Click the Get it from Microsoft button above to open the official store page.

  2. Click Install

    Hit the Get or Install button. Windows will automatically download and install PyCore IDE securely on your PC.

  3. Start Coding

    Open PyCore IDE from your Start Menu. Everything is already configured, so you can start writing Python right away! No admin rights needed.

// SYSTEM REQUIREMENTS

What you need

Light on requirements — it's designed to run on basic school lab machines.

  • Operating systemWindows 10 / 11 (64-bit)
  • Python pre-installedNot required
  • RAM2 GB minimum, 4 GB recommended
  • Disk space~300 MB (bundled Python + app)
  • InternetOnly for pip (otherwise offline)
  • Admin rightsNot needed — portable

Ready to code?

Completely free, safe, and officially on the Microsoft Store.

Get it from Microsoft Store
v1.0  ·  Windows 10/11