POCHI SUPERLATIVI, OTTIMO RISULTATO✍🏻
Il superlativo non è una scelta obbligata.
#writingtips#scrittura
L'uso dei superlativi assoluti - bellissimo, bravissimi, interessantissimi - è sconsigliato.
Già, ma allora come posso rendere l'idea che il superlativo esprime❓
Ci sono altre possibilità, di certo preferibili.
✅ Prima dell'aggettivo si utilizza un avverbio di qualità come "molto" o "assai": siamo molto felici, sono assai interessato.
✅ Si possono utilizzare gli avverbi intensificativi come "proprio" o "davvero": il bambino è davvero bello.
✅ Nel linguaggio colloquiale o pubblicitario si usano dei prefissi come super, extra, iper: supercomodo, extraricco.
✅ L'aggettivo può essere rinforzato con tutto: lei è tutta felice.
✍🏻 Gli aggettivi che terminano in -eo -io - uo non hanno il superlativo, ma si usano avverbi come molto o particolarmente. Esempio: molto ingenuo.
@writingway
🙌Se hai trovato interessante questo post e pensi possa piacere ad altri, inoltralo cliccando sulla freccia a destra.
https://docs.python.org/3/library/asyncio.html
#asyncio
#Asynchronous programming is more complex than classical “#sequential” programming: see the Develop with asyncio page which lists common traps and explains how to avoid them. Enable the debug mode during development to detect common issues.
http://wla.berkeley.edu/~cs61a/fa11/lectures/streams.html
In this chapter, we continue our discussion of real-world applications by developing new tools to process #sequential#data. In Chapter 2, we introduced a sequence interface, implemented in Python by built-in data types such as #tuple and #list. #Sequences supported two operations: querying their length and accessing an element by index. In Chapter 3, we developed a user-defined implementations of the sequence interface, the Rlist class for representing recursive lists. These sequence types proved effective for representing and accessing a wide variety of sequential #datasets.