PYTHON


2024-04-25

Linkedin Profile Scraper Using Python, Company Name, Job Title

Walk through how to use Easy2Digital API of Linkedin profile scraper and very simple Python lines to scrape the Linkedin profile links.

2024-03-13

Stock Daily Pricing Visualization Using yFinance, mplfinance

In this article, I would walk you through how to visualize ticker stock daily pricing and volume using yFinance, mplfinance and Pandas

2024-03-12

Stock Portfolio Trend Visualization Using Python, matplotlib

Previously I shared the way to visualise daily pricing in a candle type data format, here I would walk through how to visualise a collection of stock portfolio in a time series data format.

2024-03-12

Tips for Data Preprocessing Using Python and Scikit Learn

1 plus 2 critical data preprocessing steps using Python, Scikit Learn. You can start working out on machine learning, data analysis project

2024-03-12

Build a Pricing Prediction Model Using Python, Scikit learn, Linear

In this piece, I would walk you through brieflyf how to predict a variant pricing based on having considered multiple variables that might be correlated to the pricing change. By the end of this piece

2024-03-12

Price Prediction: Ticker & NASDAQ Price Correlation Using Python

Determination is likely being affected by one variant to one variable, or one variant to multiple variables. Machine makes decision based on maths. So in this article, I would walk through how to gene

2024-03-11

Build a WordCloud Visual Using Python and Keyword Extractor API

WordCloud is the most popular visualization format to present the most frequent keywords from a specific object. It’s helpful on machine learning, SEO, and social sentiment dataset generation. In this