Python


Web Scraping Images with Python and Selenium

How to scrape and capture images on websites.

Web scrapingPythonSelenium

Plot Stock Chart Using mplfinance in Python

An introductory guide to plot a candlestick chart along with volume, MACD & stochastic using mplfinance.

MplfinancePythonData Analysis

Simple Way to Extract Images From DOCX Files Using Python

A guide to creating a straightforward and short program that could extract images from a picture.

PythonLife hackEffectiveness

Boost Your Stock Analysis With These 2 Financial Charts in Python

Let's explore these insightful plots with Mplfinance, a true hidden gem Matplotlib module.

PythonPlotlyStock analysis

Python String Data Types: An Introduction

Exploring the basics of Python string data type along with code examples.

PythonPython StringPython String Data Types

Excel Style Conditional Formatting in Pandas

How to make your pandas tables more colorful and your data more intuitively readable

ExcelPandasPython

Interactive Visualizations with Pandas, Seaborn and Ipywidgets

Create dynamic charts, save a ton of time.

PythonPandasSeaborn

Create a Network Graph in Python

Implementation of Network Graphs in Python

PythonNetworkxGraph

Install Python on a Locked-Down PC Without Local Admin

Even if you don't have local admin or if you are not able to run installers to install software on your PC, you can still use Python.

PythonInstalling pythonDesktop

Create a Sankey Diagram in Python

Visualize Your Process Data with Sankey Diagram

PythonSankeyData-visualization