Skip to content

Commit 87b94e7

Browse files
Eric MatthesEric Matthes
Eric Matthes
authored and
Eric Matthes
committed
Added README and .gitignore.
0 parents  commit 87b94e7

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
__pycache__/
2+
3+
*.pyc
4+
notes/
5+
6+
*_env/
7+
*_env*/
8+
9+
*.DS_Store

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Python Crash Course - Second Edition
2+
===
3+
4+
A Hands-On, Project-Based Introduction to Programming
5+
---
6+
7+
This is a collection of resources for [Python Crash Course, Second Edition](http://www.nostarch.com/pythoncrashcourse/), an introductory programming book from [No Starch Press](http://www.nostarch.com) by Eric Matthes. Click here for a [much cleaner version](https://ehmatthes.github.io/pcc_2e/) of these online resources.
8+
9+
If you have any questions about Python Crash Course, feel free to get in touch:
10+
11+
12+
13+
Twitter: [@ehmatthes](http://twitter.com/ehmatthes/)
14+
15+
###Resources will be posted as soon as the book is released.
16+

0 commit comments

Comments
 (0)