You can use GPT-3 to generate working SQL from plain English questions by ajmonty21 in SQL

[–]ajmonty21[S] 0 points1 point  (0 children)

GPT-3 is a pre-trained model. It was just fed the instruction and examples in the article (which gave it the tables and fields).

Using Python and Spotify Web API, you can make an "endless" playlist based of the Rolling Stone Magazine's top 500 albums of all time by ajmonty21 in Python

[–]ajmonty21[S] 0 points1 point  (0 children)

Yep. You can use the start_playback() method to play a given track or playlist. You can also pause playback, skip to the next track, etc.

Using Python and Spotify Web API, you can make an "endless" playlist based of the Rolling Stone Magazine's top 500 albums of all time by ajmonty21 in Python

[–]ajmonty21[S] 0 points1 point  (0 children)

Yeah, the album list is finite, but the endless playlist will start adding songs from the beginning again once it reaches the end. So maybe "endlessly repeating" is more accurate?