From abada8db83d3eeb50f3561ef3bcf56b8451817b3 Mon Sep 17 00:00:00 2001 From: zszazi <41579863+zszazi@users.noreply.github.com> Date: Sat, 19 Oct 2019 18:28:59 +0530 Subject: [PATCH] added wtf python repo --- Programming-in-Python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Programming-in-Python.md b/Programming-in-Python.md index 391c7d08..c4d0c266 100644 --- a/Programming-in-Python.md +++ b/Programming-in-Python.md @@ -31,6 +31,7 @@ - [Local machine: Interacting with Python](https://realpython.com/interacting-with-python/) - [Python by Chris Albon](https://chrisalbon.com/#python) - topics covered: Basics • Data Wrangling • Data Visualization • Web Scraping • Testing • Logging • Other - [Regex resources by Chris Albon](https://chrisalbon.com/#regex) +- [WTF Python repo](https://github.com/satwikkansal/wtfpython) ## Cheatsheets - [Python Cheatsheet](https://www.pythoncheatsheet.org/)