PYTHON FUNCTIONS AND DECORATORS

Python Decorator Python Decorator is a relative change that you do in Python syntax to adjust the functions quickly. Any sufficiently generic functionality you can “tack on” to an existing class or function’s behavior makes a great use case for decoration. This includes: logging, enforcing access control and authentication, instrumentation and timing functions, rate-limiting, caching; … Continue reading PYTHON FUNCTIONS AND DECORATORS

BUILT-IN TYPES IN PYTHON

Here is the list of most commonly used built-in types that Python supports: Immutable Built-in Datatypes NUMBERS : Python supports integers, floats and complex numbers. An integer is a number without decimal point for example 5, 6, 10 etc. A float is a number with decimal point for example 6.7, 6.0, 10.99 etc. A complex number has a real and imaginary … Continue reading BUILT-IN TYPES IN PYTHON

PASS STATEMENT

What is the statement that can be used in Python if the program requires no action but requires it syntactically? The pass statement is a null operation. Nothing happens when it executes. You should use “pass” keyword in lowercase. If you write “Pass”, you’ll face an error like NameError: name Pass is not defined. Python … Continue reading PASS STATEMENT

WHAT IS PYTHON? WHAT ARE THE BENEFITS OF USING IT?

Python is among the fastest growing programming language today. There are more and more developers exploring python than ever before. Some of the python functionalities are brillant. It is one of the most successful interpreted language. When you write a python script, it doesn’t need to get compiled before execution. Few other interpreted languages are … Continue reading WHAT IS PYTHON? WHAT ARE THE BENEFITS OF USING IT?

MACHINE LEARNING- BEGINNERS

Human civilization since the stone age has been evolving with the adaptations that they are put in. They constantly learn from the people around them and also the conditions they analyze. In the machine era, what if a machine can learn to predict the outcomes by itself, without any kind of explicit interference and predict … Continue reading MACHINE LEARNING- BEGINNERS

Online Learning

Learning is an ongoing process. We should never stop learning new things. Once we stop learning, we stop our overall progress. Thus, learning is important for everyone. Learning new things depending on our hobbies keep us busy, educated and motivated. Learning can never harm us. There is always gain and no pain. When I was … Continue reading Online Learning

What Depression Really look like? How You can Help a Depressed Friend or Loved One

Depression is a complex mental health challenge, and this complexity leads to myths and misunderstandings that can downplay its severity and make it more difficult for people struggling with it to get help. People who are depressed don’t always show it, and it can affect men and women differently, making it easy to miss important … Continue reading What Depression Really look like? How You can Help a Depressed Friend or Loved One

THE PARADOX

The distinction between past, present and future is only stubbornly persistent illusion.                                      – Albert Einstein We trust that time is linear that it proceeds eternally, uniformly into infinty. But the distinction between the past, present and the future is nothing but an illusion. Yesterday, today and tomorrow are not consecutive. They are connected in a … Continue reading THE PARADOX

COVID-19 Fallout

When I looked at the stats for countries being hit with this pandemic, it struck me as surprising that the number of cases/deaths due to COVID-19, in some places, did not correlate proportionately with the level of population. It would be easy to assume hygiene levels and santization practices might be lower in underdeveloped countries, … Continue reading COVID-19 Fallout

Design a site like this with WordPress.com
Get started