Python
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
Filtering Rows and Columns in Pandas Python — techniques you must know
PythonPandasData Analysis
Pi Diary: Making My Own “RC Car” using Raspberry Pi
Turns out buying one is cheaper. But hey it's the satisfaction!
Raspberry piPythonProgramming
Implementing Flask login with hash password
A concise post that helps improve your authentication system
FlaskPythonPassword
Scraping Tweets with Tweepy Python
This is a step by step guide to scrape Twitter tweets using a Python library called Tweepy.
Web scrapingData miningPython