Python

Python: creare un server TCP usando le classi

Di seguito vedremo come creare un server TCP di base in Python usando una classe.

14/07/2022
Python

Python: l'errore Object of type is not JSON serializable

Questo tipo di errore si verifica in Python quando si vuole convertire l'istanza di una classe nel formato JSON.

13/07/2022
Python

Python: effettuare richieste TCP

In Python per effettuare una richiesta utilizzando il protocollo TCP, occorre utilizzare il modulo socket della standard library.

12/07/2022
Python

Python: verificare se due oggetti sono uguali

In Python per verificare se due oggetti sono uguali, dobbiamo seguire una procedura specifica.

11/07/2022