I'm a self-taught Python programmer passionate about machine learning, deep learning, and anything else that involves data; I'm also enthused about cybersecurity and web scraping.
My full name is Abdeladim Fadheli, where Abdou is the short version, and Rockikz is my pseudonym; you can call me Abdou =)
I've been programming for over 6 years. I learned Python, and I guess I'm stuck here forever. I founded this free educational site to share my humble knowledge and progress in learning anything I find interesting in Python.
If you have any inquiries, don't hesitate to contact me here.
Learn how to play and record sound files using different libraries such as playsound, Pydub and PyAudio in Python.
Using different methods such as thread pool executor or threading module to create and handle threads for speeding up I/O bound tasks in Python.
Building a tool to extract all Javascript and CSS files from a web page in Python using requests and BeautifulSoup.
Using the state-of-the-art YOLOv8 object detection for real-time object detection, recognition and localization in Python using OpenCV, Ultralytics and PyTorch.
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.