|
11 | 11 | <ahref="https://github.com/wilfredinni/python-cheatsheet/blob/master/src/pages/changelog.md">Changelog</a> |
12 | 12 | </div> |
13 | 13 |
|
14 | | -<palign='center'style="margin-top:20px;"> |
| 14 | +<!-- <p align='center'> |
15 | 15 | <a href="https://www.pythoncheatsheet.org/">Python Cheatsheet</a> is based on the book <a href="https://automatetheboringstuff.com/">Automate the Boring Stuff with Python</a> and many other sources. |
16 | | -</p> |
| 16 | +</p>--> |
17 | 17 |
|
18 | 18 |
|
19 | 19 | <imgsrc="public/screenshots/light.png"> |
20 | 20 |
|
21 | | -<!-- <p align='center'> |
| 21 | +<palign='center'> |
22 | 22 | <ahref="https://www.pythoncheatsheet.org/">Python Cheatsheet</a> is based on the book <ahref="https://automatetheboringstuff.com/">Automate the Boring Stuff with Python</a> and many other sources. |
23 | | -</p>--> |
| 23 | +</p> |
24 | 24 |
|
25 | 25 | <!-- ## Getting Started--> |
26 | 26 |
|
27 | | -Anyone can forget how to |
| 27 | +<!--Anyone can forget how to |
28 | 28 | [make character classes](https://www.pythoncheatsheet.org/cheatsheet/regular-expressions#making-your-own-character-classes) |
29 | | -for a regex,[slice a list](https://www.pythoncheatsheet.org/cheatsheet/lists-and-tuples#getting-sublists-with-slices) or do a[for loop](https://www.pythoncheatsheet.org/cheatsheet/control-flow#for-loop). This Python cheatsheet tries to provide basic reference for beginner and advanced developers, lower the entry barrier for newcomers and help veterans refresh the old tricks. |
| 29 | +for a regex, [slice a list](https://www.pythoncheatsheet.org/cheatsheet/lists-and-tuples#getting-sublists-with-slices) or do a [for loop](https://www.pythoncheatsheet.org/cheatsheet/control-flow#for-loop). This Python cheatsheet tries to provide basic reference for beginner and advanced developers, lower the entry barrier for newcomers and help veterans refresh the old tricks.--> |
30 | 30 |
|
31 | 31 | ##Contributors |
32 | 32 |
|
|