
Wed Feb 17 2021
Python if..else Statement
In this article, we will go over the basics of the if statement in Python.
Read more

Fri Jan 29 2021
How to Install Python 3.9 on Debian 10
In this article, we'll show you how to install Python 3.9 on Debian 10.

Mon Jan 18 2021
Python Tuples
This article will walk you through the basics of Python tuples. Tuples are similar to lists, with the main difference being that the lists are mutable while the tuples are immutable.

Thu Dec 10 2020
How to Split a String in Python
When working with strings, one of the everyday operations is to split a string into an array of substrings using a given delimiter.
Wed Nov 25 2020
How to Convert Integer into String in Python

Wed Nov 25 2020
How to Convert String into Integer in Python

Sat Nov 21 2020
How to Install Flask on Ubuntu 20.04

Sun Nov 15 2020
How to Install Python 3.9 on Ubuntu 20.04

Thu Nov 05 2020
Python while Loop

Mon Nov 02 2020
Install Odoo 14 on CentOS 8
