Skip to content

Commit 75b674e

Browse files
authored
Update README.rst
updated summary and added info about ipython if the user is using a more robust project.
1 parent 1db0436 commit 75b674e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ to IDEs. These features include **syntax highlighting**, **expected parameter
1717
list**, **auto-indentation**, and **autocompletion**. (See below for example
1818
usage).
1919

20+
***bpython is a lightweight Python interpreter that enhances the Python interactive experience by incorporating several features commonly found in Integrated Development Environments (IDEs). It offers syntax highlighting, autocompletion, auto-indentation, and an expected parameter list for functions, among others. This README provides an overview of bpython's key features, installation instructions, configuration options, and how to contribute to the project.****
21+
22+
***** bpython is not intended to be a full-fledged IDE like IPython or Jupyter Notebook. Instead, it aims to provide a more pleasant and productive experience when using the Python interpreter directly, making it useful for quickly testing code snippets, debugging, and experimenting. *****
23+
24+
***** If you are a data scientist or a researcher please go to IPython. IPython is widely used in the scientific and data analysis communities due to its robust features and ease of use. It is an essential tool for many researchers and data scientists for prototyping, analysis, and sharing interactive workflows. ******
25+
2026
.. image:: https://bpython-interpreter.org/images/math.gif
2127
:alt: bpython
2228
:width: 566
@@ -78,6 +84,8 @@ Features & Examples
7884
* Reload imported Python modules. Use <F6> to clear sys.modules and rerun your
7985
session to test changes to code in a module you're working on.
8086

87+
88+
8189
=============
8290
Configuration
8391
=============

0 commit comments

Comments
 (0)