SI DICE "UN ATTIMINO"?
sì o no?
✍🏻😎
#scrittura#writingtips#wearewriting
⏩ Espressione tra quelle criticate da sempre.
✅ Attimino deriva da attimo, una frazione di tempo che non può essere suddivisa; invece, come ci ricorda Donata Schiannini, storica della lingua, attimo ha la stessa radice di atomo, cioè indivisibile, e oggi sappiamo tutti che l'atomo in realtà è suddivisibile.
✅ Qualcuno lo ammette solo se riferito al tempo: "aspetti un attimino", ma non alla modalità, cioè non si dovrebbe dire "sei un attimino ubriaco". (Mah)
✅ In realtà non ci sono motivi validi per dire che l'utilizzo di attimino sia sbagliato, forse potremmo ragionare più sull'uso del diminutivo, se sia efficace o meno all'interno di un testo.
🚀La scelta migliore? A gusto, diciamo. Io, in narrativa, lo userei solo nei dialoghi. In altri testi, ci può stare se vogliamo usare uno stile molto colloquiale.
@writingway
🙌Se ti è piaciuto questo post e pensi possa interessare ad altri, inoltralo cliccando sulla freccia a destra.
https://www.tutorialspoint.com/python/python_networking.htm
Python provides two levels of access to network services. At a low level, you can access the basic #socket support in the underlying operating system, which allows you to implement #clients and #servers for both connection-oriented and connectionless protocols.
Evented Django part one: Socket.IO and gevent
#Socket.IO was developed with a #Node.JS server implementation, but work is being done to add server implementations to a variety of languages. Two such servers exist for Python, tornadio and #gevent-socketio. I'm a big fan of gevent, so I will use gevent-socketio, but tornadio looks well-written and very promising.
http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/
https://pythonspot.com/en/python-network-sockets-programming-tutorial/
Python network sockets programming tutorial
In this tutorial you will learn about in #network programming. You will learn about the #client-#server model that is in use for the World Wide Web, E-mail and many other applications.
#socket
http://www.techbeamers.com/python-tutorial-essentials-of-python-socket-programming/
Essentials of Python #Socket Programming You Should Know
Python offers two types of #API libraries that we can use for socket programming. At the low-level, Python utilizes the “socket” library to implement #client and #server#modules for both #connectionless and #connection-oriented #network protocols. Whereas, at the higher-level, You can use libraries like #ftplib and #httplib to interact with application-level network protocols like #FTP and #HTTP.