Skip to content

Commit 9f6ccef

Browse files
committed
Added PDF, edited README and cheatsheet
1 parent 51cd8e5 commit 9f6ccef

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
# Python cheatsheet
22

3-
Basic cheatsheet for Python based on the book writted by Al Sweigart, [**Automate the Boring Stuff with Python**](https://automatetheboringstuff.com/) under a [Creative Commons license](https://creativecommons.org/licenses/by-nc-sa/3.0/).
3+
Basic cheatsheet for Python.
4+
5+
## Credit
6+
7+
Based on the book writted by Al Sweigart, [**Automate the Boring Stuff with Python**](https://automatetheboringstuff.com/) under the [Creative Commons license](https://creativecommons.org/licenses/by-nc-sa/3.0/).
8+
9+
## PDF Version
10+
11+
[Download]()
12+
13+
## Current Progress
14+
15+
- Python Basics
16+
- Math Operators
17+
- Data Types
18+
- String Concatenation and Replication
19+
- Variables
20+
- Comments
21+
- The print() Function
22+
- The input() Function
23+
- The len() Function
24+
- The str(), int(), and float() Functions

python_cheat_sheet.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Python Cheatsheet
22

3-
Table of Content:
3+
Basic cheatsheet for Python based on the book writted by Al Sweigart, [**Automate the Boring Stuff with Python**](https://automatetheboringstuff.com/) under the [**Creative Commons license**](https://creativecommons.org/licenses/by-nc-sa/3.0/).
4+
5+
## PDF Version
6+
7+
[**Download**]()
8+
9+
### Table of Content:
10+
411
- [Python Basics](#python-basics)
512
- [Math Operators](#math-operators)
613
- [Data Types](#data-types)

python_cheat_sheet.pdf

45.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)