Skip to content

Commit a7c9c49

Browse files
committed
Add readme and gitignore
0 parents  commit a7c9c49

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Diff for: .gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# OS generated files
2+
.DS_Store
3+
.DS_Store?
4+
._*
5+
.Spotlight-V100
6+
.Trashes
7+
Icon?
8+
ehthumbs.db
9+
Thumbs.db

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Python is Easy
2+
> Code snippets for the "Python is Easy" course, available at Pirple.com
3+
4+
## This class will be released in *December 2018*. In the meantime, watch the sneak preview on Wistia:
5+
6+
### [https://pirple.wistia.com/medias/ic9t8atapu](https://pirple.wistia.com/medias/ic9t8atapu)
7+
8+
[<img src="https://s3.amazonaws.com/pirple/wistia-screenshot-python.png">](https://pirple.wistia.com/medias/ic9t8atapu)

0 commit comments

Comments
 (0)