Skip to main content

Python

Python installation, virtual environments, package tools, and scripting workflows on Linux.

Jun 21, 2026 5 min read

How to Install pip on Debian 11, 12, and 13

Jun 20, 2026 5 min read

pip vs apt: Installing Python Packages on Linux

Jun 20, 2026 4 min read

How to Install Python Pip on Ubuntu

Jun 15, 2026 10 min read

Python Tuples: Create, Access, Slice, and Unpack

May 9, 2026 9 min read

How to Install and Use uv: Fast Python Package Manager

May 7, 2026 7 min read

How to Install Python on Ubuntu 26.04

May 7, 2026 7 min read

How to Install Python on Ubuntu 24.04

Apr 30, 2026 9 min read

Python venv: How to Create and Use Virtual Environments

Apr 28, 2026 4 min read

How to Convert Strings to Integers in Python

Apr 17, 2026 5 min read

How to Run a Python Script in Linux

Mar 14, 2026 7 min read

Python if, elif, and else Statements

Mar 14, 2026 4 min read

Python f-Strings: String Formatting in Python 3

Mar 10, 2026 5 min read

How to Check Python Version

Feb 27, 2026 5 min read

How to Get and Change the Current Working Directory in Python

Feb 5, 2026 6 min read

Python Switch Case Statement (match-case)

Jan 26, 2026 5 min read

Python Dictionary: How to Create, Access, and Modify

Mar 26, 2024 5 min read

Python Syntax