LA STRUTTURA DELLA LETTERA✍🏻
La corretta struttura di una lettera: la conosci?
#writingtips#scrittura
Conosci la struttura della lettera? 📭
Certo, nelle lettere personali possiamo scrivere come vogliamo ma forse ti può essere utile sapere quale sia la corretta struttura dell'epistola.
✅ Luogo e data.
✅ Apertura (una formula di saluto, l'inizio della lettera.
✅ Motivazione: il motivo che ci porta a scrivere.
✅ Contenuto centrale, trattazione.
✅ Conclusione e saluti.
✍🏻 Le lettere sono una tipologia scrittura terapeutica e la tradizione epistolare è davvero interessante.
Se vuoi saperne di più ti consiglio il mio libro Scrivere per guarire.📕📕📕
@writingway
🙌Se hai trovato interessante questo post e pensi possa piacere 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