Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70391
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: converting old project to Python 3 was: Re: Why Python 3? |
| Date | 2014-04-19 17:15 +0100 |
| References | <CAJUMiQsdjw4oXVVthrOPTjzr19cpc8qw-vfPd3O8L-ShH6mc2g@mail.gmail.com> <CABpHFHR5mp+4_PbnFvQBn_=m0_94RM2QAfaOCkhcQF5j49923g@mail.gmail.com> <535274E7.20305@harvee.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.9364.1397924133.18130.python-list@python.org> (permalink) |
On 19/04/2014 14:06, Eric S. Johansson wrote: > > On 4/19/2014 12:04 AM, Ryan Hiebert wrote: >> If you are starting a new project, I'd highly encourage you to use >> Python 3. It is a stable, well supported, and beautiful language, and >> gives you the full power of the innovation that is current in the >> Python world. Python 2 is still well supported (for a while to come), >> but you won't have the same access to new features and ideas that you >> would on Python 3. >> >> The only reason that I'd still be on Python 2 is if I absolutely had >> to use a library that for some reason is not yet working on Python 3. >> Even then, I'd work hard to try and write it in Python 3 style Python >> 2, because I'd want to be on Python 3 as soon as possible. > > The Python extensions to NaturallySpeaking are combination of C++ for a > COM interface and Python for grammar management. > http://qh.antenna.nl/unimacro/implementation_and_acceptance_of_natlink.pdf > > How hard is it to convert from C++ extensions for 2.x to 3.x? are there > any tools to help with the process? > > Thanks for any insights. > > --- eric > https://docs.python.org/3/howto/cporting.html -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: converting old project to Python 3 was: Re: Why Python 3? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-04-19 17:15 +0100
csiph-web