Skip to content

Latest commit

 

History

History

pyqm-week2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Week 2 Contents

2.1 - Flow Control - [Notebook] - [Video]

  • Conditional Statements(if,elif,else)
  • Testing Code(try,except)
  • While loops
  • Range
  • Zip
  • For loops
  • Break, continue, pass

2.2 - Compact Code - [Notebook] - [Video]

  • List Comprehensions
  • Set Comprehensions
  • Dictionary Comprehensions
  • Generator Comprehensions

2.3 - External Data - [Notebook] - [Video]

  • Inputting from the terminal/command line
  • Copying files
  • Reading files
  • Writing files
  • Creating files