This is a preview of the video course, "Using Astropy for Astronomy With Python." Planetary conjunctions are when two or more planets line up in the night sky. This lesson shows you how to look into the future and calculate upcoming conjunctions. You’ll use the pandas library to store and filter your calculations then print the results to the screen.
This is a portion of the complete course, which you can find here:
https://realpython.com/courses/astrop...
The rest of the course covers:
Finding optimal viewing times
Using pandas to process data
Building graphs with Matplotlib
Working with Python’s warning module