This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from os import path | |
from typing import Collection, Dict | |
import numpy as np | |
import pandas as pd | |
import requests | |
SERVICE_URL = r"https://pypistats.org" | |
API_BASE_URL = path.join(SERVICE_URL, "api/packages/") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* triples as < subject, predicate, object > */ | |
<root, DZ, Country Name> | |
<Country Name, type, Algeria> | |
<root, DZ, Calling Code> | |
<root, DZ, Official Language> | |
<Official Language, type, Arabic> | |
<root, DZ, Capital> | |
<Capital, type, Algiers> | |
<root, DZ, Currency> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ActionPlugins][1] | |
RightButton;NoModifier=org.kde.latte.contextmenu | |
[Containments][155] | |
PreloadWeight=0 | |
activityId= | |
formfactor=2 | |
immutability=1 | |
lastScreen=-1 | |
layoutId= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontSize": 17, | |
"workbench.iconTheme": "eq-material-theme-icons-light", | |
"workbench.tree.indent": 25, | |
"editor.renderWhitespace": "none", | |
"editor.cursorStyle": "line", | |
"editor.cursorBlinking": "smooth", | |
"editor.minimap.enabled": false, | |
"workbench.colorTheme": "Dobri Next -A03- Mirage", | |
"editor.fontLigatures": true, |