blog.notmet.net/2012/10/pythons-super

Preview meta tags from the blog.notmet.net website.

Linked Hostnames

7

Search Engine Appearance

Google

https://blog.notmet.net/2012/10/pythons-super

Python's super()

Karl's blog of randomness and programming



Bing

Python's super()

https://blog.notmet.net/2012/10/pythons-super

Karl's blog of randomness and programming



DuckDuckGo

https://blog.notmet.net/2012/10/pythons-super

Python's super()

Karl's blog of randomness and programming

  • General Meta Tags

    12
    • title
      Python's super() · Karl's Blog
    • charset
      utf-8
    • X-UA-Compatible
      IE=edge
    • author
    • description
      Karl's blog of randomness and programming
  • Open Graph Meta Tags

    6
    • og:url
      https://blog.notmet.net/2012/10/pythons-super/
    • og:site_name
      Karl's Blog
    • og:title
      Python's super()
    • og:description
      I’ve been writing a lot of Python lately, and there are some things I love about it, some things I’m uncomfortable with, but nothing I hate. The super() builtin function makes life a lot easier when you’re using Python for object oriented code and have some inheritance going on. This blog post describes the best way I’ve seen it used so far. First of all, in Python3 you no longer need to write “super(CurrentClass, self).foo”, “super().foo” does the right thing generally. This is great, because it’s easier to change class names, or copy a line of code, without breaking everything.
    • US country flagog:locale
      en_us
  • Twitter Meta Tags

    3
    • twitter:card
      summary
    • twitter:title
      Python's super()
    • twitter:description
      I’ve been writing a lot of Python lately, and there are some things I love about it, some things I’m uncomfortable with, but nothing I hate. The super() builtin function makes life a lot easier when you’re using Python for object oriented code and have some inheritance going on. This blog post describes the best way I’ve seen it used so far. First of all, in Python3 you no longer need to write “super(CurrentClass, self).foo”, “super().foo” does the right thing generally. This is great, because it’s easier to change class names, or copy a line of code, without breaking everything.
  • Link Tags

    4
    • icon
      https://blog.notmet.net/favicon.ico
    • stylesheet
      //fonts.googleapis.com/css?family=Roboto:400,300,700%7CNoto+Serif:400,400italic,700,700italic
    • stylesheet
      https://blog.notmet.net/css/styles.css
    • stylesheet
      https://blog.notmet.net/css/highlightjs/monokai.css

Links

15