CONOSCI I SOTTOGENERI DEL GIALLO?
✍🏻😎
#scrittura#writingtips
⏩ Facile dire "ho scritto un giallo", già, ma che tipo di giallo hai scritto? Eh, bisognerebbe specificare, almeno riferendosi ai principali sottogeneri. Anche come lettori può essere utile conoscere i generi e le loro specifiche.
✅👮🏻♀️Giallo poliziesco: detto anche solo "poliziesco" si sviluppa attorno a crimini, indagini, investigatori.
✅🧑🏽🔬Giallo medico: viene data importanza agli aspetti biologici e scientifici dei crimini. l'
✅🥷🏻Noir: mette in risalto le atmosfere cupe e misteriose.
✅🚇Noir metropolitano: è ambientato nel degrado urbano, tra crimini e violenze.
✅🦹♂️Hard e soft boiled: si distingue per minore o maggiore crudezza con cui vengono descritti crimini, violenza e sesso.
@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