Monthly Archives: October 2021
Day 2 of #10dayofpythondatatypes – Python List

The list is one of the most widely used data types in Python. And it’s formed(or created) by placing all the items (elements) inside square brackets [ ], separated by commas.
It can have any number of items and they may or may not be of different types (integer, float, string, etc.).
A list is MUTABLE, which suggests we can modify the list after it’s been created unlike tuple. We will learn more on Tuple by Tommorrow.
Day 1 of #10dayofpythondatatypes – Numeric

Data types are an essential concept in the python programming language. In Python, every value has its own data type.
The classification of data items or to put the data value into some sort of data category is called Data Types. It helps to understand what kind of operations can be performed on a value.
In the Python Programming Language, everything is an object. Data types in Python represents the classes or strata of the said data.
Sophia, the first android with citizenship, now wants to have a robot baby

Sophia’s Artificial Intelligence is so sensitive that it has awakened the desire to start a family and be the ‘mother’ of a robot baby named after her.
Web Evolution from 1.0 to 3.0

World Wide Web is the primary tool used by billions of people to share, read, and write information to interact with other people via internet. World Wide Web made much progress since its advent, in this article I will be sharing a brief idea of the evolution happened in web from web 1.0 to 2.0 and to web 3.0.