From 336abc3464d3dbcc4cecf84521ed6b7d06b1aca1 Mon Sep 17 00:00:00 2001 From: Hyewon Kang <82756543+llbtl@users.noreply.github.com> Date: Fri, 25 Jun 2021 20:11:20 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef7e57f5..53db9a68 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![PyPI version shields.io](https://img.shields.io/pypi/v/visualpython)](https://pypi.python.org/pypi/visualpython/) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green)](https://www.gnu.org/licenses/gpl-3.0.html) [![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) +open collective badge ## Introduction Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook environment as an extension. From fb12fd84f64ffa246c7bba0a4456818e55b7b28d Mon Sep 17 00:00:00 2001 From: Hyewon Kang <82756543+llbtl@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:17:30 +0900 Subject: [PATCH 2/2] Update README.md - replaced demonstration image - added backer badge - updated introduction wording --- README.md | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 53db9a68..86b9d0fb 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,29 @@ -# Visual Python +# Welcome to the Visual Python [![PyPI version shields.io](https://img.shields.io/pypi/v/visualpython)](https://pypi.python.org/pypi/visualpython/) -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-green)](https://www.gnu.org/licenses/gpl-3.0.html) -[![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) -open collective badge +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-yellowgreen)](https://www.gnu.org/licenses/gpl-3.0.html) +[![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) +open collective badge -## Introduction -Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook environment as an extension. - - - -1. Key Features -* Automatically generates Python code based on a graphic user interface
-* Creates code blocks by tasks (such as data processing, visualization)
-* You can save the analysis process and share it (as .vp file) with others
-2. Who and What is it for?
-Visual Python is a data analytics solution for both Programmers & Non-programmers.
+## Introduction +Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension.
+Visual Python is an open source project started for students who struggle with coding during a Python class for data science. -Programmers can use the tool :
-* to save & reuse user-defined (or repeatedly used) code
-* to find Python packages and functions from the list
+
-Non-programmers will be able to :
-* learn the Python language more easily
-* manage big data with minimal coding skills
+Try Visual Python if you would like:
+* to manage big data with minimal coding skills.
+* to help students / business analysts / researchers to overcome learning barriers for Python.
+* to save & reuse repeatedly used codes(snippets).
+
+ ## Getting Started ### 1. Requirements -Visual Python is developed as an extension on Jupyter Notebook.
+Visual Python is a Jupyter Notebook extension.
We recommend installing Anaconda (virtual environment). - Python version 3.x