Higher-level programming - Python

Module of High-level programming and Python, carried out during Software Engineering studies at ALX School.

Technologies

  • Shell Scripts are written in Bash 5.0.17(1)
  • Python Scripts are written with Python3 3.8.5
  • Tested on Ubuntu 20.04 LTS

Projects

All of the following folders are projects done during the studies:

Project name Description
0x00-hello_world It aims to learn about variables, basics commands (print) and handle strings with Python
0x01-python-if_else_loops_functions It aims to learn about if/else statements, loops, range and functions in Python
0x02-python-import_modules It aims to learn how to import functions, how to create modules and how to use command line arguments in Python
0x03-python-data_structures It aims to learn about lists, tuples and strings in Python
0x04-python-more_data_structures It aims to learn about sets, dictionaries and functions to handle data structures like lambda, map, reduce and filter in Python
0x05-python-exceptions It aims to learn about exceptions, how to use them, how to use errors and how to raise them in Python