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 fine tune the Vision Transformer (ViT) model for the image classification task using the Huggingface Transformers, evaluate, and datasets libraries in Python.
Learn how to use image segmentation transformer model to segment any image using huggingface transformers and PyTorch libraries in Python.
Learn how to use pre-trained image captioning transformer models and what are the metrics used to compare models, you'll also learn how to train your own image captioning model with Pytorch and transformers in Python.
Learn how to build a web assistant application using Django framework and OpenAI's ChatGPT API in Python.
Learn how you can convert an IP address into a geographic location using IPInfo service and its wrapper in Python.
Learn how you can extract DNS information of a domain name such as nameservers, IP addresses, email services and more using dnspython library in Python.
Learn the best way to print variable name and value in Python using F-strings.
Learn how to build a ransomware using symmetric encryption (AES algorithm) with the help of cryptography library in Python.
Learn how to build a complete GUI QR code generator and reader program in Python using Tkinter, qrcode and OpenCV libraries.
Learn how to utilize cssutils library to minimize CSS files in a web project in Python.
Explore why Python is one of the best programming languages and discover the main reasons to upgrade your Python version to 3.11
Learn how to build a simple blog from scratch using the Django framework and Bootstrap styling in Python.
Learn how to build a simple alarm clock app using tkinter and playsound libraries in Python.
Learn how to build a GUI app that downloads audio (MP3) files from YouTube videos using Pytube and Tkinter libraries in Python.
Learn how you can build a simple authentication system (sign up, login, and logout) using the Django framework and Bootstrap in Python.
Learn how you can build a CLI and GUI YouTube video downloader using Pytube in Python.