PyDev 7.5.0 Released

2020-01-10 Thread Fabio Zadrozny
PyDev 7.5.0 Release Highlights

   - Fixed support for Python 3.8 (which wasn't properly added to 7.4.0).
   -

   Improved Cython support:
   - Cython itself is used to generate the AST for Cython files.
  - Cython needs to be available in the default interpreter.
  - Cython does not currently support generating the AST for files with
  errors, so, syntax errors must be fixed for the code-completion to work
  properly.
   -

   Debugger improvements (updated to pydevd 1.9.0).
   - Improved stepping into coroutines
  - Attach to process no longer needs to match the bitness of the
  target program with the interpreter.
  - File with a relative path is searched in sys.path folders (i.e.:
  so, cython builds can find the source).

About PyDev

PyDev is an open-source Python IDE on top of Eclipse for Python, Jython and
IronPython development, now 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
-- 
https://mail.python.org/mailman/listinfo/python-list


to continue python

2020-01-10 Thread garimakapoor490



Sent from Mail for Windows 10

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: to continue python

2020-01-10 Thread Karsten Hilbert
Sure, by all means !

--
GPG  40BE 5B0E C98E 1713 AFA6  5BC0 3BEA AC80 7D4F C89B
-- 
https://mail.python.org/mailman/listinfo/python-list


Saying bye bye to Python 2

2020-01-10 Thread tommy yama
As many know, python 2 was retired. 🐍
This means imminent migration to 3 will be a must ?

I thought that upgrading is not that simple.


thanks !
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Saying bye bye to Python 2

2020-01-10 Thread Skip Montanaro
>
> As many know, python 2 was retired. 🐍
> This means imminent migration to 3 will be a must ?
>

Not if you don't change anything (update software or hardware). If it ain't
broke, there's no need to fix it. OTOH, if your software, Python itself, or
your operating system have security or other bugs, you may well have to
update something. Even so, that may well not force a switch to Python 3.

> I thought that upgrading is not that simple.
>

That depends. In my experience, str/bytes were the only frustrating bits.
Other than that, the 2to3 tool does a pretty good job. Also, assuming you
have a decent suite of unit tests, porting from 2 to 3 will be much more
straightforward.

Skip
-- 
https://mail.python.org/mailman/listinfo/python-list