Skip to content

Commit 24e8f19

Browse files
committed
initial commit
0 parents  commit 24e8f19

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed

README.rst

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
==========================
2+
Tiny Python 3.6 Notebook
3+
==========================
4+
5+
This respository contains the text for the *Tiny Python 3.6 Notebook*.
6+
7+
.. img::
8+
9+
img/tinypy36-iso.png
10+
11+
Warning, this is not an introduction to Python. Rather it is a notebook
12+
containing curated examples for Python 3 as well as the new features found in
13+
Python 3.6. It is designed to accompany technical corporate training offered by
14+
the author or aid those who want a quick refresher to the Python syntax.
15+
16+
Thanks
17+
-------
18+
19+
If you enjoy this content, consider purchasing the physical version. It is a
20+
hand laid out version that fits in the pocket and has blank pages in the back
21+
for note taking. It is available at Amazon. I'm indebted to those who
22+
support my work and write reviews. Thanks!
23+
24+
.. img::
25+
26+
img/book.jpg
27+
28+
Feel free to share this repository on social media.
29+
30+
31+
Errors
32+
----------
33+
34+
The author is human and will certainly make errors. You may file a bug and
35+
it may be resolved in a future version of the book. I love feedback and would
36+
love to hear your ideas on what is missing or could be improved.
37+
38+
Contents
39+
----------
40+
41+
This book covers the syntax in Python up to version 3.6.
42+
43+
License
44+
--------
45+
46+
This content is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
47+
48+
https://creativecommons.org/licenses/by-nc-nd/4.0/

img/book.jpg

687 KB
Loading

img/py/rebind.png

68.9 KB
Loading

img/py/uniencode.png

45.5 KB
Loading

img/tinypy36-iso.png

695 KB
Loading

python.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/matt/work/books/notebooks/template/python.rst

0 commit comments

Comments
 (0)