Python Crawling & Data Mining
Author

Python Crawling & Data Mining

Life's short, I code in Python. This channel shares Python web crawling, data mining, analysis, processing, visualization, automated testing, DevOps, big data, AI, cloud computing, machine learning tools, resources, news, technical articles, tutorial videos and learning materials. Join us!

1.5k
Articles
0
Likes
506
Views
0
Comments
Recent Articles

Latest from Python Crawling & Data Mining

100 recent articles max
Python Crawling & Data Mining
Python Crawling & Data Mining
May 1, 2025 · Information Security

Master Frida Hooking: Advanced Android Reverse‑Engineering Techniques

This comprehensive tutorial walks through using Frida to hook Android applications, covering official API references, loading APKs, hooking normal and static methods, modifying parameters and return values, handling constructors, inner and anonymous classes, enumerating loaded classes and methods, dynamic dex loading, selective hooking, and practical examples such as programmatically clicking a login button, all illustrated with clear code snippets and explanations.

AndroidFridaHooking
0 likes · 18 min read
Master Frida Hooking: Advanced Android Reverse‑Engineering Techniques
Python Crawling & Data Mining
Python Crawling & Data Mining
Apr 30, 2025 · Fundamentals

How to Plot Multiple Gamma Distributions in Python with Matplotlib – A Step‑by‑Step Guide

This article walks through a common Python matplotlib visualization issue, showing how to read parameter data, generate multiple gamma distribution curves, add labels and legends, and produce polished plots, with complete code examples and explanations to help readers replicate the solution.

Data VisualizationGamma DistributionMatplotlib
0 likes · 5 min read
How to Plot Multiple Gamma Distributions in Python with Matplotlib – A Step‑by‑Step Guide
Python Crawling & Data Mining
Python Crawling & Data Mining
Apr 26, 2025 · Information Security

Master Frida: Step-by-Step Guide to Hook Android Apps with Python

This tutorial walks you through setting up a Python virtual environment, installing Frida and frida‑server on a rooted Android device, configuring the server, verifying the connection, and writing JavaScript hooks to intercept login functions, complete with code snippets, command examples, and troubleshooting tips.

AndroidFridaHooking
0 likes · 11 min read
Master Frida: Step-by-Step Guide to Hook Android Apps with Python
Python Crawling & Data Mining
Python Crawling & Data Mining
Apr 25, 2025 · Fundamentals

How AI Is Redefining Data Analyst Skills and What You Must Learn

The article explains how AI tools like DeepSeek lower data‑analysis barriers, outlines the new CDA curriculum with three skill levels, describes essential business‑analysis abilities—from status visualization to attribution and quantitative strategy—and highlights the updated textbooks designed to boost professionals' competitiveness in the AI era.

AI toolsBusiness AnalyticsCDA Curriculum
0 likes · 9 min read
How AI Is Redefining Data Analyst Skills and What You Must Learn
Python Crawling & Data Mining
Python Crawling & Data Mining
Apr 18, 2025 · Information Security

Master Android Encryption: From MD5 to RSA with Java Code

This tutorial explains why encryption matters in Android reverse engineering, distinguishes standard and custom algorithms, lists common hash, symmetric, and asymmetric methods, and provides complete Java code examples for Hex, Base64, MD5, SHA‑1, MAC, DES, 3DES, AES, and RSA, all runnable in Android Studio.

Hashasymmetriccryptography
0 likes · 20 min read
Master Android Encryption: From MD5 to RSA with Java Code