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 reverse videos by extracting frames and loading them in the inverted order using MoviePy library in Python.
Learn how you can pretrain BERT and other transformers on the Masked Language Modeling (MLM) task on your custom dataset using Huggingface Transformers library in Python
Learn how to use pikepdf library to extract useful information from PDF files in Python.
Making two different methods to extract frames from videos with the timestamp with OpenCV or MoviePy libraries in Python.
Explore different methods to join two or more audio files using either MoviePy, wave and PyDub libraries in Python.
Learn how to join two or more video files using MoviePy library in Python
Learn how to add a static photo to an audio file to form a video file using MoviePy library in Python.
Learn how to convert video to audio using ffmpeg and subprocess, or using MoviePy library in Python.
Learn how to perform age and gender detection using OpenCV library in Python with camera or image input.
Learn how to perform gender detection on detected faces in images using OpenCV library in Python.
Learn how to predict someone's age from his front face picture using OpenCV library in Python
Learn how to merge two or multiple PDF files into a single PDF file using PyPDF4 library in Python
Learn how to add and remove passwords to PDF files using PyPDF4 library, as well as using pyAesCrypt to encrypt and decrypt PDF files in Python
Learn how to compress PDF files in Python using the wrapper of PDFTron SDK.
Learn how to use PyMuPDF library to convert PDF files into individual images per page in Python.
Learn how you can use pdf2docx library to convert PDF files to docx word files in Python