On Aug 19, 2017, at 2:32 PM, Paul H. Tarver <[email protected]> wrote: > There seems to be valid arguments for both sides on the interwebs, but what > do the VFP programmers who use Python advise?
Python 3 is the future. Python 2 is the past. So here's the thing: if you're working on an existing app that was written in Python 2.x, then use 2.x. In every other case, there's no reason to use anything but the latest Python. And if you need an additional nudge, support for Python 2.x will end in 2020, so if you do find yourself working on a 2.x app, you primary focus should be upgrading it to 3.x in the next 3 years. -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/signed text/plain (text body -- kept) application/pgp-signature --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

