How to run Python from CMD in Windows 10

Introduction To run Python from CMD in Windows it’s required to add it’s absolute location to the PATH environment variable. The PATH environment variable holds location of directories to look

Read More

Puzzles to improve Python

After coding in Python for some time, I find programming puzzles to be an exciting way to keep my brain in shape and, most importantly, improve my coding skills. Having

Read More

Python script to delete Facebook photos with Selenium

Introduction This tutorial teaches you to write a Python script to delete Facebook photos with Selenium. In the beginning, the script logs into your Facebook account. Then it scrolls through

Read More

How to install Jupyter in Windows 10

Introduction to Jupyter Notebook This tutorial teaches you how to install Jupyter Notebook in Windows 10. Organize your Python workflow on the web with Jupyter Notebook. It supports: You can

Read More