Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 823 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 823 Bytes

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