Maker of RStudio launches new R and Python IDE
Posit introduces Positron, a new beta IDE merging R and Python development. Built on Visual Studio Code, it offers a user-friendly interface, data exploration tools, and seamless script running for polyglot projects.
Read original articlePosit, formerly known as RStudio, has introduced a new beta IDE called Positron, aimed at data science development for both R and Python programmers. This IDE is based on Microsoft's Visual Studio Code and offers a familiar interface with features like code writing, output viewing, consoles, and an activity bar for navigation and debugging. Positron comes pre-packaged for easy setup without the need for additional extensions to run R or Python, unlike VS Code. It includes a built-in data and variable explorer for exploring data frames in a spreadsheet-like grid. Users can access summary statistics and filter data directly within Positron. The IDE supports running both R and Python scripts seamlessly, making it convenient for projects that involve both languages. While Positron is still in early development stages, it provides a promising environment for data exploration and code writing in a polyglot setting.
Related
LINQPad – The .NET Programmer's Playground
LINQPad is a versatile tool for .NET programmers, supporting C#, F#, and VB snippets. It enables database querying, rich output formatting, debugging, C# 12 and .NET 8 support, caching, and advanced features like async/await. It serves as a learning tool with various functionalities.
Show HN: Triplit – Open-source syncing database that runs on server and client
The GitHub URL provides details on `@changesets/cli`, a tool for versioning and publishing code in multi-package and single-package repositories. Full documentation and common questions are accessible in their repository.
Is it Jupyter envy? Why is it not possible to keep one good product and stay with it?
I wish MatLab licenses weren't so expensive, at this point I'd just buy one and sit all this churn out.
I prefer coding in VSCode but prefer data exploration in RStudio.
One issue with this is the lack of copilot. Copilot can be installed on VSCodium [1] but it breaks often. The other is MS’s proprietary Remove Development extension that enables a lot of functionality in VSCode. There is an open equivalent but I haven’t tried it [2]
> You may not provide the software to third parties as a hosted or managed service, where the service provides users with access to any substantial set of the features or functionality of the software.
> You may not move, change, disable, or circumvent the license key functionality in the software, and you may not remove or obscure any functionality in the software that is protected by the license key.
When I open it with positron, it is treated like a text file, at least as far as I can tell by looking at the many icons and pulldown menus.
It is a weird choice, making a new application that cannot handle the key file type from its ancestor.
Because Microsoft does not allow third-party IDEs to access the official VS Code
Marketplace ...
Anyone know why?My wild guess is it means MS doesn't want third parties to build their own VS Code based IDEs (like this one)?
personally, i see the value of rstudio (and in extension positron) while learning in a course, but i struggle to find its place beyond data exploration.
despite the licensing stuff, if they can provide some based defaults (removing microsoft telemetry "sauce"), it can be an ergonomic way to bring math-sided team members to share the same development platform.
Related
LINQPad – The .NET Programmer's Playground
LINQPad is a versatile tool for .NET programmers, supporting C#, F#, and VB snippets. It enables database querying, rich output formatting, debugging, C# 12 and .NET 8 support, caching, and advanced features like async/await. It serves as a learning tool with various functionalities.
Show HN: Triplit – Open-source syncing database that runs on server and client
The GitHub URL provides details on `@changesets/cli`, a tool for versioning and publishing code in multi-package and single-package repositories. Full documentation and common questions are accessible in their repository.