From 723488ef0c8e01b61671619866876e2a87cf68a5 Mon Sep 17 00:00:00 2001 From: Mayank Date: Thu, 24 Oct 2019 16:44:56 +0530 Subject: [PATCH] tutorials_Python --- README.md | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8e0acd2..5dbf5cd 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,39 @@ # Python -Python Tutorial for Begineers +Python Topics for Beginners is as follows : +1.Variables +2.Data Types/Strings +3.Operators +4.Control Flow +5.Function +6.Modules +7.Object Oriented Concepts +8.Exception handling +9.Libraries and Functions +10.project.ipynb +Online Sources for Python tutorials : - -By -Swapnil Gaikwad - -Sources- +https://pythonprogramming.net/django-web-development-with-python-intro/ http://www.geeksforgeeks.org/ https://www.python.org/doc/ + +https://www.learnpython.org/ + +https://www.w3schools.com/python/ + + +Online Sources for Libraries of python : + +https://matplotlib.org/ + +https://pandas.pydata.org/ + +https://numpy.org/ + + + + +