From 6e7ad3d870c25821b463424ff856669bd93e2442 Mon Sep 17 00:00:00 2001 From: Atharva Parikh <54139853+aaparikh@users.noreply.github.com> Date: Sat, 25 Dec 2021 12:12:43 +0530 Subject: [PATCH] Update 02-python-programming-language.markdown --- .../01-introduction/02-python-programming-language.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/01-introduction/02-python-programming-language.markdown b/content/pages/01-introduction/02-python-programming-language.markdown index a3b046bb1..d5c973a7f 100644 --- a/content/pages/01-introduction/02-python-programming-language.markdown +++ b/content/pages/01-introduction/02-python-programming-language.markdown @@ -86,7 +86,7 @@ Dictionary comprehension: is incredibly meta but really useful for wrapping your head around some of the lower level stuff going on in the language. -* [A few things to remember while coding in Python](http://satyajit.ranjeev.in/2012/05/17/python-a-few-things-to-remember.html) +* [A few things to remember while coding in Python](http://satyajit.ranjeev.in/) is a nice collection of good practices to use while building programs with the language.