Skip to content

Files

Latest commit

b6a177e · Aug 6, 2022

History

History

0x03-python-data_structures

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Jul 4, 2022
Aug 6, 2022
Jul 4, 2022
Jul 4, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Jul 4, 2022

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