Using Python wrapper for qBittorrent Web API to automatically download, pause and handle torrent files in Python.
Predicting different stock prices using Long Short-Term Memory Recurrent Neural Network in Python using TensorFlow 2 and Keras.
Calculating the size of a directory in bytes in Python and plotting a pie using matplotlib to see which subdirectory takes most size.
Learn how to perform web scraping at scale by preventing websites to ban your ip address while scraping them using different proxy methods in Python.
Extracting HTML tables using requests and beautiful soup and then saving it as CSV file or any other format in Python.
Generating random integers, floating point numbers, strings and bytes using random, os and secrets built-in modules in Python.
Using different hashing algorithms such as SHA-2, SHA-3 and BLAKE2 in Python using hashlib built-in module for data integrity.
Learn how to work with files in Python using os and shutil modules including creating, renaming, moving, removing files and directories, listing all current files and directories and more.
Building a Python tool to automatically extract email addresses in any web page using requests-html library and regular expressions in Python.
Using PyInstaller package to bundle Python applications and all its dependencies into a single stand-alone executables.
Learn how to use Python's standard library smtplib and email modules to connect to any SMTP server and send emails in Python automatically.
Using ipaddress standard Python library to manipulate IPv4 and IPv6 addresses, networks, subnets and more.
Building a Python script that detects XSS vulnerability in web pages using requests and BeautifulSoup.
Learning how you can execute shell commands and scripts on a remote machine in Python using paramiko library.
Writing a Python script to brute-force SSH credentials on a SSH server using paramiko library in Python.
Learning how you can automate routine tasks and manage servers on your Veesp Virtual Private Servers or dedicated servers in Python using Web APIs and requests library.