From 6a469144a1a4102cea98c76dc696f427bca28288 Mon Sep 17 00:00:00 2001 From: Sandeep Mishra <87706790+sandeepmishratech@users.noreply.github.com> Date: Thu, 21 Jul 2022 16:09:42 +0530 Subject: [PATCH] Resource added in Basic/learning A new resource has been added under Basic/learning - How to run Python program. This basic tutorial will help beginners while helping them in running the python program and troubleshooting any errors while compiling them. --- Programming-in-Python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Programming-in-Python.md b/Programming-in-Python.md index 47e0602..fad1938 100644 --- a/Programming-in-Python.md +++ b/Programming-in-Python.md @@ -40,6 +40,7 @@ - [Introduction to Python](https://github.com/Imperial-College-Data-Science-Society/Lecture-1-Intro-to-Python) - [Introduction of Python Programming](https://www.linkedin.com/posts/nabihbawazir_python-self-study-activity-6605392829378367488-Q6Uz) - [Writing your first program in Python (2019) - Brown University](https://www.linkedin.com/posts/nabihbawazir_introductions-to-python-activity-6606104345299771392-t7f1) +- [How to run Python Program? - Scaler Topics](https://www.scaler.com/topics/how-to-run-python-program/) ## Intermediate / Advanced Python