visualpython


Namevisualpython JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/visualpython/visualpython
SummaryVisual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension.
upload_time2023-11-18 09:01:43
maintainer
docs_urlNone
authorBlack Logic Co.,Ltd.
requires_python>=3.6
licenseGPLv3
keywords visualpython visualpython visual python visual python visual visual
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src="https://i.esdrop.com/d/7o0dj05m8rnz/JNGCMedl18.png" width="45%">

[![PyPI version shields.io](https://img.shields.io/pypi/v/jupyterlab-visualpython)](https://pypi.python.org/pypi/jupyterlab-visualpython/)
![Python: 3.x](https://img.shields.io/badge/Python-3.x-yellowgreen)
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-brightgreen)](https://github.com/visualpython/visualpython/blob/main/LICENSE)
[![Downloads](https://static.pepy.tech/personalized-badge/visualpython?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads)](https://pepy.tech/project/visualpython)
[![Issues: ](https://img.shields.io/github/issues/visualpython/visualpython?color=%23FF6347)](https://github.com/visualpython/visualpython/issues)
[![lite-badge]][lite]

[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
[lite]: https://visualpython.github.io/visualpython-lite/lab/index.html

## Introduction
Visual Python is a GUI-based Python code generator, developed on the **[Jupyter Lab](#getting-started-with-jupyter-lab)**, **[Jupyter Notebook](#getting-started-with-jupyter-notebook-7x)** and **[Google Colab](#getting-started-with-google-colab)** as an extension. You can also simply use Visual Python using **[Visual Python Desktop](#getting-started-with-visual-python-desktop)**.<br>
Visual Python is an open source project started for students who struggle with coding during Python classes for data science.

<br>

Try Visual Python if you would like to: <br>
* manage big data with minimal coding skills. <br>
* help students / business analysts / researchers to overcome learning barriers for Python. <br>
* save & reuse repeatedly used codes(snippets). <br>

<br>
<img src="https://raw.githubusercontent.com/visualpython/visualpython/main/visualpython/img/Visual%20Python_2.2.8.gif" width="95%">

## Getting Started with Jupyter Lab

### 1. Requirements

Visual Python is an extension to Jupyter Lab, so you must have Jupyter Lab installed already.<br>
- Python version 3.x
- Jupyter lab environment

### 2. How to Install

**1)  Install package from PyPI**
```
pip install jupyterlab-visualpython
```
- If you are using **Jupyter Lab version <= 3.x.x**, please install `jupyterlab-visualpython==2.5.0`
    ```
    pip install jupyterlab-visualpython==2.5.0
    ```

**2)  Activate Visual Python on Jupyter Lab**

Click orange square button on the right side of Jupyter Lab. 

## Getting Started with Jupyter Notebook(>= 7.x)

### 1. Requirements

Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need latest version of Jupyter Notebook over version 7.x.x.<br>
- Python version 3.x
- Jupyter notebook environment >= 7.x

### 2. How to Install

**1)  Install package from PyPI**
```
pip install jupyterlab-visualpython
```

**2)  Activate Visual Python on Jupyter Notebook**

Click orange square button on the toolbar of Jupyter Notebook.

## Getting Started with Jupyter Notebook(<=6.x.x)

### 1. Requirements

Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need old version of Jupyter Notebook under version 6.x.x.<br>
- Python version 3.x
- Jupyter notebook environment <=6.x

### 2. How to Install

**1)  Install package from PyPI**
```
pip install visualpython
```

**2)  Enable the package**
```
visualpy install
```

**3)  Activate Visual Python on Jupyter Notebook**

Click orange square button on the toolbar of Jupyter Notebook.

### 3. Package Control Info
* Usage: visualpy **[option]** <br>
* Optional arguments:

```
help       - show help menu
install    - install packages
uninstall  - uninstall packages
upgrade    - version upgrade
version    - version check
```

## Getting Started with Google Colab
### 1. Requirements

Visual Python is an extension to Google Colab, so you must have Google Colab opened.<br>
- Google Colab

### 2. How to Install

**1)  Install package using Chrome Web Store**
- [Link to Visual Python for Colab](https://chrome.google.com/webstore/detail/visual-python-for-colab/ccmkpknjfagaldcgidgcipbpdipfopob)

**2)  Open Google Colab**
- [Link to Google Colab](https://colab.research.google.com/)

**3)  Activate Visual Python on Google Colab**


## Getting Started with Visual Python Desktop
### 1. Introduction
Visual Python Desktop is an installer to create an isolated jupyter environment and enable to use Visual Python easily.

It simplifies the process of configuring an independent Python environment, installing essential packages, and setting up a Jupyter environment, allowing users to focus on data analysis using python.

### 2. Requirements
- Operating System: Windows 10 or later (macOS and Linux support coming soon)
- Minimum 4GB RAM, recommended 8GB RAM or higher
- Minimum 10GB of disk space

### 3. How to Install
1) Download Visual Python Desktop installer from homepage.
    - [Link to Visual Python Desktop installer page](https://visualpython.ai/visualpython-desktop)

2) Run the installer and follow the provided instructions for the installation process.

3) Use the shortcut created in Start menu or on Desktop to execute Jupyter Notebook (Visual Python), Jupyter Lab (Visual Python), and Visual Python Prompt according to your needs.

## Contributing
If you are interested in contributing to the Visual Python, please see [`CONTRIBUTING.md`](CONTRIBUTING.md). <br>
All skills from programmers, non-programmers, designers are welcomed.

* Programming Guide: [Developer Documentation](https://bird-energy-733.notion.site/visualpython-docs-85c0274ff7564747bb8e8d77909fc8b7)
* GUI Design Guide: [Visual Python GUI Kit 1.0](https://www.figma.com/community/file/976035035360380841)

### Maintainers & Contributors
[<a href="https://github.com/visualpython" title="Visual Python official"><img src="https://github.com/visualpython.png" width="50px;"/></a>](https://github.com/visualpython)
[<a href="https://github.com/leeraejung" title="Raejung Lee"><img src="https://github.com/leeraejung.png" width="50px;"/></a>](https://github.com/leeraejung)
[<a href="https://github.com/minjk-bl" title="Minju Kim"><img src="https://github.com/minjk-bl.png" width="50px;"/></a>](https://github.com/minjk-bl)
[<a href="https://github.com/llbtl" title="Hyewon Kang"><img src="https://github.com/llbtl.png" width="50px;"/></a>](https://github.com/llbtl)
[<a href="https://github.com/blacklogicdev" title="Black Logic Dev"><img src="https://github.com/blacklogicdev.png" width="50px;"/></a>](https://github.com/blacklogicdev)
[<a href="https://github.com/Minku-Koo" title="Minku Koo"><img src="https://github.com/Minku-Koo.png" width="50px;"/></a>](https://github.com/Minku-Koo)

Whoever wants to contribute or join our community, <br/>
You can contact us by creating issues on [Issue page](https://github.com/visualpython/visualpython/issues) or using [Discord server](https://discord.gg/PypQrBZWZv).


## License
GNU GPLv3 with Visual Python special exception (See LICENSE file).

## Mission & Vision
**Mission** <br>
To support technology and education so that anyone can leverage big data analytical skills to create a variety of social values.

**Vision** <br>
To create an environment where everyone can learn and use big data analytical skills easily.

## Support Visual Python
Love Visual Python? <br>
Your support will help us continue to actively develop and improve Visual Python.☕

[![donate_banner](https://user-images.githubusercontent.com/83636412/229679467-4fee93a2-d6d2-4229-a53c-80a5eb2b9240.png)](https://github.com/sponsors/visualpython?frequency=recurring)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/visualpython/visualpython",
    "name": "visualpython",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "VisualPython,visualpython,visual python,Visual Python,Visual,visual",
    "author": "Black Logic Co.,Ltd.",
    "author_email": "blacklogic.dev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3f/d6/83e39b8110d404f10334d92789b9a5fb79b70e30fefc454af1236f0ee080/visualpython-3.0.1.tar.gz",
    "platform": "Linux",
    "description": "<img src=\"https://i.esdrop.com/d/7o0dj05m8rnz/JNGCMedl18.png\" width=\"45%\">\n\n[![PyPI version shields.io](https://img.shields.io/pypi/v/jupyterlab-visualpython)](https://pypi.python.org/pypi/jupyterlab-visualpython/)\n![Python: 3.x](https://img.shields.io/badge/Python-3.x-yellowgreen)\n[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-brightgreen)](https://github.com/visualpython/visualpython/blob/main/LICENSE)\n[![Downloads](https://static.pepy.tech/personalized-badge/visualpython?period=total&units=international_system&left_color=grey&right_color=orange&left_text=Downloads)](https://pepy.tech/project/visualpython)\n[![Issues: ](https://img.shields.io/github/issues/visualpython/visualpython?color=%23FF6347)](https://github.com/visualpython/visualpython/issues)\n[![lite-badge]][lite]\n\n[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg\n[lite]: https://visualpython.github.io/visualpython-lite/lab/index.html\n\n## Introduction\nVisual Python is a GUI-based Python code generator, developed on the **[Jupyter Lab](#getting-started-with-jupyter-lab)**, **[Jupyter Notebook](#getting-started-with-jupyter-notebook-7x)** and **[Google Colab](#getting-started-with-google-colab)** as an extension. You can also simply use Visual Python using **[Visual Python Desktop](#getting-started-with-visual-python-desktop)**.<br>\nVisual Python is an open source project started for students who struggle with coding during Python classes for data science.\n\n<br>\n\nTry Visual Python if you would like to: <br>\n* manage big data with minimal coding skills. <br>\n* help students / business analysts / researchers to overcome learning barriers for Python. <br>\n* save & reuse repeatedly used codes(snippets). <br>\n\n<br>\n<img src=\"https://raw.githubusercontent.com/visualpython/visualpython/main/visualpython/img/Visual%20Python_2.2.8.gif\" width=\"95%\">\n\n## Getting Started with Jupyter Lab\n\n### 1. Requirements\n\nVisual Python is an extension to Jupyter Lab, so you must have Jupyter Lab installed already.<br>\n- Python version 3.x\n- Jupyter lab environment\n\n### 2. How to Install\n\n**1)  Install package from PyPI**\n```\npip install jupyterlab-visualpython\n```\n- If you are using **Jupyter Lab version <= 3.x.x**, please install `jupyterlab-visualpython==2.5.0`\n    ```\n    pip install jupyterlab-visualpython==2.5.0\n    ```\n\n**2)  Activate Visual Python on Jupyter Lab**\n\nClick orange square button on the right side of Jupyter Lab. \n\n## Getting Started with Jupyter Notebook(>= 7.x)\n\n### 1. Requirements\n\nVisual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need latest version of Jupyter Notebook over version 7.x.x.<br>\n- Python version 3.x\n- Jupyter notebook environment >= 7.x\n\n### 2. How to Install\n\n**1)  Install package from PyPI**\n```\npip install jupyterlab-visualpython\n```\n\n**2)  Activate Visual Python on Jupyter Notebook**\n\nClick orange square button on the toolbar of Jupyter Notebook.\n\n## Getting Started with Jupyter Notebook(<=6.x.x)\n\n### 1. Requirements\n\nVisual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need old version of Jupyter Notebook under version 6.x.x.<br>\n- Python version 3.x\n- Jupyter notebook environment <=6.x\n\n### 2. How to Install\n\n**1)  Install package from PyPI**\n```\npip install visualpython\n```\n\n**2)  Enable the package**\n```\nvisualpy install\n```\n\n**3)  Activate Visual Python on Jupyter Notebook**\n\nClick orange square button on the toolbar of Jupyter Notebook.\n\n### 3. Package Control Info\n* Usage: visualpy **[option]** <br>\n* Optional arguments:\n\n```\nhelp       - show help menu\ninstall    - install packages\nuninstall  - uninstall packages\nupgrade    - version upgrade\nversion    - version check\n```\n\n## Getting Started with Google Colab\n### 1. Requirements\n\nVisual Python is an extension to Google Colab, so you must have Google Colab opened.<br>\n- Google Colab\n\n### 2. How to Install\n\n**1)  Install package using Chrome Web Store**\n- [Link to Visual Python for Colab](https://chrome.google.com/webstore/detail/visual-python-for-colab/ccmkpknjfagaldcgidgcipbpdipfopob)\n\n**2)  Open Google Colab**\n- [Link to Google Colab](https://colab.research.google.com/)\n\n**3)  Activate Visual Python on Google Colab**\n\n\n## Getting Started with Visual Python Desktop\n### 1. Introduction\nVisual Python Desktop is an installer to create an isolated jupyter environment and enable to use Visual Python easily.\n\nIt simplifies the process of configuring an independent Python environment, installing essential packages, and setting up a Jupyter environment, allowing users to focus on data analysis using python.\n\n### 2. Requirements\n- Operating System: Windows 10 or later (macOS and Linux support coming soon)\n- Minimum 4GB RAM, recommended 8GB RAM or higher\n- Minimum 10GB of disk space\n\n### 3. How to Install\n1) Download Visual Python Desktop installer from homepage.\n    - [Link to Visual Python Desktop installer page](https://visualpython.ai/visualpython-desktop)\n\n2) Run the installer and follow the provided instructions for the installation process.\n\n3) Use the shortcut created in Start menu or on Desktop to execute Jupyter Notebook (Visual Python), Jupyter Lab (Visual Python), and Visual Python Prompt according to your needs.\n\n## Contributing\nIf you are interested in contributing to the Visual Python, please see [`CONTRIBUTING.md`](CONTRIBUTING.md). <br>\nAll skills from programmers, non-programmers, designers are welcomed.\n\n* Programming Guide: [Developer Documentation](https://bird-energy-733.notion.site/visualpython-docs-85c0274ff7564747bb8e8d77909fc8b7)\n* GUI Design Guide: [Visual Python GUI Kit 1.0](https://www.figma.com/community/file/976035035360380841)\n\n### Maintainers & Contributors\n[<a href=\"https://github.com/visualpython\" title=\"Visual Python official\"><img src=\"https://github.com/visualpython.png\" width=\"50px;\"/></a>](https://github.com/visualpython)\n[<a href=\"https://github.com/leeraejung\" title=\"Raejung Lee\"><img src=\"https://github.com/leeraejung.png\" width=\"50px;\"/></a>](https://github.com/leeraejung)\n[<a href=\"https://github.com/minjk-bl\" title=\"Minju Kim\"><img src=\"https://github.com/minjk-bl.png\" width=\"50px;\"/></a>](https://github.com/minjk-bl)\n[<a href=\"https://github.com/llbtl\" title=\"Hyewon Kang\"><img src=\"https://github.com/llbtl.png\" width=\"50px;\"/></a>](https://github.com/llbtl)\n[<a href=\"https://github.com/blacklogicdev\" title=\"Black Logic Dev\"><img src=\"https://github.com/blacklogicdev.png\" width=\"50px;\"/></a>](https://github.com/blacklogicdev)\n[<a href=\"https://github.com/Minku-Koo\" title=\"Minku Koo\"><img src=\"https://github.com/Minku-Koo.png\" width=\"50px;\"/></a>](https://github.com/Minku-Koo)\n\nWhoever wants to contribute or join our community, <br/>\nYou can contact us by creating issues on [Issue page](https://github.com/visualpython/visualpython/issues) or using [Discord server](https://discord.gg/PypQrBZWZv).\n\n\n## License\nGNU GPLv3 with Visual Python special exception (See LICENSE file).\n\n## Mission & Vision\n**Mission** <br>\nTo support technology and education so that anyone can leverage big data analytical skills to create a variety of social values.\n\n**Vision** <br>\nTo create an environment where everyone can learn and use big data analytical skills easily.\n\n## Support Visual Python\nLove Visual Python? <br>\nYour support will help us continue to actively develop and improve Visual Python.\u2615\n\n[![donate_banner](https://user-images.githubusercontent.com/83636412/229679467-4fee93a2-d6d2-4229-a53c-80a5eb2b9240.png)](https://github.com/sponsors/visualpython?frequency=recurring)\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension.",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://github.com/visualpython/visualpython"
    },
    "split_keywords": [
        "visualpython",
        "visualpython",
        "visual python",
        "visual python",
        "visual",
        "visual"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae8028a6a304ab8368d8728812e630f5e0de4af124a7e1c8e86956d42ab8046a",
                "md5": "4401b7c5adfa63558a6ba5bd78c547b5",
                "sha256": "13093a6f65cca066d07648e379ef9e8623283dbfa8996c2a61172e46a5504047"
            },
            "downloads": -1,
            "filename": "visualpython-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4401b7c5adfa63558a6ba5bd78c547b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15213780,
            "upload_time": "2023-11-18T09:01:37",
            "upload_time_iso_8601": "2023-11-18T09:01:37.932530Z",
            "url": "https://files.pythonhosted.org/packages/ae/80/28a6a304ab8368d8728812e630f5e0de4af124a7e1c8e86956d42ab8046a/visualpython-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fd683e39b8110d404f10334d92789b9a5fb79b70e30fefc454af1236f0ee080",
                "md5": "b189093bcab1e7d71fd8c6963cbc0d39",
                "sha256": "abc7d74c4355420b710a97f7e3b6b71703dba1dc5cc40393bbaecd21e88acf74"
            },
            "downloads": -1,
            "filename": "visualpython-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b189093bcab1e7d71fd8c6963cbc0d39",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 14952677,
            "upload_time": "2023-11-18T09:01:43",
            "upload_time_iso_8601": "2023-11-18T09:01:43.476571Z",
            "url": "https://files.pythonhosted.org/packages/3f/d6/83e39b8110d404f10334d92789b9a5fb79b70e30fefc454af1236f0ee080/visualpython-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-18 09:01:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "visualpython",
    "github_project": "visualpython",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "visualpython"
}
        
Elapsed time: 0.13775s