Audvik Labs

Data Analytics vs Data Science

● Data Analytics vs Data Science In such a faced-paced world, it’s not surprising we sometimes confuse certain technical terms, especially when they evolve at such dizzying speeds and new scientific fields seem to emerge overnight. That’s why in the world of big data, which involves working with enormous and complicated amounts of information, some

Debugging in Python

● Tricks for easier debugging in python Bugs and debugging are part of the daily lives of programmers. Therefore, to learn some useful debugging techniques is an important task for every developer. ● Why is debugging important? There are bugs in every modest sized or larger application. Every developer has to learn how to debug

Cloud Cost Optimization

Cloud cost optimization is finding ways to run applications in the cloud, performing work or providing value to the business, at the lowest possible cost, and using cloud providers as cost-efficiently as possible. Optimization as a practice ranges from simple business management to complex scientific and engineering areas like operations research, decision science and analytics,

Azure Pipelines

Introduction Azure Pipeline is an automated set of processes that helps developers to compile, build, and deploy codes on other computation platforms. It is a continuous delivery tool similar to open source Jenkins or CodeShip. The sole goal of this pipeline is that there is no manual intervention, all the changes are automatically executed in the project. Whenever

Setting Up And Using Puppet

Introduction Puppet is a configuration management tool that simplifies system administration. Puppet uses a client/server model in which your managed nodes, running a process called the Puppet agent, talk to and pull down configuration profiles from a Puppet master. Puppet deployments can range from small groups of servers up to enterprise-level operations.  Puppet, from Puppet Labs, is a

Streamlit And It’s Uses

Introduction Data Science is one of the most trending search topics on google these days. Because of its high demand and exhaustive usage in real-world applications, more and more developers in the community are developing new frameworks and libraries that help data scientists and researchers complete everyday tasks. One such library is streamlit. With streamlit,

How To Manage Python Projects With ‘pipenv’

Pipenv rolls the management of Python virtual environments and Python packages into a single tool. Pipenv ensures that each project uses the correct version of each package it needs, and that each of those packages has the correct dependencies as well. Further, Pipenv generates a list of your project’s dependencies that can travel with it, allowing

Machine Learning as a Service

Machine learning, one of the spearheads of artificial intelligence, opens unimaginable perspectives in the current digital era. Within the context of the great data, it is bringing great advances in the most different areas, in a sum and continues what does not seem to have an end. As machine learning takes precedence over other technologies,

Artificial Intelligence vs Machine Learning vs Deep Learning

Artificial intelligence (AI), machine learning and deep learning arethree terms often used interchangeably to describe software that behavesintelligently. However, it is useful to understand the key distinctions amongthem. Machine learning can lead to avariety of automated tasks. It affects virtually every industry — from ITsecurity malware search, to weather forecasting, to stockbrokers looking foroptimal trades. Machine learning

Installing Maven on Mac OS

How to install Maven on Mac OS Maven requires Java to execute. So we will have to first install Java and then maven into our Mac OS. 1. Installing Java on Mac We will install OpenJDK in our Mac OS. It’s free and you don’t have to worry about licensing that comes with Oracle JDK