Naruto Land : on connaît enfin la date d’ouverture et c’est bien plus proche que prévu

Le Parc Spirou vient de confirmer la date d’ouverture officielle de Konoha Land dans l’univers de Naruto, et l’attente va être très courte.





L'abstraction a toujours un coût qu'il est important de considérer. Abstraire exagérément et systématiquement c'est courir à la catastrophe.
L'abstraction a toujours un coût qu'il est important de considérer. Abstraire exagérément et systématiquement c'est courir à la catastrophe.
Using Google bq CLI, the following command allows to get the top Pypi keywords from the bigquery-public-data.pypi.distribution_metadata table:
bq query --use_legacy_sql=false 'SELECT keyword, COUNT(*) as keyword_count FROM `bigquery-public-data.pypi.distribution_metadata`, UNNEST(SPLIT(keywords, ", ")) as keyword GROUP BY keyword ORDER BY keyword_count DESC LIMIT 100'
Result for the top-15 keywords:
python : 128555 appearancesDuckDB Database SQL OLAP : 70739 appearancesai : 64997 appearancestensorflow tensor machine learning : 51144 appearancespulumi : 50076 appearancesapi : 47986 appearancesprobabilities probabilistic-graphical-models inference diagnosis : 46552 appearancesrust : 45607 appearancescli : 39512 appearancesOpenAPI : 38814 appearancessdk : 38060 appearancesllm : 37487 appearancesOpenAPI-Generator : 36734 appearancesdatabase : 35578 appearancesautomation : 34393 appearancesNote that this is a very basic query, that does take into account that some packages have a lot more versions published on Pypi than others.