Python
Python: run functions in parallel with a multiprocessing wrapper function
PythonFunctions
Create your Browser Automation Robot with Python and Selenium
PythonSeleniumProgramming
Pandas and Multiprocessing: How to create dataframes in a parallel way
Scenario: Read a large number of XLS files with pandas convert them to dataframes and concat them to a single dataframe.
PythonPandasDataframe
WhatsApp Bot for Auto Replying & Sending Images via Python and Selenium
PythonWhatsAppSelenium
From API to Pandas—Getting JSON Data With Python
A working example of getting JSON data from an API to a Pandas DataFrame in Python with Google Colab and Open Data DC.
PythonData-scienceData-analysis
Bypassing CAPTCHAs Using Python
Bypassing Google's v2 reCAPTCHA using Python requests library and Selenium
PythonCaptchaSelenium
How to create an ETL pipeline in Python with Airflow
PythonAirflowEtl
Making Plots with Pandas groupby
A series of example code and plots using Pandas groupby method.
PythonPandasData science
Technical | How to Recover a Deleted/Overwritten Python File?
PythonFile recoveryProgramming
Fischer's Linear Discriminant Analysis in Python From Scratch
Learn about Fisher's LDA and implement it from scratch in Python.
Machine LearningPythonLinear Algebra