René's URL Explorer Experiment


Title: Speed Up Python With Concurrency – Real Python

Open Graph Title: Speed Up Python With Concurrency – Real Python

Description: Learn what concurrency means in Python and why you might want to use it. You'll see a simple, non-concurrent approach and then look into why you'd want threading, asyncio, or multiprocessing.

Open Graph Description: Learn what concurrency means in Python and why you might want to use it. You'll see a simple, non-concurrent approach and then look into why you'd want threading, asyncio, or multiprocessing.

Opengraph URL: https://realpython.com/courses/speed-python-concurrency/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
{
  "@context": "https://schema.org",
  "@type": "Course",
  "@id": "https://realpython.com/courses/speed-python-concurrency/",
  "url": "https://realpython.com/courses/speed-python-concurrency/",
  "name": "Speed Up Python With Concurrency",
  "description": "Learn what concurrency means in Python and why you might want to use it. You'll see a simple, non-concurrent approach and then look into why you'd want threading, asyncio, or multiprocessing.",
  "availableLanguage": [
    "en"
  ],
  "educationalLevel": "Advanced",
  "educationalCredentialAwarded": {
    "@type": "EducationalOccupationalCredential",
    "credentialCategory": "Certificate",
    "name": "Real Python Certificate of Completion"
  },
  "hasCourseInstance": [
    {
      "@type": "CourseInstance",
      "courseMode": "Online",
      "courseWorkload": "PT175M17S",
      "instructor": {
        "@type": "Person",
        "name": "Christopher Trudeau",
        "image": "https://realpython.com/cdn-cgi/image/width=1174,height=1174,fit=crop,gravity=auto,format=auto/https://files.realpython.com/media/headshot_alt_crop.4769ad082e9a.jpeg",
        "url": "https://realpython.com/team/ctrudeau/",
        "affiliation": {
          "@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"
        }
      }
    }
  ],
  "image": {
    "@type": "ImageObject",
    "url": "https://files.realpython.com/media/An-Overview-of-Concurrency-in-Python_Watermarked.c54c399ccb32.jpg",
    "width": 1920,
    "height": 1080
  },
  "inLanguage": "en",
  "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"
  },
  "publisher": {
    "@type": "Organization",
    "@id": "https://realpython.com/#organization",
    "name": "Real Python",
    "url": "https://realpython.com",
    "logo": {
      "@type": "ImageObject",
      "url": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png",
      "width": 512,
      "height": 512
    },
    "description": "Real Python is a leading provider of online Python education and one of the largest language-specific online communities for software developers. It publishes high-quality learning resources, such as tutorials, books, and courses to an audience of millions of developers, data scientists, and machine learning engineers each month.",
    "slogan": "Become a Python Expert",
    "email": "info@realpython.com",
    "sameAs": [
      "https://github.com/realpython",
      "https://www.youtube.com/realpython",
      "https://twitter.com/realpython",
      "https://x.com/realpython",
      "https://www.linkedin.com/company/realpython-com/",
      "https://www.facebook.com/learnrealpython",
      "https://www.instagram.com/realpython",
      "https://www.tiktok.com/@realpython.com"
    ]
  },
  "syllabusSections": [
    {
      "@type": "Syllabus",
      "name": "Speed Up Python With Concurrency"
    }
  ],
  "offers": [
    {
      "@type": "Offer",
      "category": "Subscription"
    }
  ],
  "datePublished": "2025-10-28",
  "dateModified": "2025-10-29"
}

authorReal Python
twitter:cardsummary_large_image
twitter:imagehttps://files.realpython.com/media/An-Overview-of-Concurrency-in-Python_Watermarked.c54c399ccb32.jpg
og:imagehttps://files.realpython.com/media/An-Overview-of-Concurrency-in-Python_Watermarked.c54c399ccb32.jpg
twitter:creator@realpython
og:typearticle

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/courses/speed-python-concurrency/
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/courses/speed-python-concurrency/
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=%2Fcourses%2Fspeed-python-concurrency%2F
https://realpython.com/courses/speed-python-concurrency/continue/
https://realpython.com/courses/speed-python-concurrency/#team
Christopher Trudeauhttps://realpython.com/courses/speed-python-concurrency/#team
advancedhttps://realpython.com/tutorials/advanced/
best-practiceshttps://realpython.com/tutorials/best-practices/
Start Now https://realpython.com/courses/speed-python-concurrency/continue/
Rate and Reviewhttps://realpython.com/feedback/survey/course/speed-python-concurrency/feedback/?from=course
being added to Pythonhttps://realpython.com/python37-new-features/
Q&A With Python Experts: Ask a Questionhttps://realpython.com/courses/speed-python-concurrency/discussion/
Course Slides (.pdf)https://realpython.com/courses/speed-python-concurrency/downloads/concurrency-slides/
Sample Code (.zip)https://realpython.com/courses/speed-python-concurrency/downloads/concurrency-code/
Concurrency and Async Programminghttps://realpython.com/learning-paths/python-concurrency-parallel-programming/
Start Nowhttps://realpython.com/courses/speed-python-concurrency/continue/
1. Speed Up Python With Concurrency (Overview)03:49 https://realpython.com/videos/python-concurrency-overview/
2. Computers and Latency07:39 https://realpython.com/videos/computers-latency/
3. Taking Advantage of Latency With Concurrency Patterns07:31 https://realpython.com/videos/concurrency/
4. Exploring Changes & Challenges With Concurrency05:59 https://realpython.com/videos/changes-challenges-concurrency/
5. Threads in Python11:08 https://realpython.com/lessons/threads-in-python/
6. Demonstrating Race Conditions06:32 https://realpython.com/lessons/concurreny-race-conditions/
7. Understanding That the GIL Won't Save You03:58 https://realpython.com/lessons/gil-wont-save-you/
8. Introducing asyncio09:19 https://realpython.com/lessons/asyncio-version/
9. Multi-processing Version06:44 https://realpython.com/lessons/multi-processing-version/
10. Differentiating Between IO Bound & CPU Bound07:47 https://realpython.com/lessons/cpu-bound-workloads/
11. Python Concurrency (Quiz)05:30 https://realpython.com/lessons/python-concurrency-quiz/
12. Speed Up Python With Concurrency (Summary)05:36 https://realpython.com/lessons/python-concurrency-summary/
Start Nowhttps://realpython.com/videos/python-concurrency-overview/
https://realpython.com/team/ctrudeau/
» More about Christopherhttps://realpython.com/team/ctrudeau/
https://realpython.com/team/cbailey/
Christopherhttps://realpython.com/team/cbailey/
https://realpython.com/team/sparker/
Sadiehttps://realpython.com/team/sparker/
https://realpython.com/team/tmoore/
Tappanhttps://realpython.com/team/tmoore/
https://realpython.com/team/janderson/
Jimhttps://realpython.com/team/janderson/
https://realpython.com/team/bsolomon/
Bradhttps://realpython.com/team/bsolomon/
https://realpython.com/team/gahjelle/
Geir Arnehttps://realpython.com/team/gahjelle/
https://realpython.com/team/damos/
Davidhttps://realpython.com/team/damos/
https://realpython.com/team/jjablonski/
Joannahttps://realpython.com/team/jjablonski/
https://realpython.com/team/asantos/
Aldrenhttps://realpython.com/team/asantos/
https://realpython.com/team/bzaczynski/
Bartoszhttps://realpython.com/team/bzaczynski/
https://realpython.com/team/bweleschuk/
Brendahttps://realpython.com/team/bweleschuk/
https://realpython.com/courses/understanding-global-interpreter-lock-gil/?utm_source=realpython&utm_medium=web&utm_campaign=related-course&utm_content=speed-python-concurrency
Understanding Python's Global Interpreter Lock (GIL)https://realpython.com/courses/understanding-global-interpreter-lock-gil/?utm_source=realpython&utm_medium=web&utm_campaign=related-course&utm_content=speed-python-concurrency
https://realpython.com/courses/threading-python/?utm_source=realpython&utm_medium=web&utm_campaign=related-course&utm_content=speed-python-concurrency
Threading in Pythonhttps://realpython.com/courses/threading-python/?utm_source=realpython&utm_medium=web&utm_campaign=related-course&utm_content=speed-python-concurrency
https://realpython.com/courses/building-uis-terminal-python-textual/?utm_source=realpython&utm_medium=web&utm_campaign=related-course&utm_content=speed-python-concurrency
Building UIs in the Terminal With Python Textualhttps://realpython.com/courses/building-uis-terminal-python-textual/?utm_source=realpython&utm_medium=web&utm_campaign=related-course&utm_content=speed-python-concurrency
← Browse All Courseshttps://realpython.com/search?kind=course
Start Herehttps://realpython.com/start-here/
Learning Resourceshttps://realpython.com/search
Code Mentorhttps://realpython.com/mentor/
Python Referencehttps://realpython.com/ref/
Python Cheat Sheethttps://realpython.com/cheatsheets/python/
Support Centerhttps://support.realpython.com/
Learning Pathshttps://realpython.com/learning-paths/
Quizzes & Exerciseshttps://realpython.com/quizzes/
Browse Topicshttps://realpython.com/tutorials/all/
Live Courseshttps://realpython.com/live/
Bookshttps://realpython.com/books/
Podcasthttps://realpython.com/podcasts/rpp/
Newsletterhttps://realpython.com/newsletter/
Community Chathttps://realpython.com/community/
Office Hourshttps://realpython.com/office-hours/
Learner Storieshttps://realpython.com/learner-stories/
Plans & Pricinghttps://realpython.com/account/join/
Team Planshttps://realpython.com/account/join-team/
For Businesshttps://realpython.com/account/join-team/inquiry/
For Schoolshttps://realpython.com/account/join-team/education-inquiry/
Reviewshttps://realpython.com/learner-stories/
About Ushttps://realpython.com/about/
Teamhttps://realpython.com/team/
Mission & Valueshttps://realpython.com/mission/
Editorial Guidelineshttps://realpython.com/editorial-guidelines/
Sponsorshipshttps://realpython.com/sponsorships/
Careershttps://realpython.workable.com
Press Kithttps://realpython.com/media-kit/
Merchhttps://realpython.com/merch
https://www.youtube.com/realpython
https://x.com/realpython
https://www.linkedin.com/company/realpython-com
https://www.facebook.com/LearnRealPython
https://github.com/realpython/
Privacy Policyhttps://realpython.com/privacy-policy/
Terms of Usehttps://realpython.com/terms/
Securityhttps://realpython.com/security/
Contacthttps://realpython.com/contact/
https://realpython.com/

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.