Announcing bor 0.2.0
=
PyPI: https://pypi.org/project/bor/0.2.0/
Pip: ``pip install bor==0.2.0``
Source: https://github.com/furkanonder/bor/
What is bor?
-
Bor is user-friendly, tiny source code searcher written in pure Python.
bor currently supports class
Announcing bor 0.2.0
=
PyPI: https://pypi.org/project/bor/0.2.0/
Pip: ``pip install bor==0.2.0``
Source: https://github.com/furkanonder/bor/
What is wxPython?
-
Bor is user-friendly, tiny source code searcher written in pure Python.
bor currently supports
In many blogs, articles, books, etc. code if often presented as REPL code
fragments, like
>>> a = 1
>>> b = 2
>>> a + b
3
If you actually want to run that code, you have to remove the >>> (and ...)
and add a print statement.
With unrepl, you can do that just by copying the above code to the
clip