wiki@my.terrot.net

Wiki@my.terrot.net is a service provided by Terrot.Net a company of the Terrot Research & Services Group.

Outils pour utilisateurs

Outils du site


python_pyqt

Ceci est une ancienne révision du document !


Python

Data Types and Data Structures

Variables and Objects

  • Dynamic Typing
  • variables as Object references

<note important> function subroutine executed independandly
method function bound to an instance of an object
operator function bound or not to instance, do not use parenthesis and part </note>

  • comparison opérator == , < … =⇒ Value comparison
  • is operator =⇒ identity comparison (identify of an object can be retriece by object.id())
  • None special null object (singleton)
python_pyqt.1476966828.txt.gz · Dernière modification : 2016/10/20 14:33 de francois

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki