From 239134197cc453397b0540fa051392af6b47f9f3 Mon Sep 17 00:00:00 2001 From: Swaroop CH Date: Tue, 4 Jan 2022 18:41:19 -0800 Subject: [PATCH] Add link to Real Python on editor --- first_steps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/first_steps.md b/first_steps.md index 0cb331a3..3ba44672 100644 --- a/first_steps.md +++ b/first_steps.md @@ -56,6 +56,8 @@ In case you are willing to take the time to learn Vim or Emacs, then I highly re To reiterate, please choose a proper editor - it can make writing Python programs more fun and easy. +If you are interested in a detailed discussion on this topic, check out [Finding the Perfect Python Code Editor](https://realpython.com/courses/finding-perfect-python-code-editor/). + ## PyCharm {#pycharm} [PyCharm Educational Edition](https://www.jetbrains.com/pycharm-edu/) is a free editor which you can use for writing Python programs.