From a5ee04ff71c38efa93dbcb00f1ff291c46173426 Mon Sep 17 00:00:00 2001 From: Jeevan <118162251+jivan84@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:33:32 +0530 Subject: [PATCH] Added a useful resource MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm including a link that discusses python and I hope it will benefit your repository and help your readers learn more about the subject. I hope you will find this worthy. Thank you. --- comp.html | 1 + 1 file changed, 1 insertion(+) diff --git a/comp.html b/comp.html index 19a326f..fed6f67 100644 --- a/comp.html +++ b/comp.html @@ -98,6 +98,7 @@

Python

  • Official Python documentation
  • Python standard library
  • Coding style guide
  • +
  • Python in detail
  • Since I liked IntelliJ for Java, I thought I'd try PyCharm for python development (although Atom works well enough for simple stuff).