COMPROG

Subdecks (1)

Cards (43)

  • High-level, Open source, Community driven
    Python
  • Advantage of python
    Tried/True language, Simplified syntax/natural language, Component Object model
  • Software provide comprehensive facility
    Integrated Development Environment
  • Run / Debug online from anywhere
    Online gdb
  • Dedicated python IDE
    Pycharm
  • Pocket python interpreter
    Pydroid 3
  • Helpfulness of ide
    Color coding, debugging, auto-indent, interactive
  • Python is case sensitive
  • Function begins with
    Lowercsse
  • Classes begins with
    Uppercase
  • Reference to value stored
    Reference
  • Collection of data
    Object
  • All variables are
    Object
  • What your object can do, functions to act
    Methods
  • Classifying a value
    Data type
  • Symbols carry out function
    Operators
  • 2 type of data on python
    Built in data- already available
    User defined data- can be created
  • Sequence of characters
    String
  • Store unique elements
    Set
  • Immutable
    Tupple
  • Key-Value pair
    Dictionary
  • Sequence data type
    String, list, tuple
  • Number data type
    Float, Integer, Complex
  • Other data type: D,S,B

    Dictionary
    Set
    Boolean
  • Data type that can only be true or false

    Boolean
  • Unordered collection of data type
    Set
  • Unordered collection of data values
    Dictionary
  • Aka conditional statements 

    Selection statement
  • Initial condition
    If
  • Additional conditions
    Elif
  • None condition are true

    Else
  • Type of operator: CoArIdLo BiSpAsMe
    Comparison
    Arithmetic
    Identity
    Logical
    Bitwise
    Special
    Assignment
    Membership
  • Display output
    Print()
  • Take data from user
    Input()