Skip to content

Repository files navigation

Python Comprehensions and Functional Style

Comprehensions, lambdas and functional tools in Python, plus file handling and debugging.

Contents

  • list_comprenhensions.py / dict_comprehensions.py — comprehensions
  • lambda.py — anonymous functions
  • filter_msp_reduce.py — map, filter and reduce
  • filtrando_datos.py — filtering real data
  • lists_and_dicts.py — lists and dictionaries
  • archivos.py — reading and writing files
  • asserts_statements.py / debugging.py — assertions and debugging
  • hangman/ — a hangman game putting it together

Usage

pip install -r requirements.txt

Status

Learning material from 2021, kept for reference. Not maintained.

About

Python comprehensions, lambdas, map/filter/reduce, file handling and a hangman game.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages