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
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
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