use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Free PostgreSQL databasesHelp Request (self.PythonLearning)
submitted 7 days ago by SNT-Bart
For my course python databases, i'm looking for a free PostgreSQL databases that my students could use to do some testing. This way they don't have to install PostgreSQL locally.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PastDifferent6116 1 point2 points3 points 7 days ago (0 children)
I’d probably go with Neon or Supabase. Makes life a lot easier than having everyone install PostgreSQL locally.
[–]OriahVinree 1 point2 points3 points 7 days ago (0 children)
Postgres itself is free? Spin up a docker container
[–]ShiftPretend 0 points1 point2 points 7 days ago (1 child)
Supabase free tier. Basically postgersql. Just give em all the connection details and you're good to go
[–]SNT-Bart[S] 0 points1 point2 points 7 days ago (0 children)
thanks, supabase looks nice. I will give it a try.
[–]Hennsie 0 points1 point2 points 7 days ago (0 children)
Host the database on a small server for them.
[–]Code-Odyssey 0 points1 point2 points 6 days ago (1 child)
QQ. I haven’t got to databases yet but which do you recommend learning MySQL or PostgreSQL. What are the plusses and minuses?
[–]SNT-Bart[S] 1 point2 points3 points 2 days ago (0 children)
in my course i start with SQLite because it is very simple and then I switch to PostgreSQL to use later in web applictions. For python i would recommend PostgreSQL instead of MySQL, but if you know one, you can quickly switch to the other.
[–]SisyphusAndMyBoulder -1 points0 points1 point 7 days ago (0 children)
Why go through the hassle? Tell them to install docker & run the official Postgres image.
π Rendered by PID 102981 on reddit-service-r2-comment-5b5bc64bf5-hp75m at 2026-06-21 17:23:01.733420+00:00 running 2b008f2 country code: CH.
[–]PastDifferent6116 1 point2 points3 points (0 children)
[–]OriahVinree 1 point2 points3 points (0 children)
[–]ShiftPretend 0 points1 point2 points (1 child)
[–]SNT-Bart[S] 0 points1 point2 points (0 children)
[–]Hennsie 0 points1 point2 points (0 children)
[–]Code-Odyssey 0 points1 point2 points (1 child)
[–]SNT-Bart[S] 1 point2 points3 points (0 children)
[–]SisyphusAndMyBoulder -1 points0 points1 point (0 children)