Learn how to build machine learning and deep learning models for many purposes in Python using popular frameworks such as TensorFlow, PyTorch, Keras and OpenCV.
Using image processing, machine learning and deep learning methods to build computer vision applications using popular frameworks such as OpenCV and TensorFlow in Python.
Explore various tutorials on how you can handle multimedia files such as audio, video and images using different Python libraries such as MoviePy, OpenCV and more.
Learn how to perform digital forensic investigations using Python, such as file metadata extraction, steganography, extracting browser data and more!
Discussing wide variety of Python topics using various APIs, third party libraries, wrappers, utilities and much more.
Build exciting games such as chess, checkers, snake and more with the Python programming language using the pygame library.
Writing Scapy scripts and recipes for handling, crafting, sniffing and sending network packets in Python.
Learn how to deal with analyzing, processing text and build models that can understand the human language in Python using TensorFlow and many other frameworks.
Learn how to build and evaluate predictive models that have the power to help the doctors and transform patient outcomes in Python.
Discover how Python is shaping enterprise app development in this guide. Learn about the process from requirement analysis to deployment, the role of frameworks like Django and Flask, data management techniques, and future trends involving AI and Machine Learning. Explore why Python is essential for modern businesses.
Learn how to benefit from the encoding/decoding process of an autoencoder to extract features and also apply dimensionality reduction using Python and Keras all that by exploring the hidden values of the latent space.
A guide on how to set up a Python environment on a dedicated server. It covers essential steps including connecting to the server via SSH, updating the system, installing Python and pip, creating a virtual environment, and running Python scripts.
Learn how to enhance security with Python by implementing Two-Factor Authentication (2FA) using TOTP and HOTP algorithms. This comprehensive guide covers everything from generating OTPs with pyotp to integrating with authenticator apps.
Step-by-step guide to implementing the Vigenère Cipher in Python. Understand its mechanism, strengths, and vulnerabilities, with practical examples for encryption and decryption.
Explore how Python, a versatile and user-friendly programming language, enhances money management through budgeting, expense tracking, and investment analysis. This guide delves into Python's financial tools and libraries for effective financial planning and automation, ensuring secure and informed financial decisions.
Learn how you can easily perform sentiment analysis on text in Python using vaderSentiment library.
Master game development with Python in this engaging tutorial, where you'll learn how to create your own Space Invaders game using Pygame. From setting up your environment to crafting game mechanics with ships, aliens, and bullets, this guide is packed with practical steps and essential coding insights. Ideal for begin
Building deep learning models (using embedding and recurrent layers) for different text classification problems such as sentiment analysis or 20 news group classification using Tensorflow and Keras in Python
Learn how to automate report generation with Python in this article. Explore the process from environment setup to data preparation, report creation, customization, error handling, and security. Discover Python's versatility and efficiency in transforming the traditional way of preparing reports, saving time, and enhan
Discover how to utilize the PyPDF2 library to password-protect and encrypt PDF files, ensuring top-notch security for sensitive documents. Learn to create a secure PDF locker and adopt strong password practices for enhanced cybersecurity.
Building a deep learning model to generate human readable text using Recurrent Neural Networks (RNNs) and LSTM with TensorFlow and Keras frameworks in Python.
Learn how to achieve persistence for malware using Python, ensuring it remains active after system reboots. This tutorial guides you through implementing persistence techniques on both Windows and Linux systems, from modifying registry settings to setting up cron jobs.
Discover how to uncover hidden Wi-Fi networks using Python and Scapy. This tutorial debunks the security myth of hidden SSIDs and guides you through setting up your adapter in monitor mode to detect and log hidden networks, emphasizing practical network analysis and security assessment.
Using K-Means Clustering unsupervised machine learning algorithm to segment different parts of an image using OpenCV in Python.
Learn to code the Caesar cipher in Python and encrypt messages like Julius Caesar! This beginner-friendly tutorial covers the basics of one of history's earliest ciphers with step-by-step coding instructions. Dive into the world of ancient cryptography!
Learn to create professional audiobooks in Python with ElevenLabs’ AI text-to-speech, covering setup, voice options, and full generation.
Discover the key differences between nearshore and offshore software development. Learn which model offers the best balance of cost, quality, and collaboration for your project.
Discover how to effortlessly find open Wi-Fi networks around you using Python. This in-depth guide walks you through using OS commands and Python libraries to scan and list available open Wi-Fi networks on both Windows and Linux systems. Perfect for busy urban environments.
Top python libraries and modules that every data scientist and machine learning engineer must know, learn and master.
This article delves into how Python empowers network engineering with easy automation, efficient monitoring, enhanced security, rapid prototyping, and seamless troubleshooting, making it a cost-effective and transformative tool in the industry.
This article is a must-read for anyone looking to unlock the full potential of clustering in machine learning! It delves into the world of clustering, exploring different types such as density-based and centroid-based, and introducing lesser-known techniques like hierarchical and monothetic clustering with Python.
Explore the critical role of Non-Maximum Suppression (NMS) in object detection to eliminate redundant bounding boxes, ensuring precise results. This guide covers NMS's workings, the importance of Intersection-over-Union (IoU), and how to implement NMS with OpenCV in Python.
Learn how to perform gender detection on detected faces in images using OpenCV library in Python.
Predicting different stock prices using Long Short-Term Memory Recurrent Neural Network in Python using TensorFlow 2 and Keras.
Discover how to craft a Pong game with Python and Pygame through a comprehensive tutorial, gaining hands-on game development skills. Learn key concepts like rendering graphics, managing game state, and handling user input while bringing your code to life in this engaging guide.
Deep-dive into the BLEU Score: A guide to understanding BLEU (Bilingual Evaluation Understudy), a vital metric in NLP. Learn how it evaluates machine-generated sentences against human references in text summarization, translation, and more with NLTK in Python.
Learn how to perform age and gender detection using OpenCV library in Python with camera or image input.
Learn how to build a deep learning model that is able to detect and recognize your gender just by your voice tone using Tensorflow framework in Python.
Learn how to create a Pacman game using Python and Pygame with this comprehensive tutorial. Covering everything from setting up your environment, creating game characters and components, to running the game, this guide provides step-by-step instructions to build a fully functional Pacman game.
Learn how to fine-tune the current state-of-the-art EffecientNet V2 model to perform image classification on satellite data (EuroSAT) using TensorFlow in Python.
Learn how to build a SaaS application using Python in this comprehensive guide. From setting up your environment and choosing a framework to deploying on the cloud, this article covers everything you need to develop a scalable Python SaaS product with Django, Flask, or FastAPI.
Learn how to check password strength in Python using the zxcvbn library. This guide walks you through installing zxcvbn, importing necessary libraries, and creating functions to test single and multiple passwords. You'll securely input passwords and receive feedback on their strength.
Forcing devices to disconnect from a network by sending deauthentication frames continuously using Scapy library in Python, this is called deauthentication attack.
Using Python wrapper for qBittorrent Web API to automatically download, pause and handle torrent files in Python.
Learning how you can generate and read QR Code in Python using qrcode and OpenCV libraries.
Learn how to create videos from image arrays using Python and OpenCV, focusing on timelapses. Setting up OpenCV, using argparse for input parameters, and processing images in batches. Key steps include configuring the VideoWriter object, iterating over images to build the video, and tips for efficient memory use.
Learning how to detect contours in images for image segmentation, shape analysis and object detection and recognition using OpenCV 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 build a Python script that checks if a given username is available or taken across popular social media sites like Instagram, Facebook, Reddit, and more using concurrent requests in Python.
Learn to build a TCP proxy in Python to intercept and analyze real-time data flow between client and server. Ideal for debugging, protocol analysis, and understanding network communication, this guide provides step-by-step implementation and practical examples.
Learn how to extract gender from first name using genderize.io API and build a GUI around it with Tkinter in Python.
Learn how to make a password generator in Python with the ability to choose the length of each character type using the built-in random, string and argparse modules.
Learn how to detect and remove persistent malware using Python in this step-by-step tutorial. Explore methods for automating malware removal across Windows and Linux systems by manipulating startup entries and crontab files.
Learn what is transfer learning and how to use pre trained MobileNet model for better performance to classify flowers using TensorFlow in Python.
The article provides an overview of the process of non-intrusive vulnerability assessment, which is a security measure used to identify and fix security flaws in networks, data, and applications. It explains the three types of vulnerabilities that need to be addressed during the process: software, network, and configur
Learn how to use Keystone engine, Capstone engine and Unicorn engine to assemble, disassemble and emulate machine code (ARM, x86-64 and more) in Python
Using pyautogui and OpenCV to record display screen video and save it to a file in Python.
Learn how to build a complete GUI QR code generator and reader program in Python using Tkinter, qrcode and OpenCV libraries.
Encrypting and decrypting files in Python using symmetric encryption scheme with cryptography library.
Building and training a model that classifies CIFAR-10 dataset images that were loaded using Tensorflow Datasets which consists of airplanes, dogs, cats and other 7 objects using Tensorflow 2 and Keras libraries in Python.
Learn how to perform different dimensionality reduction using feature extraction methods such as PCA, KernelPCA, Truncated SVD, and more using Scikit-learn library in Python.
Learn how to make a real-time currency converter using different ways and from various sources such as xe, yahoo finance, xrates and Fixer API in Python.
Discover the Affine Cipher in Python: a straightforward tutorial blending historical cryptography with modern coding, perfect for enthusiasts and programmers.
Explore different pre-trained transformer models in transformers library to paraphrase sentences in Python.
Master Python facial recognition with our step-by-step tutorial. Build real-time and image upload systems to identify faces with precision. Essential for security, attendance, and more. Perfect for beginners. Dive into the biometric tech world now!
Master Python's Faker library to generate and manage fake user data. Ideal for privacy protection and software testing, this tutorial covers creating a versatile program for realistic data generation, including saving options in CSV or TXT formats.
Learn how to use transfer learning to build a model that is able to classify benign and malignant (melanoma) skin diseases in Python using TensorFlow 2.
Master the argparse module in Python with this comprehensive tutorial, covering command-line applications, argument parsing, real-world examples, integration with other libraries, and best practices to create user-friendly interfaces and powerful command-line tools.
Learn how you can extract Google Trends Data such as interest by region, suggested searches, and more using pytrends unofficial library in Python.
Learn how to build your own Sudoku game in Python using Pygame with this comprehensive tutorial. Covering installation, game logic, user interface, and a timer feature, this guide is perfect for enthusiasts looking to create a functional and extendable Sudoku puzzle game.
Automate the detection and exploitation of OS command injection vulnerabilities using Python. This comprehensive guide covers setting up a test environment with DVWA and Metasploitable, detecting vulnerabilities, and automating tests with custom scripts.
Learn how to perform automated browser testing with Microsoft Edge browser and Selenium library in Python.
Build a Python tool that checks HTTP security headers and uses DeepSeek AI to provide practical insights, missing protections, and security recommendations.
Controlling computer mouse in python. Hooking events, registering hotkeys, simulating mouse movements and click, and much more.
Learn how to separate your files by extension in your target folder using Python's built-in libraries.
Learn how to use Selenium library with Chrome driver in Python to login to websites automatically as well as verifying login success.
Learning how to create your own Google Custom Search Engine and use its Application Programming Interface (API) in Python.
Learn how to predict someone's age from his front face picture using OpenCV library in Python
Learn how to build a phone number tracker in Python using phonenumbers, OpenCage and folium libraries.
Learn how to use colorama library to print colored text with different colors (such as red, green and blue) in the background and foreground and brightness in Python.
Explore the top 3 AI code generators—CodeConvert, ZZZ Code AI, and CodingFleet. Compare their features, pros, and cons to find the best tool for your coding needs, with CodingFleet leading for its advanced features and versatility.
Detecting shapes, lines and circles in images using Hough Transform technique with OpenCV in Python. Hough transform is a popular feature extraction technique to detect any shape within an image.
Explore why you should learn Python programming language for learning data science in 2023
Learn how you can fine-tune BERT or any other transformer model for semantic textual similarity using Huggingface Transformers, PyTorch and sentence-transformers libraries in Python.
Using PyInstaller package to bundle Python applications and all its dependencies into a single stand-alone executables.
This article delves into the importance of cybersecurity for online businesses and why Python is a go-to programming language for cybersecurity experts. It highlights Python's various benefits, such as its simplicity, extensive libraries, and versatility across platforms. The article also discusses Python's limitations
Learn how to extract metadata from .docx files using Python-docx, a vital skill in digital forensics for analyzing document origins and malware tactics. This guide covers installation, coding with Python, and practical metadata analysis techniques.
Learn to build a full-stack RAG chatbot with FastAPI, OpenAI, and Streamlit. Step-by-step guide to create a chatbot answering questions from uploaded PDFs.
An overview of model explainability and interpretability fundamentals, AI applications, and biases in AI model predictions. We looked at utilizing SHAP and LIME to explain a Logistic Regression model and how to explain and interpret an ensemble model.
Explore some Python open-source libraries on different topics that you can contribute to on GitHub.
Learn how to make plots with Python and matplotlib by checking texts for their word frequency distributions.
Build a recommender system for market basket analysis With association rule mining with the Online Retail dataset in Python.
Learn how to transcribe and summarize YouTube videos using Python! This tutorial covers extracting video transcripts with YouTubeTranscriptApi, processing text with NLTK, and generating AI-powered summaries using OpenRouter's Mistral model.
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.
Learn how you can convert HTML pages to PDF files from an HTML file, URL or even HTML content string using wkhtmltopdf tool and its pdfkit wrapper in Python.
Learn how you can generate similar images with depth estimation (depth2img) using stable diffusion with huggingface diffusers and transformers libraries in Python.
Learn how to perform real-time object tracking with the DeepSORT algorithm and YOLOv8 using the OpenCV library in Python.
Learn how you can perform named entity recognition using HuggingFace Transformers and spaCy 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 monitor network traffic in the browser to write a Python script that extracts YouTube comments using requests library in Python.
Learn how to compute and detect SIFT features for feature matching and more using OpenCV library in Python.
Learn how to build a GUI currency converter using ExchangeRate API and Tkinter library in Python.
Learning how to apply edge detection in computer vision applications using canny edge detector algorithm with OpenCV in Python.
Learn how to use Python's standard library smtplib and email modules to connect to any SMTP server and send emails in Python automatically.
Generating random integers, floating point numbers, strings and bytes using random, os and secrets built-in modules in Python.
Creating and implementing a keylogger from scratch that records key strokes from keyboard and send them to email or save them as log files using Python and keyboard library.
Learn how to use scikit-image library to extract Histogram of Oriented Gradient (HOG) features from images in Python.
Discover several Python frameworks for web development, such as Django, Flask, Bottle, CherryPy and more.
Learn how to detect and filter fraudulent transactions in a streaming application using Apache Kafka with Python API.
Performing face detection using both Haar Cascades and Single Shot MultiBox Detector methods with OpenCV's dnn module in Python.
Learn how you can control images generated by stable diffusion using ControlNet with the help of Huggingface transformers and diffusers libraries in Python.
Learn how to make a simple text adventure game with Python using the os, json, and pyinputplus modules.
Discover how to reveal all previously connected Wi-Fi networks on a Windows computer using Python, a crucial tool in digital forensics to unearth networks thought to be forgotten but stored in the Windows Registry.
Writing a server and client Python scripts that receives and sends files in the network using sockets module in Python.
Learn how to perform perspective image transformation techniques such as image translation, reflection, rotation, scaling, shearing and cropping using OpenCV library in Python.
Learn to build your own Python-based grep tool in this concise guide, perfect for bug hunting and pen-testing. Master text pattern searches within files and streams, saving time and effort in your development tasks.
Making a facebook messenger chat bot in python using fbchat library, you can make customized auto messages and bots, get user information, and much more handy tools.
Learn how you can generate any type of text with GPT-2 and GPT-J transformer models with the help of Huggingface transformers library in Python.
Learn how to generate self-signed certificates and sign them into PDF files as digital signatures using PyOpenSSL and PDFNetPython3 libraries in Python.
Learn how to use Bitly and Cuttly APIs to shorten long URLs programmatically using requests library in Python.
Blurring and anonymizing faces in images and videos after performing face detection using OpenCV library in Python.
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.
Learn to protect your downloads from corruption and cyberattacks. This guide teaches you how to verify file integrity using Python, ensuring that your files remain authentic and untampered.
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
Explore different methods to join two or more audio files using either MoviePy, wave and PyDub libraries in Python.
This article discusses the preprocessing steps of tokenization, stemming, and lemmatization in natural language processing. It explains the importance of formatting raw text data and provides examples of code in Python for each procedure.
Learn to safeguard privacy by removing metadata from PDFs using Python's PyPDF2 in this tutorial. Discover how metadata can expose sensitive information and how to erase it to protect confidentiality, with step-by-step code guidance and practical examples.
Learn how you can make a DHCP listener by sniffing DHCP packets in the network using the Scapy library in Python.
Classifying emails (spam or not spam) with GloVe embedding vectors and RNN/LSTM units using Keras and TensorFlow in Python.
Learn how to perform dimensionality reduction with feature selection such as recursively eliminating features, handling highly correlated features, and more using Scikit-learn in Python.
Learn how to build a deep learning malaria detection model to classify cell images to either infected or not infected with Malaria Tensorflow 2 and Keras API in Python.
Making two different methods to extract frames from videos with the timestamp with OpenCV or MoviePy libraries in Python.
Create a spyware in Python in this guide. Learn to build a surveillance tool that captures live video streams via a client-server architecture, with practical insights into network communication and video handling using OpenCV.
Using the state-of-the-art YOLOv8 object detection for real-time object detection, recognition and localization in Python using OpenCV, Ultralytics and PyTorch.
Learn how to build a custom wordlist generator with options of minimum and maximum characters, and more with itertools in Python.
Learn how to join two or more video files using MoviePy library in Python
Writing a Python script to brute-force SSH credentials on a SSH server using paramiko library in Python.
Learn to protect your privacy by deleting metadata from images using Python and the Pillow library in this step-by-step tutorial, perfect for enhancing security.
Learn how to use keyboard module in Python to take full control of your keyboard such as hooking global events, registering hotkeys, simulating key presses and releases and much more.
Discover how to create a Twitter bot using Python and Tweepy in this concise guide. Learn to automate tweets with a simple bot that shares dog facts hourly, and delve into setting up a Twitter Developer account, handling API keys, and using OAuth for authentication.
Using different hashing algorithms such as SHA-2, SHA-3 and BLAKE2 in Python using hashlib built-in module for data integrity.
Learn what is Word Error Rate (WER) metric that is widely used in Automatic Speech Recognition (ASR) and how to implement it in Python along with using third-party libraries like jiwer and evaluate.
Master IP spoofing with Python: Dive into crafting fake IP addresses to test network security. Utilize Scapy and Faker in a hands-on tutorial to send spoofed ICMP packets, complete with practical examples and step-by-step instructions.
Discover how to protect your ZIP files with a custom Python script in this tutorial. Learn to enforce strong passwords using pyzipper and safeguard your data from cyber threats. Perfect for programmers who love to DIY their security tools!
Learn how to record a specific opened window in your Windows machine using pyautogui and pygetwindow libraries in Python.
Learn how to play and record sound files using different libraries such as playsound, Pydub and PyAudio in Python.
Scraping Google weather search page to extract useful information such as current weather, temperature, next days' weather and much more in Python using requests and Beautiful Soup.
Learn how to cartoonify images using Python and OpenCV in this step-by-step tutorial. Transform regular photos into cartoon-like visuals with just a few lines of code. Perfect for beginners in computer vision.
Learn how you can build a Django website showing weather of any city in the world using OpenWeatherMap API in Python.
Learn how to use Google Custom Search Engine API to get the keyword position ranking of a specific page in Python.
Building a Wi-Fi scanner in Python using Scapy that finds and displays available nearby wireless networks and their MAC address, dBm signal, channel and encryption type.
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.
Learn how to overcome imbalance related problems by either undersampling or oversampling the dataset using different types and variants of smote in addition to the use of the Imblearn library in Python.
Learn how to perform vehicle detection, tracking and counting with YOLOv8 and DeepSORT using OpenCV library in Python.
Learn the pros and cons of Python and Javascript programming languages when it comes to web scraping.
Learn how to make a simple spreadsheet app like Excel, where cells can reference each other and make calculations using Tkinter library in Python.
Learn how to extract text as paragraphs line by line from PDF documents with the help of PyMuPDF library in Python.
Building a reverse shell in Python using sockets that can execute remote shell commands and send the results back to the server.
Learn how to build a simple dictionary application using Django web framework and PyDictionary library in Python.
Learn how to build a classic snake game using Pygame in Python. This detailed step-by-step tutorial explains how to initialize Pygame, generate food for the snake, draw game objects, update the snake's position, handle user input, and manage the game loop. Suitable for beginner to intermediate Python programmers intere
Learn how to monitor and watch your file system for events by creating a watchdog in Python with watchdog and pygtail libraries.
Discover how to create custom dummy packets using Python's Scapy library to simulate network traffic, test firewall rules, and monitor latency. This tutorial covers practical examples for TCP, ICMP, and UDP packets, with real-world applications in network performance monitoring.
Learn how to make a barcode scanner that decodes barcodes and draw them in the image using pyzbar and OpenCV libraries in Python
Learn how to build a simple text editor that opens and saves text files using Tkinter library in Python
Learn how to use the fxcmpy API in Python to perform trading operations with a demo FXCM (broker) account and learn how to do risk management using Take Profit and Stop Loss
Learn how to build a secure custom password manager using Python. This tutorial walks you through encryption, data storage, and various functionalities like adding, retrieving, and managing passwords. Elevate your online security game with some hands-on coding.
A guide to Cybersecurity beginners and enthusiasts who want to learn the Python programming language.
Learn how to make an interactive plot that shows the temperatures forecast in a given city with matplotlib and requests libraries in Python.
Learn how to build a fork bomb with os and multiprocessing modules in Python, a program that consumes the target computer's resources and potentially freezes it.
Learn how to build a web assistant application using Django framework and OpenAI's ChatGPT API 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.
Learn to build a sleek, fully-functional CRUD app using PyQt5 and SQLite3 in Python. This comprehensive tutorial takes you from setting up your database to creating a stylish user interface. Ideal for those looking to transition from Tkinter and create more customizable, native-looking GUI apps.
Learn how to create a custom Python-based Netcat tool for network debugging, file transfers, and remote command execution. Perfect for networking and cybersecurity enthusiasts, this guide provides hands-on code and practical examples.
Learn how you can clean your dataset in Python using pandas, like dealing with missing values, inconsistency, out of range and duplicate values.
Master the creation of a classic Tetris game using Pygame with this step-by-step tutorial. Learn to handle game logic, user input, and rendering while building your own customizable Tetris clone in Python.
Learn how to use Scapy library in Python to perform a TCP SYN Flooding attack, which is a form of denial of service attacks.
The article is a guide on data preprocessing with Python for machine learning, covering importing libraries, understanding data, handling missing data, data transformation, and encoding categorical data. It includes practical Python examples for each stage.
Learn what a Data Analyst is and what you should know when using Python programming language for data analysis.
Learn how to replace text in Word document files (.docx) using python-docx library in Python.
Explore different libraries for detecting natural languages such as langdetect, langid, googletrans, and language-detector in Python.
Learn how to write a port scanner in Python using sockets, starting with a simple port scanner and then diving deeper to a threaded version of a port scanner that is reliable for use.
Learn how to use the GADM API to make SVG maps of all world countries in Python.
Learning how to build a Python script to scan for subdomains of a given domain using requests library.
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 current state-of-the-art models (such as BLIP, GIT, and BLIP2) for visual question answering with huggingface transformers library in Python.
Learn how to use the visualization tool Plotly to implement and create dynamic plots and figures (such as scatters, histograms, and candlesticks) in Python.
Master Bluetooth device scanning with Python: A concise tutorial on using PyBluez for discovering and analyzing nearby Bluetooth devices, essential for cybersecurity and ethical hacking.
Learn how you can use IMAP protocol to extract, parse and read emails from outlook, aol, office 365 and other email providers as well as downloading attachments using imaplib module in Python.
Creating fake access points and fooling nearby devices by sending valid beacon frames to the air using scapy in python.
Enhance your Python games with sound effects using Pygame. This tutorial covers installing Pygame, loading sounds, and incorporating audio feedback into games like Flappy Bird.
Learn how to perform text-to-image using stable diffusion models with the help of huggingface transformers and diffusers libraries in Python.
Learn how to build a ransomware using symmetric encryption (AES algorithm) with the help of cryptography library in Python.
Learn how to build a simple chat room application that accepts multiple connected clients using built-in's sockets and threading libraries in Python.
Learn how to use Gmail API to send emails, search for emails by query, delete emails, mark emails as read or unread in Python.
Learn how to build the frontend of a CRUD application using Flask, Jinja2, Bootstrap and SQLAlchemy libraries in Python.
Learn how to use Huggingface transformers library to generate conversational responses with the pretrained DialoGPT model in Python.
Writing a simple Python script using Scapy that identifies and detects an ARP spoof attack in the network.
Learn how you to perform speech synthesis by converting text to speech both online and offline using gTTS, pyttsx3, openai or huggingface transformers libraries in Python.
Learn how to build a model that is able to detect fraudulent credit card transactions with high accuracy, recall and F1 score using Scikit-learn in Python.
Extracting HTML tables using requests and beautiful soup and then saving it as CSV file or any other format in Python.
Learn how to leverage tesseract, OpenCV, PyMuPDF and many other libraries to extract text from images in PDF files with Python
Learn how to handle one of the main data science common problems, which are imbalanced datasets, how to deal with them using SMOTE, tweaking class weights, and resampling in Python.
Learn how to extract YouTube data including video and channel details, searching by keyword or channel and extracting comments with YouTube API in Python.
Learn how to do Automatic Speech Recognition (ASR) using APIs and/or directly performing Whisper inference on Transformers in Python
Learning how to hide secret data in images using Steganography least significant bit technique in Python using OpenCV and Numpy.
Learn to crack the Affine Cipher in Python with this step-by-step guide. Explore classical cryptography, understand modular arithmetic and linear algebra in encryption, and master brute force decryption with practical Python code.