Explore

python × medium.com ×
  • screenshot

    Asyncio Patterns in Python

    Asyncio Patterns in Python This post talks about how to go from a slow, synchronous process,...

  • screenshot

    What We’re Reading: Medium checking in: How is everybody doing?

    Photo by Nic Y-C on UnsplashHey y’all,“How is everybody doing?”It was a kind question to ask,...

  • screenshot

    How to Use ChatGPT to Generate Math Homework from Photos of Assignments

    Last year, OpenAI’s ChatGPT introduced gpt-4-vision-preview, a model that allows you to ask questions about an...

  • screenshot

    How Programming Languages Got Their Names

    Have you ever wondered how the likes of Python or Java got their names? Let’s take...

  • screenshot

    Python types have an expectations problem

    In the last ~10 or so years, many of the popular scripting languages gained optional static...

  • Comparing coroutines, by example, in Kotlin and Python

    Comparing Coroutines, by Example, in Kotlin and Python This series of 3 articles compares Python and...

  • Benchmarking Mojo: A Deep Dive into Performance and Practicality

    This is part I of a series of articles on using Mojo in Advent of Code.Go...