Press "Enter" to skip to content

Posts published in April 2021

IS IT GOOD TO BE COMPETITIVE AT WORK?

Zigya Academy 0

Whether being competitive is good or bad at the workplace? In all honestly, there is no specific answer to that questions. Then, how do you know? The answer lies in…

Python Function

Zigya Acadmey 0

What is a Function? OK, here goes. A function performs a specific operation on its arguments and produces a predictable output. Huh, not much simpler, and definitely not as precise (or as…

Python Dictionary

Zigya Acadmey 0

The Python programming language natively implements a number of data structures. Lists, tuples, sets, dictionaries are but some of them. We will be looking at the dictionary data type in…

Python Tuple

Zigya Acadmey 0

Tuples are an ordered sequences of items, just like lists. The main difference between tuples and lists is that tuples cannot be changed (immutable) unlike lists which can (mutable). #…

Python string manipulation

Zigya Acadmey 0

Here’s what you’ll learn in this article: Python provides a rich set of operators, functions, and methods for working with strings. When you are finished with this tutorial, you will know…

HOW TO PRACTICE EMPATHY?

Zigya Academy 0

The world is moving in a whole new direction, where people seem to be busy all the way round. But deep down inside, they are living a detached life in…

WHAT IS MORAL INTEGRITY?

Zigya Academy 0

What would you do in this situation? There was an important company file that you mistakenly permanently deleted from the system. Although, you tried to revive it but to no…

A Step-by-Step Guide to Become a Data Scientist in 2021

Zigya Academy 0

Data science is becoming a hot topic of discussion around the world. Data science is a technology that uses mathematics, probabilities, statistical analysis, algorithms to process data into various buckets…

What is Python?

Zigya Acadmey 0

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built-in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application…

Python Database

Zigya Acadmey 0

Databases are critical for storing and processing data even if you consider a powerful programming language like Python. Ever wondered where does this whole large set of data is stored…