Month December 2022

Numerical data types in Python

numerical data types

In this article, we will be learning how to work with numerical data types in Python. Like every other programming language, python provides support for working with different types of numerical data types including integers, floats and complex numbers. Numerical…

Dates and times – Python Datetime

Python Datetime

The standard installation comes with the Python datetime module that allows you to work with dates and times. This module is shipped with classes that enable you to manipulate dates and times, including: