Explore Python's standard library, modules such as os, json, re, ftplib, imaplib, threading, pickle, socket, random, secrets and many more.
Learn how to compress and decompress files, folders and symbolic links in Python using gzip compression in tarfile built-in module.
Writing a server and client Python scripts that receives and sends files in the network using sockets module in Python.