SI DICE PER ESEMPIO O AD ESEMPIO? ✍🏻
Conoscere è migliorare
#scrittura#writingtips
✍🏻 Sono utilizzabili entrambe le forme, ma con accortezza fonetica. Se nella frase prevale il suono a, non dovreste scrivere "ad esempio"; "per esempio" andrebbe usato dopo aver verificato se nella frase prevalgano o meno i suoni p o r.
⛔️😱 Potreste dire: "ad esempio" contraddice la regola della d eufonica.
Perché la d va inserita anche se "esempio" non inizia con "a"?
➡️ Si tratta di un caso di locuzione cristallizzata, facente parte di quelle locuzioni che così sono entrate nel lessico e così andrebbero scritte.
Altri esempi: "ad eccezione di", "dare ad intendere".
❇️ Mi affascina e mi stupisce la nostra lingua per tutte le sue incredibili regole e variazioni.
@writingway
🙌Se ti è piaciuto questo post e pensi possa interessare ad altri, inoltralo cliccando sulla freccia a destra.
# 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