Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
10 Reasons to use Python 3
#12
(May-12-2017, 03:06 AM)Skaperen Wrote:
(May-11-2017, 10:12 PM)Larz60+ Wrote: Remember the C to C++ resistance.
In the end it turned out that C was best for certain things, like embedded code, or drivers
and C++ for others
The difference with the python 2, python 3 resistance is that I think in the end the clear winner
will be Python 3 (unless you're the author of a certain book).

C -> C++ is not the same as Py2 -> Py3.  I got up to speed on py2 but switched to py3 as soon as i finally understood the string vs. bytes issue enough to use it.  but i stayed with C and never went to C++ for anything.  to me, C -> C++ is like Py -> Perl.

When you do GUIs you have to use "object" techniques to keep it manageable. So it's either built-in with C++ or you have to fake it in C. And the C++ compiler will catch errors that C won't catch...
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
10 Reasons to use Python 3 - by ichabod801 - May-08-2017, 12:31 PM
RE: 10 Reasons to use Python 3 - by nilamo - May-08-2017, 04:05 PM
RE: 10 Reasons to use Python 3 - by Skaperen - May-11-2017, 12:35 AM
RE: 10 Reasons to use Python 3 - by metulburr - May-11-2017, 11:12 AM
RE: 10 Reasons to use Python 3 - by Larz60+ - May-11-2017, 12:47 PM
RE: 10 Reasons to use Python 3 - by nilamo - May-11-2017, 02:21 PM
RE: 10 Reasons to use Python 3 - by sparkz_alot - May-11-2017, 02:30 PM
RE: 10 Reasons to use Python 3 - by nilamo - May-11-2017, 03:30 PM
RE: 10 Reasons to use Python 3 - by Larz60+ - May-11-2017, 10:12 PM
RE: 10 Reasons to use Python 3 - by Skaperen - May-12-2017, 03:06 AM
RE: 10 Reasons to use Python 3 - by Ofnuts - May-12-2017, 09:45 AM
RE: 10 Reasons to use Python 3 - by Skaperen - May-14-2017, 04:49 AM
RE: 10 Reasons to use Python 3 - by Larz60+ - May-12-2017, 04:37 AM
RE: 10 Reasons to use Python 3 - by Skaperen - May-13-2017, 06:33 AM
RE: 10 Reasons to use Python 3 - by Larz60+ - May-13-2017, 09:39 AM
RE: 10 Reasons to use Python 3 - by wavic - May-14-2017, 12:31 PM
RE: 10 Reasons to use Python 3 - by Larz60+ - May-14-2017, 12:46 PM
RE: 10 Reasons to use Python 3 - by wavic - May-15-2017, 03:14 AM
RE: 10 Reasons to use Python 3 - by Skaperen - May-18-2017, 07:42 AM
RE: 10 Reasons to use Python 3 - by wavic - May-18-2017, 09:16 AM
RE: 10 Reasons to use Python 3 - by ackmondual - Jun-13-2017, 11:37 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020