Logical Design Using Python
Content
• Introduction
• Data Types and Data Structures
• Control Flow
• Functions
• Modules
• Packages
Introduction
• Python is general purpose high level programming language
Characteristics of Python
• Multi-paradigm programming Language
• Interpreted Language
• Interactive Language
• Easy to learn, read and maintain
• Object and procedure oriented
• Extendable,Scalable,Portable
• Broad Library support
Data Types and Data Structures
• Numbers
• Strings
• Lists
• Tuples
• Dictionaries
• Type Conversions
Numbers
Strings

Internet of things-logical design .pptx

  • 1.
  • 2.
    Content • Introduction • DataTypes and Data Structures • Control Flow • Functions • Modules • Packages
  • 3.
    Introduction • Python isgeneral purpose high level programming language Characteristics of Python • Multi-paradigm programming Language • Interpreted Language • Interactive Language • Easy to learn, read and maintain • Object and procedure oriented • Extendable,Scalable,Portable • Broad Library support
  • 4.
    Data Types andData Structures • Numbers • Strings • Lists • Tuples • Dictionaries • Type Conversions
  • 5.
  • 7.