Most Popular Godot 4 Addons (by Github stars)
2024-11-20Since the asset library only sorts by date, I made a script to sort all the assets by GitHub stars to see which ones are the most popular.
I’ve put the full list in a spreadsheet, but here’s a quick overview of the top 10:
Read moreA Fast Way to Save Pandas DataFrames to PostgreSQL
2022-07-13I found Pandas’ built-in DataFrame.to_sql()
too slow for my use case, so here’s a faster way to load a DataFrame to a PostgreSQL database using the COPY
command.
Conceptes de SQL (Catalan)
2021-03-16Introducció a alguns conceptes de bases de dades relacionals, de cara a aprendre a fer queries més eficients.
Read more