Skip to content

October 2022

Keep up with news in my community with an easy but rewarding Python project | RSS Feed Crawler

Automating scraping and storage of RSS feed from News articles in Python using Beautifulsoup package Use-case: News and news articles can be overwhelming and hard to structure, specially when we are dealing with complex or multi-dimensional domains or communities that… Read More »Keep up with news in my community with an easy but rewarding Python project | RSS Feed Crawler

Step-by-step Data Table Merging or Cross Referencing Tutorial for Beginners – covering all types of merges

Particular useful for non-technical professionals or beginners. What are different types of marges for data tables and how we can apply them on any data tables or sheets, for example on excel or google sheets files Use-case: A tutorial for… Read More »Step-by-step Data Table Merging or Cross Referencing Tutorial for Beginners – covering all types of merges

Set up Random Data for Regression using Data Simulation in order to Run Regression in Two Ways in Python

Use-case: The relation and difference between sample mean regression coefficients in linear data models Use-case: How to generate random data for linear regression in python. This is a python tutorial to set up or generate random sample data or simulated… Read More »Set up Random Data for Regression using Data Simulation in order to Run Regression in Two Ways in Python

Parsing Address strings in Python: structure address text data in python

Getting structured address components (Street name, street number, street direction, city, state/province, etc.) from unstructured text examples of using ez_address_parser and usaddress packages Use-case: Let’s say we want to extract consistent and structured address information from raw text or from… Read More »Parsing Address strings in Python: structure address text data in python

Reverse Geocoding: Find city names from latitude and longitude coordinates

– cross reference and apply shapefile polygons on coordinates in data – Python/GIS | Geopandas & shapley Use-case: Applying reverse-geocoding free of charge using an appropriate shapefile (including polygons data) in Python. Let’s say you have some geographical coordinates in… Read More »Reverse Geocoding: Find city names from latitude and longitude coordinates