🌐Weekly News Digest [ December 22 – December 28 ]
That was a week of delays, resumptions and terminations of resource projects.
💡Here are the key highlights:
🇨🇩 DR Congo
- DRC bans processing units from accepting ore from artisanal miners
🇬🇦 Gabon
- Gabon announces an audit of the mining sector
🇬🇭 Ghana
- Ghana’s only oil refinery resumes operations after years of downtime
🇬🇼 Guinea
- Guinea is planning its first mining conference
🇲🇼 Malawi
- An Australian company delays its niobium project
🇲🇿 Mozambique
- President and TotalEnergies clash over Cabo Delgado gas project schedule
🇳🇪 Niger
- Niger’s exports exceed imports, driven by oil
🇳🇬 Nigeria
- Nigeria to resume oil exploration in Ogoniland
🇸🇩 Sudan
- China’s CNPC is seeking to terminate its oil contracts amid war
#NewsDigest
➡️ Follow to stay informed - @devilsbelow
# The standard string repr for dicts is hard to read:
»> my_mapping = {'a': 23, 'b': 42, 'c': 0xc0ffee}
»> my_mapping
{'b': 42, 'c': 12648430. 'a': 23} # 😞
# The "#json" module can do a much better job:
»> import json
»> print(json.dumps(my_mapping, indent=4, sort_keys=True))
{
"a": 23,
"b": 42,
"c": 12648430
}
# Note this only works with dicts containing
# primitive types (check out the "pprint" module):
»> json.dumps({all: 'yup'})
TypeError: keys must be a string
История(12м) как в Альфа-Банке сокращали размер JSON файла, который передается на устройство для работы SDUI. Решением стала шаблонизация для отказа от одинаковых блоков UI с разными данными
#оптимизация#json
¿Que puede hacer este bot?
@apimaniaBot
Con éste bot puedes crear PDF a partir de páginas web, convertir texto a imágenes, convertir tablas HTML a json y mucho más
Idioma: español
(Visto en @botsgram_cu)
#pdf#web#texto#imágenes#hrml#json