Electron microscopy
 
Dot Notation
- Python for Integrated Circuits -
- An Online Book -
Python for Integrated Circuits                                                                                   http://www.globalsino.com/ICs/        


Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix

=================================================================================

In Python, almost every entity is traded as an Object, which is fundamental to grasping the significance of dot (.) notation. The dot (.) notation is a way to access the attribute and methods of instances of different object classes. It is normally preceded by the object instance while the right end of the dot notation contains the attributes and methods. E.g.:
          theString = ["Yougui", "Liao", "Globalsino"]
          theString.index() # dot notation is used here.

============================================

         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         

 

 

 

 

 



















































 

 

 

 

 

=================================================================================