Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
thautwarm committed Jun 28, 2018
1 parent 67c1461 commit ffb65f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
pip install -U linq-t
```

* **Typed-Linq** = **Linq** + **Static Checking**(PyCharm performs best)
* **Linq** = **Auto-Completion** + **Readability**
* **Static Checking** = **Safety** + **Debugging when coding**

Additionally, **static checking** helps to type inference which improves the **auto-completion**.


Here is an example to get top 10 frequent pixels in a picture.

```python
Expand Down
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def test_TakeWhile():


def test_Drop():

Flow([(1, 2), (2, 3), (3, 2)]).Drop(1)


Expand Down

0 comments on commit ffb65f9

Please sign in to comment.