[Python-announce] bor 0.2.0

2022-08-12 Thread furkanonder via Python-announce-list
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

[Python-announce] bor 0.2.0

2022-08-12 Thread furkanonder via Python-announce-list
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

[Python-announce] unrepl: a new module to translate REPL code fragments to proper Python code

2022-08-12 Thread Ruud van der Ham
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