Skip to content

A small tutorial for loop-less programming in Python

Notifications You must be signed in to change notification settings

patlevin/loopless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Look ma' - no loops

This repository contains a Jupyter notebook that illustrates loopless programming techniques. It provides small recipes for replacing loops and list comprehensions with loopless versions.

Covered Topics

  • Combining sequences
  • Flatten nested sequences
  • Transforming data
  • Filtering data
  • Replacing nested loops
  • Splitting sequences based on a predicate

About

A small tutorial for loop-less programming in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published