Python 3 marketing document?
Has anyone published a web page or wiki page about what's great about Python 3.x?
I've tried to address the most common questions and misapprehensions in my Python 3 Q & A: http://python-notes.curiousefficiency.org/en/latest/python3/questions_and_an... Cheers, Nick.
On Thu, Jan 23, 2014 at 10:48 PM, Dan Stromberg <drsalists@gmail.com> wrote:
Has anyone published a web page or wiki page about what's great about Python 3.x?
In case you want a video I gave a presentation at PyCon US 2013 on Python 3.3 and tried to cover everything from 3.0 on. http://www.youtube.com/watch?v=f_6vDi7ywuA
Hardly marketing documents, but potentially useful nonetheless: http://docs.python.org/3.4/whatsnew/index.html https://bitbucket.org/gutworth/six/src/tip/six.py https://github.com/nandoflorestan/nine/blob/master/nine/__init__.py http://docs.python.org/3/library/2to3.html https://pypi.python.org/pypi/<https://pypi.python.org/pypi/backports.ssl_match_hostname> backports.ssl_match_hostname<https://pypi.python.org/pypi/backports.ssl_match_hostname> http:// <http://docs.python.org/3.4/library/asyncio.html>docs.python.org<http://docs.python.org/3.4/library/asyncio.html> /3.4/library/ <http://docs.python.org/3.4/library/asyncio.html>asyncio.html<http://docs.python.org/3.4/library/asyncio.html> The new pathlib is pretty cool: http://docs.python.org/3.4/whatsnew/3.4.html#new-modules http://docs.python.org/3.4/library/pathlib.html#module-pathlib Wes Turner On Jan 23, 2014 9:49 PM, "Dan Stromberg" <drsalists@gmail.com> wrote:
Has anyone published a web page or wiki page about what's great about Python 3.x? _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/wes.turner%40gmail.com
fwiw, I'm offering the keys/account/etc for getpython3.com to whomever has the time to keep it fresh and up to date. On Fri, Jan 24, 2014 at 8:36 AM, Wes Turner <wes.turner@gmail.com> wrote:
Hardly marketing documents, but potentially useful nonetheless:
http://docs.python.org/3.4/whatsnew/index.html
https://bitbucket.org/gutworth/six/src/tip/six.py
https://github.com/nandoflorestan/nine/blob/master/nine/__init__.py
http://docs.python.org/3/library/2to3.html
https://pypi.python.org/pypi/backports.ssl_match_hostname
http://docs.python.org/3.4/library/asyncio.html
The new pathlib is pretty cool:
http://docs.python.org/3.4/whatsnew/3.4.html#new-modules
http://docs.python.org/3.4/library/pathlib.html#module-pathlib
Wes Turner
On Jan 23, 2014 9:49 PM, "Dan Stromberg" <drsalists@gmail.com> wrote:
Has anyone published a web page or wiki page about what's great about Python 3.x? _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/wes.turner%40gmail.com
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/jnoller%40gmail.com
Wes Turner On Jan 24, 2014 10:37 AM, "Jesse Noller" <jnoller@gmail.com> wrote:
fwiw, I'm offering the keys/account/etc for getpython3.com to whomever has the time to keep it fresh and up to date.
It shouldn't be too difficult to add a GET JSON view to python3wos: https://python3wos.appspot.com
On Fri, Jan 24, 2014 at 8:36 AM, Wes Turner <wes.turner@gmail.com> wrote:
Hardly marketing documents, but potentially useful nonetheless:
http://docs.python.org/3.4/whatsnew/index.html
https://bitbucket.org/gutworth/six/src/tip/six.py
https://github.com/nandoflorestan/nine/blob/master/nine/__init__.py
http://docs.python.org/3/library/2to3.html
https://pypi.python.org/pypi/backports.ssl_match_hostname
http://docs.python.org/3.4/library/asyncio.html
The new pathlib is pretty cool:
http://docs.python.org/3.4/whatsnew/3.4.html#new-modules
http://docs.python.org/3.4/library/pathlib.html#module-pathlib
Wes Turner
On Jan 23, 2014 9:49 PM, "Dan Stromberg" <drsalists@gmail.com> wrote:
Has anyone published a web page or wiki page about what's great about Python 3.x? _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe:
https://mail.python.org/mailman/options/python-dev/wes.turner%40gmail.com
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/jnoller%40gmail.com
On 24/01/2014 16:37, Jesse Noller wrote:
fwiw, I'm offering the keys/account/etc for getpython3.com to whomever has the time to keep it fresh and up to date.
If I've ever heard of this I've forgotten about it. How do we make it more prominent? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
I'm giving AMK the keys to the kingdom right now: AMK: Feel free to go nuts. Email me your public key On Fri, Jan 24, 2014 at 12:01 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
On 24/01/2014 16:37, Jesse Noller wrote:
fwiw, I'm offering the keys/account/etc for getpython3.com to whomever has the time to keep it fresh and up to date.
If I've ever heard of this I've forgotten about it. How do we make it more prominent?
-- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.
Mark Lawrence
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/jnoller%40gmail.com
participants (7)
-
A.M. Kuchling -
Brett Cannon -
Dan Stromberg -
Jesse Noller -
Mark Lawrence -
Nick Coghlan -
Wes Turner