open in Python

In questa lezione studieremo la funzione open in Python, ovvero vedremo come aprire un file di testo o binario. Nella precedente lezione abbiamo parlato di file e abbiamo visto la…

callbacks

Callbacks in JavaScript, as seen in the previous lesson, can be passed as arguments to other functions. In fact, functions in JavaScript are objects. We can also see this simply…