Skip to content

Commit 81d23d3

Browse files
committed
Clean files
1 parent 8071635 commit 81d23d3

5 files changed

Lines changed: 7564 additions & 15 deletions

File tree

Pipfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[source]]
2+
url = "https://pypi.python.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
notedown = "*"
8+
jupyter = "*"
9+
10+
[dev-packages]
11+
12+
[requires]
13+
python_version = "3.6"

Pipfile.lock

Lines changed: 354 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ All contributions are welcome:
1818
- [PDF](https://github.com/wilfredinni/Python-cheatsheet/raw/master/python_cheat_sheet.pdf)
1919
- [Jupyter Notebook](https://mybinder.org/v2/gh/wilfredinni/python-cheatsheet/master?filepath=python_cheat_sheet.ipynb)
2020

21-
## Foreword
22-
23-
This document uses the Python REPL syntax, that allow to show some Python commands and the actual
24-
result on the console:
25-
26-
- code lines start with `>>>`
27-
- Output lines start directly
28-
29-
Example:
30-
31-
```python
32-
>>> 1 + 2
33-
3
34-
```
35-
3621
## Python Cheatsheet
3722

3823
- [Python Basics](#python-basics)

0 commit comments

Comments
 (0)