Skip to content

Commit

Permalink
doc: impr some desc in main index, more interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
litlighilit committed Jun 22, 2024
1 parent 3314966 commit 6a499e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/pylib.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Nim Pylib

> Just write Python code in Nim!
## import pylib
The mostly suggested style is
```Nim
Expand All @@ -13,7 +15,7 @@ import pylib
```

## import Python-like stdlib
Cheatsheet for alternative between pylib and Python
Cheatsheet for rough alternative between pylib and Python

| Nim pylib | Python |
| -------------------------- | -------------------------- |
Expand All @@ -23,6 +25,8 @@ Cheatsheet for alternative between pylib and Python

---

Wondering how many libs are available in NimPylib?

Here are the
[Lib Docs](Lib/) for Libs available in nimpylib.
[Lib Docs](Lib/).

0 comments on commit 6a499e8

Please sign in to comment.