[Python-announce] Python Virtual Shell 0.0b

2023-10-29 Thread christos.jon...@gmail.com
An attempt at Python virtual shell that mixes your native shell with Python 
with the goal of letting you use your regular shell but also use Python as 
effectively a shell scripting language, as an alternative to your shell's 
built-in scripting language.

This was submitted before, but at a terrible time when the site was undergoing 
technical difficulties. The difficulties have since been resolved.

Python Virtual Shell's homepage is at:

https://cjshayward.com/pvsh/
 
I invite you to explore and improve it!


Cordially,
C.J.S. Hayward
c...@cjshayward.com
https://cjshayward.com

http://https://cjshayward.com/pvsh/";>Python Virtual Shell 0.0b 
- A tool designed to let you use a regular LUM shell but also use Python as a 
shell scripting language (29-Sun-03)
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com


[Python-announce] PyDev 11.0.2 Released

2023-10-29 Thread Fabio Zadrozny
 PyDev 11.0.2 Release Highlights

Continuing with the updates to Python 3.12, the new release integrates
the latest version of typeshed (so, *from typing import override* is
now properly recognized).

Also, it's now possible to specify vmargs in the python interpreter
(and not just in the launch configuration).

For Python 3.11 onwards, *-Xfrozen_modules=off* is now
set in the vm arguments by default.
About PyDev

PyDev is an open-source Python IDE on top of Eclipse for Python (also
available for Python on Visual Studio Code).

It comes with goodies such as code completion, syntax highlighting, syntax
analysis, code analysis, refactor, debug, interactive console, etc.

It is also available as a standalone through LiClipse with goodies such as
multiple cursors, theming and support for many other languages, such as
Django Templates, Jinja2, Html, JavaScript, etc.

Links:

PyDev: http://pydev.org
PyDev Blog: http://pydev.blogspot.com
PyDev on VSCode: http://pydev.org/vscode
LiClipse: http://www.liclipse.com
PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/

Cheers,

Fabio Zadrozny
___
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com