Open Source IDE Copilot AI-Powered

SQL and Python.
One unified workflow.

Windows, Linux, macOS
Copilot GitHub Copilot
Open Source - MIT License

Built for Data Professionals

A complete toolkit designed to streamline your data analysis workflow

Mixed Code Blocks

Write SQL and Python in the same document. Query results are automatically available as Pandas DataFrames.

Per-Block Connections

Each SQL block can use a different database connection. Work with multiple data sources in a single document.

Multiple Sessions

Each tab maintains its own connection and Python namespace. Compare data across environments with ease.

Drag and Drop Import

Drop CSV, JSON, Excel, or connection files directly into the editor. Import code is generated automatically.

Block Editor

Execute individual blocks with F5 or run all with Ctrl+F5. Each block is independent.

Integrated Visualization

Built-in Matplotlib support. Create charts directly from your query results without leaving the IDE.

Export Options

Export your work as standalone Python scripts, ready to run in production or share with your team.

Auto Updates

Automatic update notifications keep you on the latest version with new features and improvements.

Database Support

Connect to the most popular database systems

Quick Start

Get started in under 5 minutes

1

Clone the repository

$ git clone https://github.com/natharuc/datapyn.git
$ cd datapyn
2

Install dependencies

$ python -m venv .venv
$ .venv\Scripts\activate
$ pip install -r requirements.txt
3

Run DataPyn

$ python source/main.py

Prefer a standalone installer?

Download the Windows MSI from Releases. No Python installation required.

Documentation

Everything you need to master DataPyn

Open Source

Built for the community

DataPyn is 100% open source under the MIT license. Contribute, report bugs, suggest features, or simply use it freely in your projects.

MIT License

Fork Welcome

PRs Accepted

Ready to streamline your data workflow?

Download DataPyn for free and unify SQL + Python in a single professional environment.

Download for Windows