Skip to content

beincy/PYLINQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYLINQ the linq for python like c#

Start

It's very simple to use.

from PYLINQ import PYLINQ
PYLINQ([1,2,3,4,5]).where(lambda x:x>2).where(lambda x:x>3).first()

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages