Skip to content

Commit c952acc

Browse files
authored
Merge pull request #56 from llbtl/readme
Readme
2 parents b823749 + fb12fd8 commit c952acc

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

README.md

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
1-
# Visual Python
1+
# Welcome to the Visual Python
22
[![PyPI version shields.io](https://img.shields.io/pypi/v/visualpython)](https://pypi.python.org/pypi/visualpython/)
3-
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green)](https://www.gnu.org/licenses/gpl-3.0.html)
4-
[![Code of Conduct: Contributor Covenant](https://img.shields.io/badge/Code%20of%20Conduct-Contributor%20Covenant-blueviolet)](https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md)
3+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-yellowgreen)](https://www.gnu.org/licenses/gpl-3.0.html)
4+
[![Code of Conduct: Contributor Covenant](https://img.shields.io/badge/Code%20of%20Conduct-Contributor%20Covenant-pink)](https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md)
5+
<img alt="open collective badge" src="https://opencollective.com/visualpython/tiers/backer/badge.svg?label=Backer&color=orange" />
56

6-
## Introduction
7-
Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook environment as an extension.
8-
9-
<img src="https://i.esdrop.com/d/7o0dj05m8rnz/sgKUVlLpRx.png" width="85%">
10-
11-
1. Key Features
12-
* Automatically generates Python code based on a graphic user interface <br>
13-
* Creates code blocks by tasks (such as data processing, visualization) <br>
14-
* You can save the analysis process and share it (as .vp file) with others <br>
157

16-
2. Who and What is it for? <br>
17-
Visual Python is a data analytics solution for both Programmers & Non-programmers. <br>
8+
## Introduction
9+
Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension. <br>
10+
Visual Python is an open source project started for students who struggle with coding during a Python class for data science.
1811

19-
Programmers can use the tool : <br>
20-
* to save & reuse user-defined (or repeatedly used) code <br>
21-
* to find Python packages and functions from the list <br>
12+
<br>
2213

23-
Non-programmers will be able to : <br>
24-
* learn the Python language more easily <br>
25-
* manage big data with minimal coding skills <br>
14+
Try Visual Python if you would like: <br>
15+
* to manage big data with minimal coding skills. <br>
16+
* to help students / business analysts / researchers to overcome learning barriers for Python. <br>
17+
* to save & reuse repeatedly used codes(snippets). <br>
2618

19+
<br>
20+
<img src="https://i.esdrop.com/d/7o0dj05m8rnz/ZPvkMGVeix.gif" width="85%">
2721

2822
## Getting Started
2923

3024
### 1. Requirements
3125

32-
Visual Python is developed as an extension on Jupyter Notebook. <br>
26+
Visual Python is a Jupyter Notebook extension. <br>
3327
We recommend installing Anaconda (virtual environment).
3428

3529
- Python version 3.x

0 commit comments

Comments
 (0)