TGTGInsightintelligence telegramLIVE / telegram public index
← Writing Way

TGINSIGHT SIMILAR POSTS

Trova contenuti simili

Canale sorgente @WritingWay · Post #1226 · 30 lug

LA PALESTRA DELL'EDITING🏋️‍♂️ #editing#scrittura#formazione📕✍🏻 ⏩ Come si corregge un testo? ⏩ Quali sono le tecniche di revisione da applicare a un romanzo, oppure a un manuale o a un saggio? ⏩ Le autobiografie si possono correggere, e come? ⏩ Come si interviene su un testo per l'infanzia? Se ti appassiona l'attività di miglioramento della scrittura, se scrivi per passione o professione, se sei un editor o correggi bozze e vuoi mantenerti in allenamento, ti invito a scoprire il corso LA PALESTRA DELL'EDITING Si chiama palestra per un motivo: faremo allenamento, lavoreremo sui testi, un laboratorio pratico e formativo che ti darà strumenti da applicare al tuo lavoro o alla tua passione. Chissà che tu scopra una nuova professione... 🙌Se pensi che questo evento possa interessare altri, condividilo cliccando sulla freccia a destra.

Risultati

1 post simile trovati

Cerca: #xmlrpc

当前筛选 #xmlrpc清除筛选
djangoproject

@djangoproject · Post #408 · 10/08/2017, 10:42

https://docs.python.org/3/library/xmlrpc.html #XML-#RPC is a #Remote_Procedure_Call method that uses XML passed via #HTTP as a transport. With it, a #client can call methods with parameters on a remote server (the #server is named by a URI) and get back structured data. #xmlrpc is a package that collects server and client modules implementing XML-RPC. The modules are: xmlrpc.client xmlrpc.server