From 6054691e16357c60b08ef47f51f3160b9c9f0baa Mon Sep 17 00:00:00 2001 From: Sonia M <98415819+letscode-17@users.noreply.github.com> Date: Mon, 14 Mar 2022 12:43:43 +0530 Subject: [PATCH] Update README.md Hey, Have added few new useful Python Resources to this repos. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c79a6c5..91ae117 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ Pune, Maharashtra, India.
6. [More on Decorators](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P47_MoreOnDecorators.py) 7. [List Comprehensions](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P50_ListComprehensions.py) 8. [Python Generators](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P74_PythonGenerators.py) +9. [Learn Python](https://www.interviewbit.com/python-cheat-sheet/) ## Numpy 1. [Introduction and Basics of Numpy](https://github.com/OmkarPathak/Python-Programs/blob/master/Numpy/P01_Introduction.py) @@ -118,6 +119,7 @@ Pune, Maharashtra, India.
* [Address Book](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P61_AddressBook.py) With Add, Modify, Search. * [Simple Python Keylogger](https://github.com/OmkarPathak/Python-Programs/blob/master/Programs/P79_SimplePythonKeylogger.py) +* [Online Python Compiler for Projects](https://www.interviewbit.com/online-python-compiler/) ## Random Python Programs