OpenAstronomy / python-3-for-scientists

http://python-3-for-scientists.readthedocs.org
76 stars 32 forks source link

Another blog post on advantages of Python 3 #15

Open takluyver opened 8 years ago

takluyver commented 8 years ago

https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/

Just posting this here for cross referencing, feel free to close the issue :-)

takluyver commented 8 years ago

One thing I spotted in there that's not on this site yet is the ability to call super() without any arguments inside a method. It's probably an advanced feature, but it's quite nice.

astrofrog commented 8 years ago

+1 to mentioning super()! Also I wonder if maybe we could have a section with links to other resources?

Cadair commented 8 years ago

That's a really cool post.