Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 798 Bytes

File metadata and controls

22 lines (19 loc) · 798 Bytes

0x03. Python - Data Structures: Lists, Tuples

Description

This project directory contains tasks that acheive the following learning objectives:

  • Why Python programming is awesome
  • What are lists and how to use them
  • What are the differences and similarities between strings and lists
  • What are the most common methods of lists and how to use them
  • How to use lists as stacks and queues
  • What are list comprehensions and how to use them
  • What are tuples and how to use them
  • When to use tuples versus lists
  • What is a sequence
  • What is tuple packing
  • What is sequence unpacking
  • What is the del statement and how to use it

Featured source files

  • Python scripts
  • C scripts

See file specifications here