René's URL Explorer Experiment


Title: OpenCV Tutorial in Python - GeeksforGeeks

Open Graph Title: OpenCV Tutorial in Python - GeeksforGeeks

Description: Your All-in-One Learning Portal. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

Open Graph Description: Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.

Keywords:

Opengraph URL: https://www.geeksforgeeks.org/python/opencv-python-tutorial/

direct link

Domain: www.geeksforgeeks.org


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","id":"https://www.geeksforgeeks.org/python/opencv-python-tutorial/"},"headline":"OpenCV Tutorial in Python","datePublished":"2020-01-30 01:10:11","dateModified":"2025-07-12 10:14:20","image":[{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/uploads/20250703102503773807/Introduction-to-OpenCV.webp","width":"800","height":"400"},{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/uploads/20250703102503506913/Features-of-OpenCV.webp","width":"800","height":"400"},{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/uploads/20250703102503142696/Applications-of-OpenCV.webp","width":"800","height":"400"}],"author":{"@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/logo-new-2.svg","width":"301","height":"40"}},"publisher":{"@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/logo-new-2.svg","width":"301","height":"40"}},"description":"OpenCV (Open Source Computer Vision Library) is an open-source computer vision and machine learning library. It allows us to process images and videos, detect objects, faces and even handwriting. This tutorial will guide us through image and video processing from the basics to advanced topics using Python and OpenCV. We'll","about":[{"@type":"Thing","name":"Python"},{"@type":"Thing","name":"AiMlDs"},{"@type":"Thing","name":"Opencv"},{"@type":"Thing","name":"PythonOpencv"}]}
{"@context":"https://schema.org","@type":"WebSite","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","potentialAction":{"@type":"SearchAction","target":"https://www.geeksforgeeks.org/search/{search_term_string}/","query-input":"required name=search_term_string"}}
{"@context":"https://schema.org","@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/20200817185016/gfg_complete_logo_2x-min.png","description":"Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.","founder":[{"@type":"Person","name":"Sandeep Jain","url":"https://in.linkedin.com/in/sandeep-jain-b3940815"}],"sameAs":["https://www.facebook.com/geeksforgeeks.org/","https://twitter.com/geeksforgeeks","https://www.linkedin.com/company/1299009","https://www.youtube.com/geeksforgeeksvideos/"]}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Python","item":{"@type":"Thing","@id":"https://www.geeksforgeeks.org/category/python/"}},{"@type":"ListItem","position":2,"name":"opencv-python-tutorial","item":{"@type":"Thing","@id":"https://www.geeksforgeeks.org/python/opencv-python-tutorial/"}}]}
{"@context":"https://schema.org","@type":"VideoObject","name":"OpenCV Tutorial in Python","description":"OpenCV Tutorial in Python  Comprehensive GuideIn this tutorial, we will explore OpenCV, a powerful library for computer vision and image processing in Python. OpenCV (Open Source Computer Vision Library) provides a wide range of tools and functionalities that allow developers to work with images and videos, making it an essential library for applications involving image analysis, computer vision, and machine learning.In this guide, youll learn how to set up OpenCV in your Python environment, understand its core functionalities, and implement basic image processing techniques.Key Features of OpenCVImage Processing Perform operations such as filtering, transformations, and color space conversions.Video Capture and Analysis Capture video from cameras or files and analyze frames in real time.Object Detection Implement algorithms for detecting and recognizing objects in images and videos.Steps to Get Started with OpenCV in PythonSet Up Your Environment Install OpenCV using pippip install opencv-pythonImport the OpenCV Library Import OpenCV in your Python script to start using its functionalitiesimport cv2Read and Display Images Learn how to load an image from your filesystem and display it in a window.Basic Image Operations Implement basic operations such as resizing, rotating, and cropping images.Image Filtering Apply various filters like Gaussian blur, median filter, and edge detection.Working with Videos Capture video from a camera or video file, and process each frame in real time.Common Mistakes to AvoidIncorrect Installation Ensure that you install the correct version of OpenCV compatible with your Python version.Neglecting Image Formats Be aware of different image formats and their compatibility with OpenCV functions.Not Handling Errors Implement error handling to manage issues such as missing files or camera access problems.Applications of OpenCVImage Processing Applications Enhance images for better visualization and analysis.Computer Vision Projects Develop applications for face detection, object tracking, and augmented reality.Machine Learning Preprocess images for machine learning models to improve accuracy and performance.Why Learn OpenCV with Python?Learning OpenCV with Python is an excellent way to delve into the fields of computer vision and image processing. By completing this tutorial, you willEnhance Your Python Skills Gain experience in using libraries for advanced data manipulation and analysis.Learn About Computer Vision Understand the fundamentals of computer vision and how to apply them in real-world scenarios.Develop Practical Applications Create innovative applications that utilize image and video processing.Topics CoveredInstalling OpenCV Learn how to install OpenCV and set up your Python environment.Reading and Displaying Images Understand how to load and display images using OpenCV.Basic Image Manipulations Explore resizing, cropping, and rotating images.Image Filtering Techniques Implement various filtering techniques to enhance images.Video Processing with OpenCV Learn how to capture and process video in real time.For more details and complete code examples, check out the full article on GeeksforGeeks OpenCV Tutorial in Python.","thumbnailUrl":["https://media.geeksforgeeks.org/geeksforgeeks/OpenCVTutorialinPython/OpenCVTutorialinPython20241017162152.jpg","https://media.geeksforgeeks.org/geeksforgeeks/OpenCVTutorialinPython/OpenCVTutorialinPython20241017162152-seo.png","https://media.geeksforgeeks.org/geeksforgeeks/OpenCVTutorialinPython/OpenCVTutorialinPython20241017162152-small.png"],"uploadDate":"2024-10-21T17:02:53Z","duration":"PT0H14M54S","contentUrl":"https://www.geeksforgeeks.org/videos/opencv-tutorial-in-python/"}

theme-color#308D46
imagehttps://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png
og:image:typeimage/png
og:image:width200
og:image:height200
facebook-domain-verificationxo7t4ve2wn3ywfkjdvwbrk01pvdond
og:site_nameGeeksforGeeks
og:imagehttps://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png
article:sectionPython
article:tagPython-OpenCV
og:typearticle
og:localeen_US
article:published_time2020-01-30 13:10:11+00:00
article:modified_time2025-07-12 10:14:20+00:00
og:updated_time2025-07-12 10:14:20+00:00
og:image:secure_urlhttps://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png
msapplication-TileImagehttps://www.geeksforgeeks.org/wp-content/uploads/gfg_200X200.png
next-head-count44

Links:

https://www.geeksforgeeks.org/
Python Tutorialhttps://www.geeksforgeeks.org/python/python-programming-language-tutorial/
Data Typeshttps://www.geeksforgeeks.org/python/python-data-types/
Interview Questionshttps://www.geeksforgeeks.org/python/python-interview-questions/
Exampleshttps://www.geeksforgeeks.org/python/python-programming-examples/
Quizzeshttps://www.geeksforgeeks.org/python/python-quizzes/
DSA Pythonhttps://www.geeksforgeeks.org/dsa/python-data-structures-and-algorithms/
Data Sciencehttps://www.geeksforgeeks.org/data-science/data-science-with-python-tutorial/
NumPyhttps://www.geeksforgeeks.org/python/numpy-tutorial/
Pandashttps://www.geeksforgeeks.org/pandas/pandas-tutorial/
Practicehttps://www.geeksforgeeks.org/dsa/geeksforgeeks-practice-best-online-coding-platform/
Djangohttps://www.geeksforgeeks.org/python/django-tutorial/
Flaskhttps://www.geeksforgeeks.org/python/flask-tutorial/
Introduction to OpenCVhttps://www.geeksforgeeks.org/machine-learning/introduction-to-opencv/
Install OpenCV for Python on Windowshttps://www.geeksforgeeks.org/python/how-to-install-opencv-for-python-in-windows/
Install OpenCV for Python on Linuxhttps://www.geeksforgeeks.org/python/how-to-install-opencv-for-python-in-linux/
Set up Opencv with anaconda environmenthttps://www.geeksforgeeks.org/python/set-opencv-anaconda-environment/
Getting started with OpenCVhttps://www.geeksforgeeks.org/python/getting-started-with-python-opencv/
Essential OpenCV Functionshttps://www.geeksforgeeks.org/computer-vision/essential-opencv-functions-to-get-started-into-computer-vision/
Color Spaceshttps://www.geeksforgeeks.org/python/color-spaces-in-opencv-python/
Arithmetic operations on Imageshttps://www.geeksforgeeks.org/python/arithmetic-operations-on-images-using-opencv-set-1-addition-and-subtraction/
Bitwise Operations on Binary Imageshttps://www.geeksforgeeks.org/python/arithmetic-operations-on-images-using-opencv-set-2-bitwise-operations-on-binary-images/
Blurring an Imagehttps://www.geeksforgeeks.org/python/python-image-blurring-using-opencv/
Grayscaling of Imageshttps://www.geeksforgeeks.org/python/python-grayscaling-of-images-using-opencv/
Scaling, Rotating, Shifting and Edge Detectionhttps://www.geeksforgeeks.org/python/image-processing-in-python/
Intensity Transformation Operations on Imageshttps://www.geeksforgeeks.org/python/python-intensity-transformation-operations-on-images/
Image Translationhttps://www.geeksforgeeks.org/python/image-translation-using-opencv-python/
Image Pyramidhttps://www.geeksforgeeks.org/python/image-pyramid-using-opencv-python/
Histograms Equalizationhttps://www.geeksforgeeks.org/python/histograms-equalization-opencv/
Convert an image from one color space to anotherhttps://www.geeksforgeeks.org/python/python-opencv-cv2-cvtcolor-method/
Visualizing image in different color spaceshttps://www.geeksforgeeks.org/python/python-visualizing-image-in-different-color-spaces/
Create Border around Imageshttps://www.geeksforgeeks.org/python/python-opencv-cv2-copymakeborder-method/
Simple Thresholdinghttps://www.geeksforgeeks.org/python/python-thresholding-techniques-using-opencv-set-1-simple-thresholding/
Adaptive Thresholdinghttps://www.geeksforgeeks.org/python/python-thresholding-techniques-using-opencv-set-2-adaptive-thresholding/
Otsu Thresholdinghttps://www.geeksforgeeks.org/python/python-thresholding-techniques-using-opencv-set-3-otsu-thresholding/
Image segmentation using Morphological operationshttps://www.geeksforgeeks.org/python/image-segmentation-using-morphological-operation/
Erosion and Dilation of imageshttps://www.geeksforgeeks.org/python/erosion-dilation-images-using-opencv-python/
Bilateral Filteringhttps://www.geeksforgeeks.org/python/python-bilateral-filtering/
Denoising of colored imageshttps://www.geeksforgeeks.org/python/python-denoising-of-colored-images-using-opencv/
Filter Color with OpenCVhttps://www.geeksforgeeks.org/python/filter-color-with-opencv/
Python OpenCV - Morphological Operationshttps://www.geeksforgeeks.org/python/python-opencv-morphological-operations/
Morphological Operations in Image Processing (Opening)https://www.geeksforgeeks.org/python/python-morphological-operations-in-image-processing-opening-set-1/
Morphological Operations in Image Processing (Closing)https://www.geeksforgeeks.org/python/python-morphological-operations-in-image-processing-closing-set-2/
Morphological Operations in Image Processing (Gradient)https://www.geeksforgeeks.org/python/python-morphological-operations-in-image-processing-gradient-set-3/
Image Inpainting using OpenCVhttps://www.geeksforgeeks.org/python/image-inpainting-using-opencv/
Image Registrationhttps://www.geeksforgeeks.org/python/image-registration-using-opencv-python/
Background subtractionhttps://www.geeksforgeeks.org/python/python-background-subtraction-using-opencv/
Background Subtraction in an Image using Concept of Running Averagehttps://www.geeksforgeeks.org/python/background-subtraction-in-an-image-using-concept-of-running-average/
Foreground Extraction in an Image using Grabcut Algorithmhttps://www.geeksforgeeks.org/python/python-foreground-extraction-in-an-image-using-grabcut-algorithm/
Line detection using Houghline methodhttps://www.geeksforgeeks.org/python/line-detection-python-opencv-houghline-method/
Circle Detectionhttps://www.geeksforgeeks.org/python/circle-detection-using-opencv-python/
Detect corner of an imagehttps://www.geeksforgeeks.org/python/python-detect-corner-of-an-image-using-opencv/
Corner Detection with Shi-Tomasi methodhttps://www.geeksforgeeks.org/python/python-corner-detection-with-shi-tomasi-corner-detection-method-using-opencv/
Corner detection with Harris Corner Detectionhttps://www.geeksforgeeks.org/python/python-corner-detection-with-harris-corner-detection-method-using-opencv/
Find Circles and Ellipses in an Imagehttps://www.geeksforgeeks.org/python/find-circles-and-ellipses-in-an-image-using-opencv-python/
Document field detectionhttps://www.geeksforgeeks.org/python/python-document-field-detection-using-template-matching/
Smile detectionhttps://www.geeksforgeeks.org/machine-learning/python-smile-detection-using-opencv/
Feature extraction and image classification using OpenCVhttps://www.geeksforgeeks.org/computer-vision/feature-extraction-and-image-classification-using-opencv/
Find Co-ordinates of Contourshttps://www.geeksforgeeks.org/python/find-co-ordinates-of-contours-using-opencv-python/
Analyze an image using Histogramhttps://www.geeksforgeeks.org/python/opencv-python-program-analyze-image-using-histogram/
OpenCV | Loading Videohttps://www.geeksforgeeks.org/cpp/opencv-loading-video/
Play a video using OpenCVhttps://www.geeksforgeeks.org/python/python-play-a-video-using-opencv/
Click response on video output using Events in OpenCVhttps://www.geeksforgeeks.org/python/click-response-on-video-output-using-events-in-opencv-python/
Display date and time in videos using OpenCV https://www.geeksforgeeks.org/python/display-date-and-time-in-videos-using-python-opencv/
Get video duration using Python OpenCVhttps://www.geeksforgeeks.org/python/get-video-duration-using-python-opencv/
Creating a Slow Motion Video Using OpenCVhttps://www.geeksforgeeks.org/python/creating-a-slow-motion-video-using-opencv-python/
Converting Color video to grayscale using OpenCV in Pythonhttps://www.geeksforgeeks.org/machine-learning/converting-color-video-to-grayscale-using-opencv-in-python/
Blending of two videos using Pythonhttps://www.geeksforgeeks.org/python/blending-of-two-videos-using-python/
How to change video resolution in OpenCV in Pythonhttps://www.geeksforgeeks.org/python/how-to-change-video-resolution-in-opencv-in-python/
Faster video file FPS with cv2.VideoCapture and OpenCVhttps://www.geeksforgeeks.org/python/faster-video-file-fps-with-cv2-videocapture-and-opencv/
Faces Blur in Videos using OpenCVhttps://www.geeksforgeeks.org/python/faces-blur-in-videos-using-opencv-in-python/
How to draw Filled rectangle to every frame of video by using Python OpenCV?https://www.geeksforgeeks.org/python/how-to-draw-filled-rectangle-to-every-frame-of-video-by-using-python-opencv/
Create video using multiple imageshttps://www.geeksforgeeks.org/python/python-create-video-using-multiple-images-using-opencv/
Extract images from videohttps://www.geeksforgeeks.org/python/extract-images-from-video-in-python/
Saving key event video clips with OpenCVhttps://www.geeksforgeeks.org/computer-vision/saving-key-event-video-clips-with-opencv/
cv2.imread() methodhttps://www.geeksforgeeks.org/python/python-opencv-cv2-imread-method/
cv2.imshow()https://www.geeksforgeeks.org/python/python-opencv-cv2-imshow-method/
cv2.imwrite()https://www.geeksforgeeks.org/python/python-opencv-cv2-imwrite-method/
cv2.resize()https://www.geeksforgeeks.org/python/image-resizing-using-opencv-python/
cv2.rotate()https://www.geeksforgeeks.org/python/python-opencv-cv2-rotate-method/
cv2.cvtColor()https://www.geeksforgeeks.org/python/python-opencv-cv2-cvtcolor-method/
cv2.line()https://www.geeksforgeeks.org/python/python-opencv-cv2-line-method/
cv2.circle()https://www.geeksforgeeks.org/python/python-opencv-cv2-circle-method/
cv2.rectangle()https://www.geeksforgeeks.org/python/python-opencv-cv2-rectangle-method/
Draw a triangle with centroidhttps://www.geeksforgeeks.org/python/draw-a-triangle-with-centroid-using-opencv/
Find and Draw Contourshttps://www.geeksforgeeks.org/python/find-and-draw-contours-using-opencv-python/
cv2.putText() https://www.geeksforgeeks.org/python/python-opencv-cv2-puttext-method/
cv2.ellipse()https://www.geeksforgeeks.org/python/python-opencv-cv2-ellipse-method/
cv2.arrowedLine()https://www.geeksforgeeks.org/python/python-opencv-cv2-arrowedline-method/
drawMatchesKnn()https://www.geeksforgeeks.org/python/python-opencv-drawmatchesknn-function/
cv2.polylines()https://www.geeksforgeeks.org/python/python-opencv-cv2-polylines-method/
cv2.GaussianBlur()https://www.geeksforgeeks.org/python/opencv-python-program-to-blur-an-image/
cv2.Canny()https://www.geeksforgeeks.org/python/python-opencv-canny-function/
cv2.threshold()https://www.geeksforgeeks.org/python/python-thresholding-techniques-using-opencv-set-1-simple-thresholding/
cv2.erode()https://www.geeksforgeeks.org/python/python-opencv-cv2-erode-method/
cv2.CascadeClassifier()https://www.geeksforgeeks.org/python/face-detection-using-cascade-classifier-using-opencv-python/
cv2.findContours()https://www.geeksforgeeks.org/python/find-and-draw-contours-using-opencv-python/
cv2.HoughCircles()https://www.geeksforgeeks.org/python/circle-detection-using-opencv-python/
cv2.ContourArea()https://www.geeksforgeeks.org/python/measure-size-of-an-object-using-python-opencv/
cv2.approxPolyDP() https://www.geeksforgeeks.org/python/python-detect-polygons-in-an-image-using-opencv/
cv2.SIFT()https://www.geeksforgeeks.org/machine-learning/sift-interest-point-detector-using-python-opencv/
cv2.ORB()https://www.geeksforgeeks.org/python/feature-matching-using-orb-algorithm-in-python-opencv/
cv2.BFMatcher()https://www.geeksforgeeks.org/python/python-opencv-bfmatcher-function/
cv2.calcOpticalFlowPyrLK()https://www.geeksforgeeks.org/python/python-opencv-optical-flow-with-lucas-kanade-method/
cv2.backgroundSubtractorMOG2()https://www.geeksforgeeks.org/python/python-opencv-background-subtraction/
cv2.calcOpticalFlowFarneback()https://www.geeksforgeeks.org/python/python-opencv-dense-optical-flow/
cv2.createBackgroundSubtractorMOG2()https://www.geeksforgeeks.org/python/python-opencv-background-subtraction/
Extract frames using OpenCVhttps://www.geeksforgeeks.org/python/python-program-extract-frames-using-opencv/
Displaying the coordinates of the points clicked on the image using Python-OpenCVhttps://www.geeksforgeeks.org/python/displaying-the-coordinates-of-the-points-clicked-on-the-image-using-python-opencv/
White and black dot detectionhttps://www.geeksforgeeks.org/python/white-and-black-dot-detection-using-opencv-python/
OpenCV BGR color palette with trackbarshttps://www.geeksforgeeks.org/python/python-opencv-bgr-color-palette-with-trackbars/
Draw rectangular shape and extract objectshttps://www.geeksforgeeks.org/python/python-draw-rectangular-shape-and-extract-objects-using-opencv/
Face Detection using Python and OpenCV with webcamhttps://www.geeksforgeeks.org/python/face-detection-using-python-and-opencv-with-webcam/
Opening multiple color windowshttps://www.geeksforgeeks.org/python/opening-multiple-color-windows-to-capture-using-opencv-in-python/
Play a video in reverse modehttps://www.geeksforgeeks.org/python/python-play-video-reverse-mode-using-opencv/
Saving Operated Video from a webcamhttps://www.geeksforgeeks.org/python/saving-operated-video-from-a-webcam-using-opencv/
Some Amazing Applications of OpenCV Libraryhttps://www.geeksforgeeks.org/python/some-amazing-applications-of-opencv-library/
Invisible Cloak using OpenCVhttps://www.geeksforgeeks.org/python/invisible-cloak-using-opencv-python-project/
Unsupervised Face Clustering Pipelinehttps://www.geeksforgeeks.org/machine-learning/ml-unsupervised-face-clustering-pipeline/
Vehicle detection in a Video frame using Python – OpenCVhttps://www.geeksforgeeks.org/python/opencv-python-program-vehicle-detection-video-frame/
Count number of Faces using Python – OpenCVhttps://www.geeksforgeeks.org/python/count-number-of-faces-using-python-opencv/
Live Webcam Drawing using OpenCVhttps://www.geeksforgeeks.org/python/live-webcam-drawing-using-opencv/
Detect and Recognize Car License Plate from a video in real timehttps://www.geeksforgeeks.org/python/detect-and-recognize-car-license-plate-from-a-video-in-real-time/
Template matching using OpenCV in Pythonhttps://www.geeksforgeeks.org/python/template-matching-using-opencv-in-python/
Cartooning an Image using OpenCV – Pythonhttps://www.geeksforgeeks.org/blogs/cartooning-an-image-using-opencv-python/
15 OpenCV Projects Ideas for Beginners to Practice in 2025https://www.geeksforgeeks.org/computer-vision/opencv-projects-ideas-for-beginners/
Pythonhttps://www.geeksforgeeks.org/category/programming-language/python/
AI-ML-DShttps://www.geeksforgeeks.org/category/ai-ml-ds/
OpenCVhttps://www.geeksforgeeks.org/tag/opencv/
Python-OpenCVhttps://www.geeksforgeeks.org/tag/python-opencv/
Introduction1 min readhttps://www.geeksforgeeks.org/python/introduction-to-python/
Input & Output2 min readhttps://www.geeksforgeeks.org/python/input-and-output-in-python/
Variables4 min readhttps://www.geeksforgeeks.org/python/python-variables/
Operators4 min readhttps://www.geeksforgeeks.org/python/python-operators/
Keywords2 min readhttps://www.geeksforgeeks.org/python/python-keywords/
Data Types4 min readhttps://www.geeksforgeeks.org/python/python-data-types/
Conditional Statements3 min readhttps://www.geeksforgeeks.org/python/conditional-statements-in-python/
Loops3 min readhttps://www.geeksforgeeks.org/python/loops-in-python/
Functions4 min readhttps://www.geeksforgeeks.org/python/python-functions/
String4 min readhttps://www.geeksforgeeks.org/python/python-string/
List3 min readhttps://www.geeksforgeeks.org/python/python-lists/
Tuples3 min readhttps://www.geeksforgeeks.org/python/python-tuples/
Dictionary3 min readhttps://www.geeksforgeeks.org/python/python-dictionary/
Set5 min readhttps://www.geeksforgeeks.org/python/python-sets/
Arrays5 min readhttps://www.geeksforgeeks.org/python/python-arrays/
OOP Concepts3 min readhttps://www.geeksforgeeks.org/python/python-oops-concepts/
Exception Handling5 min readhttps://www.geeksforgeeks.org/python/python-exception-handling/
File Handling4 min readhttps://www.geeksforgeeks.org/python/file-handling-python/
Python Database4 min readhttps://www.geeksforgeeks.org/python/python-database-tutorial/
MongoDB3 min readhttps://www.geeksforgeeks.org/python/python-mongodb-tutorial/
MySQL7 min readhttps://www.geeksforgeeks.org/python/python-mysql/
Packages4 min readhttps://www.geeksforgeeks.org/python/python-packages/
Modules3 min readhttps://www.geeksforgeeks.org/python/python-modules/
DSA Libraries5 min readhttps://www.geeksforgeeks.org/python/python-dsa-libraries/
Python GUI2 min readhttps://www.geeksforgeeks.org/python/python3-gui-application-overview/
Numpy3 min readhttps://www.geeksforgeeks.org/python/numpy-tutorial/
Pandas4 min readhttps://www.geeksforgeeks.org/pandas/pandas-tutorial/
Matplotlib3 min readhttps://www.geeksforgeeks.org/python/matplotlib-tutorial/
Seaborn3 min readhttps://www.geeksforgeeks.org/python/python-seaborn-tutorial/
StatsModel2 min readhttps://www.geeksforgeeks.org/data-science/statsmodel-library-tutorial/
Model Building6 min readhttps://www.geeksforgeeks.org/machine-learning/learning-model-building-scikit-learn-python-machine-learning-library/
TensorFlow2 min readhttps://www.geeksforgeeks.org/deep-learning/tensorflow/
PyTorch5 min readhttps://www.geeksforgeeks.org/deep-learning/pytorch-tutorial-2/
Flask3 min readhttps://www.geeksforgeeks.org/python/flask-tutorial/
Django5 min readhttps://www.geeksforgeeks.org/python/django-tutorial/
Django ORM4 min readhttps://www.geeksforgeeks.org/python/django-orm-inserting-updating-deleting-data/
Jinja2 Templating5 min readhttps://www.geeksforgeeks.org/python/templating-with-jinja2-in-flask/
Django Templates5 min readhttps://www.geeksforgeeks.org/python/django-templates/
REST API3 min readhttps://www.geeksforgeeks.org/python/python-build-a-rest-api-using-flask/
Build API with DRF4 min readhttps://www.geeksforgeeks.org/python/how-to-create-a-basic-api-using-django-rest-framework/
Quiz1 min readhttps://www.geeksforgeeks.org/python/python-quizzes/
Practice Problems1 min readhttps://www.geeksforgeeks.org/python/python-coding-practice-problems/
Interview Q & A15+ min readhttps://www.geeksforgeeks.org/python/python-interview-questions/
Placement 360 Course2 min readhttps://www.geeksforgeeks.org/courses/placement-360-cip-complete-tech-interview
Data Analytics Course2 min readhttps://www.geeksforgeeks.org/courses/data-analytics-training-program-excel-sql-python-powerbi
DSA and System Design2 min readhttps://www.geeksforgeeks.org/courses/interviewe-101-data-structures-algorithm-system-design
https://www.geeksforgeeks.org/
https://in.linkedin.com/company/geeksforgeeks
https://www.instagram.com/geeks_for_geeks/
https://twitter.com/geeksforgeeks
https://www.facebook.com/geeksforgeeks.org/
https://www.youtube.com/geeksforgeeksvideos
https://geeksforgeeksapp.page.link/gfg-app
https://geeksforgeeksapp.page.link/gfg-app
About Ushttps://www.geeksforgeeks.org/about/
Legalhttps://www.geeksforgeeks.org/legal/
Privacy Policyhttps://www.geeksforgeeks.org/legal/privacy-policy/
Contact Ushttps://www.geeksforgeeks.org/about/contact-us/
Advertise with ushttps://www.geeksforgeeks.org/advertise-with-us/
GFG Corporate Solutionhttps://www.geeksforgeeks.org/gfg-corporate-solution/
Campus Training Programhttps://www.geeksforgeeks.org/campus-training-program/
POTDhttps://www.geeksforgeeks.org/problem-of-the-day
Job-A-Thonhttps://practice.geeksforgeeks.org/events/rec/job-a-thon/
Blogshttps://www.geeksforgeeks.org/category/blogs/?type=recent
Nation Skill Uphttps://www.geeksforgeeks.org/nation-skill-up/
Programming Languageshttps://www.geeksforgeeks.org/computer-science-fundamentals/programming-language-tutorials/
DSAhttps://www.geeksforgeeks.org/dsa/dsa-tutorial-learn-data-structures-and-algorithms/
Web Technologyhttps://www.geeksforgeeks.org/web-tech/web-technology/
AI, ML & Data Sciencehttps://www.geeksforgeeks.org/machine-learning/ai-ml-and-data-science-tutorial-learn-ai-ml-and-data-science/
DevOpshttps://www.geeksforgeeks.org/devops/devops-tutorial/
CS Core Subjectshttps://www.geeksforgeeks.org/gate/gate-exam-tutorial/
Interview Preparationhttps://www.geeksforgeeks.org/aptitude/interview-corner/
Software and Toolshttps://www.geeksforgeeks.org/websites-apps/software-and-tools-a-to-z-list/
ML and Data Sciencehttps://www.geeksforgeeks.org/courses/category/machine-learning-data-science
DSA and Placementshttps://www.geeksforgeeks.org/courses/category/dsa-placements
Web Developmenthttps://www.geeksforgeeks.org/courses/category/development-testing
Programming Languageshttps://www.geeksforgeeks.org/courses/category/programming-languages
DevOps & Cloudhttps://www.geeksforgeeks.org/courses/category/cloud-devops
GATEhttps://www.geeksforgeeks.org/courses/category/gate
Trending Technologieshttps://www.geeksforgeeks.org/courses/category/trending-technologies/
DSAhttps://www.geeksforgeeks.org/videos/category/sde-sheet/
Pythonhttps://www.geeksforgeeks.org/videos/category/python/
Javahttps://www.geeksforgeeks.org/videos/category/java-w6y5f4/
C++https://www.geeksforgeeks.org/videos/category/c/
Web Developmenthttps://www.geeksforgeeks.org/videos/category/web-development/
Data Sciencehttps://www.geeksforgeeks.org/videos/category/data-science/
CS Subjectshttps://www.geeksforgeeks.org/videos/category/cs-subjects/
Interview Cornerhttps://www.geeksforgeeks.org/interview-prep/interview-corner/
Aptitudehttps://www.geeksforgeeks.org/aptitude/aptitude-questions-and-answers/
Puzzleshttps://www.geeksforgeeks.org/aptitude/puzzles/
GfG 160https://www.geeksforgeeks.org/courses/gfg-160-series
System Designhttps://www.geeksforgeeks.org/system-design/system-design-tutorial/
@GeeksforGeeks, Sanchhaya Education Private Limitedhttps://www.geeksforgeeks.org/
All rights reservedhttps://www.geeksforgeeks.org/copyright-information/

Viewport: width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0

Robots: index, follow, max-image-preview:large, max-snippet:-1


URLs of crawlers that visited me.