Python


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

How to Properly Lint Your SQL Code Using sqlfluff

Meet sqlfluff — a simple tool to automate and harmonize the SQL formatting and styling.

pythonsqlsqlfluff

Union Find — Data Structure in Python

python3datapython

List & Download Files from SharePoint Using Python

Download files from MS SharePoint using Office365 Python SDK

pythonsharepointoffice365

Build Your First Guessing Game with Python

A step-by-step guide on building the Hangman game using Python.

pythongame-development

Python Traceroute with a Visualization like in the ‘Hacker Movie Scene’

Traceroute is a tool for checking where is your packet/traffic is routed on the internet. This thing is a wonderful for troubleshooting the network. Honestly this article and python program made by…

traceroutepython