[PR #1615] Add sho #1405

Open
opened 2025-11-06 13:15:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1615
Author: @davewd
Created: 9/6/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Show is a simple one liner to visualize variables e.g. :
import sho
sho.w(dataframe)
... opens a pivottasble.js webpage viewing the dataframe.

What's the difference between this Python project and similar ones?

Sho is a self contained one liner. The idea is to be as simple as possible but to maximise the ability for an engineer to explore in memory variables.

I haven't found a similar package

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1615 **Author:** [@davewd](https://github.com/davewd) **Created:** 9/6/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`465463c`](https://github.com/vinta/awesome-python/commit/465463cc14d62fc93058fa0ed9aba17e16a356c8) Adding Show - [`41aab9e`](https://github.com/vinta/awesome-python/commit/41aab9eac8f2ee7c259d90dd39be058ad1731acf) Merge pull request #1 from davewd/davewd-sho ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Show is a simple one liner to visualize variables e.g. : import sho sho.w(dataframe) ... opens a pivottasble.js webpage viewing the dataframe. ## What's the difference between this Python project and similar ones? Sho is a self contained one liner. The idea is to be as simple as possible but to maximise the ability for an engineer to explore in memory variables. I haven't found a similar package -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:15:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1405