|
1 |
| -# Visual Python |
| 1 | +# Welcome to the Visual Python |
2 | 2 | [](https://pypi.python.org/pypi/visualpython/)
|
3 |
| -[](https://www.gnu.org/licenses/gpl-3.0.html) |
4 |
| -[](https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md) |
| 3 | +[](https://www.gnu.org/licenses/gpl-3.0.html) |
| 4 | +[](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" /> |
5 | 6 |
|
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> |
15 | 7 |
|
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. |
18 | 11 |
|
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> |
22 | 13 |
|
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> |
26 | 18 |
|
| 19 | +<br> |
| 20 | +<img src="https://i.esdrop.com/d/7o0dj05m8rnz/ZPvkMGVeix.gif" width="85%"> |
27 | 21 |
|
28 | 22 | ## Getting Started
|
29 | 23 |
|
30 | 24 | ### 1. Requirements
|
31 | 25 |
|
32 |
| -Visual Python is developed as an extension on Jupyter Notebook. <br> |
| 26 | +Visual Python is a Jupyter Notebook extension. <br> |
33 | 27 | We recommend installing Anaconda (virtual environment).
|
34 | 28 |
|
35 | 29 | - Python version 3.x
|
|
0 commit comments