Cloud Business Hub

  • Home
  • Docs
    • Team
    • Articles
  • About
  • Contact
  • Privacy Policy
  1. Home
  2. Articles

Introduction to Python

  • Francis Ndungu
  • Jan. 1, 2025

This guide provides an overview of Python, its history, features, and uses.

Read More

How to Use Python Data Types

  • Francis Ndungu
  • Feb. 13, 2025

This guide walks you through the most common Python data types and how to use them when coding applications.

Read More

How to Use Python String Data Type

  • Francis Ndungu
  • Feb. 13, 2025

This guide shows you how to use the Python `str` data type.

Read More

How to Use Python Integer Data Type

  • Francis Ndungu
  • Feb. 13, 2025

This guide shows you how to use the Python `int` data type.

Read More

How to Use Python Float Data Type

  • Francis Ndungu
  • Feb. 13, 2025

This guide shows you how to use the Python `float` data type.

Read More

How to Use Python Boolean Data Type

  • Francis Ndungu
  • Feb. 13, 2025

This guide shows you how to use the Python boolean data type.

Read More

How to Use Python List Data Type

  • Francis Ndungu
  • Feb. 13, 2025

This guide shows you how to use the Python list data type.

Read More

How to Use Python Dictionary Data Type

  • Francis Ndungu
  • Feb. 13, 2025

his guide shows you how to use the Python `dictionary` data type.

Read More

How to Use Python Tuple Data Type

  • Francis Ndungu
  • Feb. 13, 2025

This guide shows you how to use the Python tuple data type.

Read More

How to Use Python Set Data Type

  • Francis Ndungu
  • Feb. 13, 2025

This guide shows you how to use the Python `set` data type.

Read More

How to Use Python None Data Type

  • Francis Ndungu
  • Feb. 13, 2025

This guide shows you how to use the Python `None` data type.

Read More

How to Use Python If Statement

  • Francis Ndungu
  • Feb. 28, 2025

This guide shows you how to use the Python `if` statement.

Read More

How to Use Python If Else Statement

  • Francis Ndungu
  • Feb. 28, 2025

This guide shows you how to use the Python `If Else` statement

Read More

How to Use Python If Elif Else Statement

  • Francis Ndungu
  • Feb. 28, 2025

This guide shows you how to use the Python `if elif else` statement.

Read More

How to Use Python For Loops

  • Francis Ndungu
  • Feb. 28, 2025

This guide shows you how to use Python `for` loops.

Read More

How to Use Python While Loop

  • Francis Ndungu
  • Feb. 28, 2025

This guide shows you how to use Python `while` loops effectively.

Read More

How to Use the Python Break Statement

  • Francis Ndungu
  • Feb. 28, 2025

This guide explains how to use the Python `break` statement.

Read More

How to Use the Python Continue Statement

  • Francis Ndungu
  • Feb. 28, 2025

This guide explains how to use the Python `continue` statement.

Read More

How to Use Python And Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `and` operator.

Read More

How to Use Python Or Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `or` operator.

Read More

How to Use Python Not Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `not` operator.

Read More

How to Use Python In Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `in` operator.

Read More

How to Use Python Not In Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `not in` operator.

Read More

How to Use Python Equal (==) to Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `==` operator.

Read More

How to Use Python Not Equal (!=) Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `==` operator.

Read More

How to Use Python Less Than (<) Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `<` operator.

Read More

How to Use Python Greater Than (>) Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `>` operator.

Read More

How to Use Python Less Than or Equal To (<=) Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `<=` operator.

Read More

How to Use Python Greater Than or Equal To (>=) Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python `>=` operator.

Read More

How to Use Python Addition (+) Operator

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python addition operator (`+`).

Read More

How to Use Python Subtraction Operator (-)

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python subtraction operator (`-`).

Read More

How to Use Python Division Operator (/)

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python division operator (`/`).

Read More

How to Use Python Multiplication Operator (*)

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python multiplication operator (`*`).

Read More

How to Use Python Modulus Operator (%)

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use the Python modulus operator (`%`).

Read More

How to Use Python Parentheses Operator ()

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use parentheses `()` in Python arithmetic operations.

Read More

How to Handle User Input in Python

  • Francis Ndungu
  • March 1, 2025

This guide explains how to handle user input in Python.

Read More

How to Create Files in Python

  • Francis Ndungu
  • March 1, 2025

This guide explains how to create files in Python.

Read More

How to Read Files in Python

  • Francis Ndungu
  • March 1, 2025

This guide explains how to read files in Python.

Read More

How to Use PostgreSQL Database with Python

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use PostgreSQL database with Python.

Read More

How to Use MySQL Database with Python

  • Francis Ndungu
  • March 1, 2025

This guide explains how to use MySQL database with Python.

Read More

How to Install Python on Ubuntu 24.04

  • Francis Ndungu
  • March 2, 2025

This guide explains how to install Python on Ubuntu 24.04 using the Deadsnakes PPA.

Read More

How to Install Python on Ubuntu 22.04

  • Francis Ndungu
  • March 2, 2025

This guide details the steps to install Python on Ubuntu 22.04.

Read More

How to Install Python on Rocky Linux 9

  • Francis Ndungu
  • March 2, 2025

This guide shows you how to install Python on Rocky Linux 9.

Read More

How to Use Python String Literals

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use Python string literals.

Read More

How to Use Python Escape Sequences

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use Python escape sequences.

Read More

How to Use Python String Indexing

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use Python string indexing.

Read More

How to Use Python String Slicing

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use Python string slicing

Read More

How to Use Python String Formatting

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use Python string formatting.

Read More

How to Use Python String Concatenation

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use Python string concatenation.

Read More

How to Use Python Lower Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the Python `str.lower()` function.

Read More

How to Use Python Upper Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the `str.upper()` function.

Read More

How to Use Python Strip Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the Python str.strip() function.

Read More

How to Use Python Replace Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the Python `str.replace()` function.

Read More

How to Use Python Split Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the `str.split()` function.

Read More

How to Use Python Join Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the Python str.join() function.

Read More

How to Use Python Find Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the Python str.find() function.

Read More

How to Use Python Startswith Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the str.startswith() function.

Read More

How to Use Python Endswith Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the str.endswith() function.

Read More

How to Use Python Isalpha Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the Python str.isalpha() function.

Read More

How to Use Python Len Function

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the Python len() function.

Read More

How to Use Python Datetime Object

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to use the Python datetime object.

Read More

How to Work with Time Zones in Python

  • Francis Ndungu
  • March 3, 2025

This guide shows you how to work with time zones in Python.

Read More

How to Perform Date Arithmetic in Python

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to perform date arithmetic in Python.

Read More

How to Use User-defined Functions in Python

  • Francis Ndungu
  • March 4, 2025

This guide explains how to use user-defined functions in Python.

Read More

How to Use Lambda Functions in Python

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to use lambda functions in Python.

Read More

How to Use Decorators in Python Functions

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to use decorators in Python functions.

Read More

How to Use Recursion in Python Functions

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to use recursion in Python functions.

Read More

How to Use Python Built-in Functions

  • Francis Ndungu
  • March 4, 2025

This guide explains the most common built-in functions

Read More

How to Use Python Classes

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to use Python classes.

Read More

How to Use Inheritance in Python

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to use inheritance in Python.

Read More

How to Handle Exceptions in Python

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to handle exceptions in Python.

Read More

How to Use Python Custom Exceptions

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to use custom exceptions in Python.

Read More

How to Use Python Built-in Web Server

  • Francis Ndungu
  • March 4, 2025

This guide shows you how to use the Python http.server module.

Read More

How to Use Python Requests Library

  • Francis Ndungu
  • March 4, 2025

This guide covers the basics of the Python requests library.

Read More

How to Use Python Markdown Library

  • Francis Ndungu
  • March 6, 2025

This guide shows you how to use the Python Markdown library to render Markdown content as HTML.

Read More

How to Install pgAdmin4 on Ubuntu 24.04 Using Gunicorn and Nginx

  • Francis Ndungu
  • Sept. 4, 2025

This guide shows you how to install pgAdmin4 on Ubuntu 24.04 using a virtual environment, Gunicorn, and Nginx — ideal for developers and sysadmins who want full control over their deployment.

Read More
Cloud Business Hub

Email: info[@]cloudbusinesshub.com

Useful Links

  • Home
  • Team
  • About
  • Contact
  • Privacy Policy

Our Services

  • Content Marketing
  • Products Documentation
  • Guest Posts

Email Us

Send us your feedbacks and suggestions

© Copyright 2025 All Rights Reserved