Skip to content

Python

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

How to determine if a coordinate locates within any distance from a reference point such as center of city – Python

Simple code project in Python GIS tutorial Use-Case:  I wanted to create consistency and customization in how geographical units such as city is defined in my data. I have a set of observation with their address coordinates within different cities… Read More »How to determine if a coordinate locates within any distance from a reference point such as center of city – Python

A fast and simple way to slice spreadsheets data from Google Sheets or Excel – good solution for large data & non-technical professionals

Slide or filter an extract or subset of spreadsheet data using a simple and quick way for non-technical professionals – Using Excel or Google Sheets and python in google colab environment. No deep knowledge on coding or python required. No… Read More »A fast and simple way to slice spreadsheets data from Google Sheets or Excel – good solution for large data & non-technical professionals