Python with PyDev on Visual Studio Code

2018-02-19 Thread Fabio Zadrozny
Hi All, I'm happy to announce that PyDev (http://www.pydev.org) can now be used for Python development on Visual Studio Code! The first release already provides features such as code analysis, code completion, go to definition, symbols for the workspace and editor, code formatting, find reference

locstacktrace 1.0.0 - More precise stack traces

2018-02-19 Thread Rocky Bernstein
Want to see more precisely where you are or were at in a traceback or callstack your Python code has several places in a line it could have errored ? Even if the code was something created at runtime with say `eval` or `exec` or there is otherwise no source code? Then this package is for you. Som

python-can v2.1.0 has been released

2018-02-19 Thread Brian Thorne
Hi all, I'm happy to announce a new version of python-can - version 2.1.0 The last few months have had plenty of changes and bug fixes while we stabalised version 2.0 (which was released in mid Jan). Highlights from the changelog: Support for out of tree can interfaces with pluggy. Ini