SCRITTURA: LA VOCE 📝🎵
#scrivere#live
Il tema della "voce" è un argomento centrale nel mondo della scrittura.
Sarete sorpresi - immagino - scoprendo quante analogie ci sono con il mondo della voce vera e propria che usiamo per comunicare, cantare, urlare, bisbigliare...
🎵🎵🎵
Questa sera sarò in diretta live con VALENTINA BUTTAFARRO - VOICE COACH, una professionista incredibile.
Valentina Buttafarro è stata tra le contributors del mio libro
"Writer Coach. Chi è, cosa fa, a chi serve"📙
➡️ Vi consiglio di dare un occhio al suo canale Telegram
@VoiceBuildingMethod
LA LIVE🎬
Quando e dove potrete seguire la live (non perdetevelaaaa)?
QUESTA SERA⏰ Alle 18:00
⏩⏩⏩ Potete seguire la nostra chiacchierata su Youtube, Instagram e LinkedIn.
🙌Se pensi che questo evento possa interessare ad altri, condividilo 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