/holbertonschool-higher_level_programming

This is going to be my repo for Python learning

Primary LanguagePython

Welcome to my Python repository! 🐍

In this repo you will find files containing programs I created for learning python.

Folders 🗃️

  • 0x00-python-hello_world This folder contains my first programs using python and shell scripts.
  • 0x01-python-if_else_loops_functions: Programs that use if, else, loops and nested loops, using range, and arithmetic operators.
  • 0x02-python-import_modules: Importing functions from another file and using them, module creation, use of dir(), preventing code from being executed when imported, using command line arguments in Python programs.
  • 0x03-python-data_structures: Using lists, strings, comprenhensions, tuples, sequences, and how to use the del statement.
  • 0x04-more_data_structures: Using sets, iterating into sets, how to use dictionaries, using lambda functions, and implementation of map, lambda and filter functions.