CDMA in the optical domain is termed as OCDMA ,i.e; it is a technology which supports multiple simultaneous transmission in th...
Saturday, July 25, 2020
Tuesday, January 21, 2020
How to Insert/embed values in a String
Gregory
January 21, 2020
In this section, we will be discussing the way we can insert or embed any value in a string. This will be used for name specific automat...
Sunday, January 19, 2020
VARIABLES IN PYTHON
Gregory
January 19, 2020
VARIABLES IN PYTHON Variables, in other words, is a LABEL. We can assign anything with a label can call as a variable. Let say we are a...
Saturday, January 18, 2020
BASIC PYTHON OPERATORS
Gregory
January 18, 2020
BASIC MATH CALCULATION with PYTHON. ( BASIC PYTHON OPERATORS) The best way to start the python is by learning basic functionality. Here ...