Learn how to use Scikit-Learn library in Python to perform feature selection with SelectKBest, random forest algorithm and recursive feature elimination (RFE).
Learn what daemon threads are with toy examples as well as real world examples and how to set daemon threads in Python
Learn how to get started with programming hardware in Python by viewing the broad overview of the skills and processes needed to pair Python with hardware.
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 use mitmproxy framework to build HTTP proxies using Python
Learn how to use HuggingFace transformers library to fine tune BERT and other transformer models for text classification task in Python.
Your guide for starting learning Python with a MacBook, making sure that Mac is performing optimally, installing Python on Mac and picking the best editor for your learning journey.
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 use Keystone engine, Capstone engine and Unicorn engine to assemble, disassemble and emulate machine code (ARM, x86-64 and more) in Python
Learn how to compute and detect SIFT features for feature matching and more using OpenCV library in Python.