Skip to content

Commit d4d4f13

Browse files
committed
Python Cheat Sheet v0.1
1 parent 13a5d88 commit d4d4f13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This repository is a collection of Cheat Sheets for programming languages and
55
tools. Currently:
66

77
* A [Haskell Cheat Sheet] -- version 1.1
8+
* A [Python Cheat Sheet] -- version 0.1 (work in progress)
89
* A [Capture The Flag Cheat Sheet] -- version 0.5
910
* A [Haskell Typeclasses Cheat Sheet] -- version 0.3
1011
* A Template Cheat Sheet
@@ -55,5 +56,6 @@ Acknowledgements
5556

5657
[C Reference Card]: http://www.math.brown.edu/~jhs/ReferenceCards/CRefCard.v2.2.pdf
5758
[Haskell Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-v1.1/haskell-cs-1.1.pdf
59+
[Python CHeat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/python-v0.1/python-cs-0.1.pdf
5860
[Haskell Typeclasses Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/haskell-tc-v0.3/haskell-tc-cs-0.3.pdf
5961
[Capture The Flag Cheat Sheet]: https://github.com/rudymatela/concise-cheat-sheets/releases/download/ctf-v0.5/ctf-cs-0.5.pdf

python-cs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
the Creative Commons Attribution-ShareAlike 3.0 Licence, \\
2525
\textbf{or} (at your option), the GNU Free Documentation License version 1.3 or Later.
2626
}
27-
\version{0.0.0}
27+
\version{0.1}
2828

2929

3030
\begin{document}

0 commit comments

Comments
 (0)