Category: Python Projects

  • Using the ChatGPT API with Python

    Using the ChatGPT API with Python

    Using ChatGPT in a browser or as an app has become established for many people. But of course, OpenAI also provides a ChatGPT API that you can use to create texts or have questions answered, for example. In this tutorial, you’ll learn how to: Creating an OpenAI Account To use the ChatGPT API, you need…

  • Calculate the Next ISS Flyover

    Calculate the Next ISS Flyover

    Ready to spot the International Space Station from your backyard? This tutorial will show you how to predict the next ISS flyover using Python. Before we dive in, tune into this Google-powered podcast episode to get the lowdown on what makes this project so exciting: Determine the Coordinates for Your Location To calculate when the…