Skip to content

Latest commit

 

History

History

pyqm-week1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Week 1 Contents

1.1 - Variables - [Notebook] - [Video]

  • Integer and Float Variables
  • Scientific Notation
  • Comparison Operators and Boolean Variables
  • Complex Numbers
  • Strings
  • Casting
  • Operator Precedence

1.2 - Data Structures - [Notebook] - [Video]

  • Lists
  • Tuples
  • Sets
  • Dictionaries
  • Operations With Data Structures:
    • Properties
    • Changing, Adding, And Removing Elements
    • Slicing And Reorganising
    • Combining Structures
    • Copying

1.3 - Binary Operations - [Notebook] - [Video]

  • Overview Of Binary
  • Bitwise Operators
  • Shift Operators