Encrypting and decrypting files in Python using symmetric encryption scheme with cryptography library.
Learning how to use Speech Recognition Python library for performing speech recognition to convert audio speech to text in Python.
Learn how you can use IMAP protocol to extract, parse and read emails from outlook, gmail and other email providers as well as downloading attachments using imaplib module in Python.
Writing a server and client Python scripts that receives and sends files in the network using sockets module in Python.
Extracting and Fetching all system and hardware information such as os details, CPU and GPU information, disk and network usage in Python using platform, psutil and gputil libraries.
Predicting different stock prices using Long Short-Term Memory Recurrent Neural Network in Python using TensorFlow 2 and Keras.