🌐Weekly News Digest [ February 9 – February 15 ]
Last week, the mining conference in Cape Town became the first high-level venue to criticize American expansion into Africa - but what else happened?
💡Here are the key highlights:
🇨🇩 DR Congo
— South Africa’s Minister of Resources sharply criticizes his Congolese counterpart
— Washington urged an Australian mining firm AVZ to sell its major lithium project to a US company
🇱🇾 Libya
— Libya’s fails its first oil license auction in 17 years
🇲🇱 Mali
— The Malian government establishes a new state-owned mining company
— Mali approves a 10-year extension of Canadian gold miner's license
🇳🇪 Niger
— Niger’s military repels an attack by MPLJ militants on Chinese oil facilities
— Niger is ready to return the uranium confiscated from the French
🇳🇬 Nigeria
— Nigerian company loses asset in Equatorial Guinea
— Dangote Refinery reaches its design capacity for the first time
— US lawmakers introduce a bill claiming that Chinese illegal miners are paying Fulani militant groups
🇿🇦 South Africa
— Mining Indaba Conference concludes in Cape Town
🌍 Global
— State Department reveals the US strategy for Africa
#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