René's URL Explorer Experiment


Title: DevOps With Python (Learning Path) – Real Python

Open Graph Title: DevOps With Python (Learning Path) – Real Python

Description: With this learning path you'll sample a variety of skills and technologies that any DevOps engineer working with Python should know.

Open Graph Description: With this learning path you'll sample a variety of skills and technologies that any DevOps engineer working with Python should know.

Opengraph URL: https://realpython.com/learning-paths/python-devops/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "@id": "https://realpython.com/learning-paths/python-devops/",
  "url": "https://realpython.com/learning-paths/python-devops/",
  "name": "DevOps With Python",
  "description": "With this learning path you'll sample a variety of skills and technologies that any DevOps engineer working with Python should know.",
  "itemListOrder": "ItemListOrderAscending",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "item": {
        "@type": "Course",
        "@id": "https://realpython.com/courses/running-python-scripts/",
        "url": "https://realpython.com/courses/running-python-scripts/",
        "name": "How to Run a Python Script",
        "description": "See how to run a Python script from the command line, in interactive mode, or your IDE. Quickly verify that your code works as intended on all platforms.",
        "provider": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        },
        "hasCourseInstance": {
          "@type": "CourseInstance",
          "courseMode": "Online",
          "courseWorkload": "PT52M3S"
        },
        "offers": [
          {
            "@type": "Offer",
            "category": "Subscription"
          }
        ]
      }
    },
    {
      "@type": "ListItem",
      "position": 2,
      "item": {
        "@type": "Course",
        "@id": "https://realpython.com/courses/what-is-pip/",
        "url": "https://realpython.com/courses/what-is-pip/",
        "name": "A Beginner's Guide to pip",
        "description": "What is pip? In this beginner-friendly course, you'll learn how to use pip, the standard package manager for Python, so that you can install and manage additional packages that are not part of the Python standard library.",
        "provider": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        },
        "hasCourseInstance": {
          "@type": "CourseInstance",
          "courseMode": "Online",
          "courseWorkload": "PT86M0S"
        },
        "offers": [
          {
            "@type": "Offer",
            "category": "Subscription"
          }
        ]
      }
    },
    {
      "@type": "ListItem",
      "position": 3,
      "item": {
        "@type": "Course",
        "@id": "https://realpython.com/courses/pypi-publish-python-package/",
        "url": "https://realpython.com/courses/pypi-publish-python-package/",
        "name": "Publishing Python Packages to PyPI",
        "description": "In this video course, you\u2019ll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Index. Quickly get up to speed on everything from naming your package to configuring it using setup.cfg.",
        "provider": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        },
        "hasCourseInstance": {
          "@type": "CourseInstance",
          "courseMode": "Online",
          "courseWorkload": "PT110M17S"
        },
        "offers": [
          {
            "@type": "Offer",
            "category": "Subscription"
          }
        ]
      }
    },
    {
      "@type": "ListItem",
      "position": 4,
      "item": {
        "@type": "Course",
        "@id": "https://realpython.com/courses/python-continuous-integration/",
        "url": "https://realpython.com/courses/python-continuous-integration/",
        "name": "Continuous Integration With Python",
        "description": "Learn the core concepts behind Continuous Integration (CI) and why they are essential for modern software engineering teams. Find out how to how set up Continuous Integration for your Python project to automatically create environments, install dependencies, and run tests.",
        "provider": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        },
        "hasCourseInstance": {
          "@type": "CourseInstance",
          "courseMode": "Online",
          "courseWorkload": "PT45M32S"
        },
        "offers": [
          {
            "@type": "Offer",
            "category": "Subscription"
          }
        ]
      }
    },
    {
      "@type": "ListItem",
      "position": 5,
      "item": {
        "@type": "Course",
        "@id": "https://realpython.com/courses/cicd-github-actions/",
        "url": "https://realpython.com/courses/cicd-github-actions/",
        "name": "Python Continuous Integration and Deployment Using GitHub Actions",
        "description": "Agile methodologies rely on robust DevOps systems to manage and automate common tasks in a continually changing codebase. GitHub Actions can help.",
        "provider": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        },
        "hasCourseInstance": {
          "@type": "CourseInstance",
          "courseMode": "Online",
          "courseWorkload": "PT81M44S"
        },
        "offers": [
          {
            "@type": "Offer",
            "category": "Subscription"
          }
        ]
      }
    },
    {
      "@type": "ListItem",
      "position": 7,
      "item": {
        "@type": "Course",
        "@id": "https://realpython.com/courses/python-boto3-aws-s3/",
        "url": "https://realpython.com/courses/python-boto3-aws-s3/",
        "name": "Demystifying Python, Boto3, and AWS S3",
        "description": "Get started working with Python, Boto3, and AWS S3. Learn how to create objects, upload them to S3, download their contents, and change their attributes directly from your script, all while avoiding common pitfalls.",
        "provider": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        },
        "hasCourseInstance": {
          "@type": "CourseInstance",
          "courseMode": "Online",
          "courseWorkload": "PT149M49S"
        },
        "offers": [
          {
            "@type": "Offer",
            "category": "Subscription"
          }
        ]
      }
    },
    {
      "@type": "ListItem",
      "position": 8,
      "item": {
        "@type": "Course",
        "@id": "https://realpython.com/courses/logging-python/",
        "url": "https://realpython.com/courses/logging-python/",
        "name": "Logging Inside Python",
        "description": "Learn why and how to get started with Python's powerful logging module to meet the needs of beginners and enterprise teams alike.",
        "provider": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        },
        "hasCourseInstance": {
          "@type": "CourseInstance",
          "courseMode": "Online",
          "courseWorkload": "PT69M13S"
        },
        "offers": [
          {
            "@type": "Offer",
            "category": "Subscription"
          }
        ]
      }
    }
  ]
}

authorReal Python
twitter:cardsummary_large_image
twitter:imagehttps://files.realpython.com/media/pcl-Python-DevOps-Tutorials_Watermarked.7c7fecab9e6a.jpg
og:imagehttps://files.realpython.com/media/pcl-Python-DevOps-Tutorials_Watermarked.7c7fecab9e6a.jpg
twitter:creator@realpython
og:typearticle

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/learning-paths/python-devops/
Python Tutorials →In-depth articles and video courseshttps://realpython.com/search?kind=article&kind=course&order=newest
Learning Paths →Guided study plans for accelerated learninghttps://realpython.com/learning-paths/
Quizzes & Exercises →Check your learning progresshttps://realpython.com/quizzes/
Browse Topics →Focus on a specific area or skill levelhttps://realpython.com/tutorials/all/
Community Chat →Learn with other Pythonistashttps://realpython.com/community/
Office Hours →Live Q&A calls with Python expertshttps://realpython.com/office-hours/
Podcast →Hear what’s new in the world of Pythonhttps://realpython.com/podcasts/rpp/
Books →Round out your knowledge and learn offlinehttps://realpython.com/products/books/
Reference →Concise definitions for common Python termshttps://realpython.com/ref/
Code Mentor →BetaPersonalized code assistance & learning toolshttps://realpython.com/mentor/
Unlock All Content →https://realpython.com/account/join/
More https://realpython.com/learning-paths/python-devops/
Learner Storieshttps://realpython.com/learner-stories/
Python Newsletterhttps://realpython.com/newsletter/
Python Job Boardhttps://www.pythonjobshq.com
Meet the Teamhttps://realpython.com/team/
Become a Tutorial Writerhttps://realpython.com/write-for-us/
Become a Video Instructorhttps://realpython.com/become-an-instructor/
Searchhttps://realpython.com/search
https://realpython.com/search
Joinhttps://realpython.com/account/join/
Sign‑Inhttps://realpython.com/account/login/?next=%2Flearning-paths%2Fpython-devops%2F
Learning Pathhttps://realpython.com/learning-paths/
Learning Pathhttps://realpython.com/learning-paths/
https://realpython.com/courses/running-python-scripts/
How to Run a Python Scripthttps://realpython.com/courses/running-python-scripts/
https://realpython.com/courses/what-is-pip/
A Beginner's Guide to piphttps://realpython.com/courses/what-is-pip/
https://realpython.com/courses/pypi-publish-python-package/
Publishing Python Packages to PyPIhttps://realpython.com/courses/pypi-publish-python-package/
https://realpython.com/courses/python-continuous-integration/
Continuous Integration With Pythonhttps://realpython.com/courses/python-continuous-integration/
https://realpython.com/courses/cicd-github-actions/
Python Continuous Integration and Deployment Using GitHub Actionshttps://realpython.com/courses/cicd-github-actions/
https://realpython.com/docker-continuous-integration/
Build Robust Continuous Integration With Docker and Friendshttps://realpython.com/docker-continuous-integration/
https://realpython.com/courses/python-boto3-aws-s3/
Demystifying Python, Boto3, and AWS S3https://realpython.com/courses/python-boto3-aws-s3/
https://realpython.com/courses/logging-python/
Logging Inside Pythonhttps://realpython.com/courses/logging-python/
Got feedback on this learning path?https://realpython.com/feedback/realpython-com/?d=eyJwIjoicmVhbHB5dGhvbi1jb20iLCJzaWciOiImb31XbmFwV1FRMnpNdGNebSReSXBzWWl7Uz95OE9wPzNgPlQyKkQmIiwidCI6IkRldk9wcyBXaXRoIFB5dGhvbiAoTGVhcm5pbmcgUGF0aCkiLCJ1IjoiL2xlYXJuaW5nLXBhdGhzL3B5dGhvbi1kZXZvcHMvIn0=
Real Python Community Chathttps://realpython.com/community/
“Office Hours” Live Q&A Sessionhttps://realpython.com/office-hours/
« Browse All Learning Pathshttps://realpython.com/learning-paths/
Privacy Policyhttps://realpython.com/privacy-policy/

Viewport: width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover

Robots: max-image-preview:large


URLs of crawlers that visited me.