Category: tutorial
Technical articles.
Install Python on Fedora 43
Fedora 43 ships with Python 3.14 by default. In this guide I will teach you how to install Python 3.10 and 3.12 on Fedora 43 step-by-step. Step 1: Update Fedora
Read MoreHow to install Python with pyenv on Fedora 43
In this tutorial you will learn how to install Python with pyenv on Fedora 43, switch between multiple Python versions and use pyenv with virtual environments step-by-step. Introduction to pyenv
Read MoreFix Yandex data_raw extraction error in yt-dlp
This tutorial teaches you how to fix Yandex data_raw extraction error in yt-dlp step by step. Currently, yt-dlp fails to extract raw data from Yandex video previews due to recent
Read MoreHow to install Jupyter Notebook on Ubuntu 24.04 LTS (Local setup for Python beginners)
This tutorial teaches you how to install and set up Jupyter Notebook on Ubuntu 24.04 LTS. We will go through beginner-friendly steps for a local setup and by the end
Read MoreHow to search a package on Ubuntu
Introduction Learning how to search a package on Ubuntu is crucial in finding and installing new packages. Before installing a package on Ubuntu it’s useful to have some information on
Read MoreHow 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 MorePuzzles 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 MorePython 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 MoreHow 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