TheTechWorld
-
Power of Cloud
Enterprises are now moving towards the cloud! There has no better way of moving towards cloud than now! With most companies trying to save their cost of creating an infrastructure, cloud is now their helping hand! With more companies across the world moving towards cloud, the demand for people working in cloud has increased exponentially! Continue reading
-
The Mistakes #Python
Python is the one language that has taken the world by storm! There is no denying in that, there are multiple organizations across the world choosing Python over other data analytics languages. When I started working on Python, like any other start, there were multiple mistakes that I made, and in this post, will be Continue reading
-
Signal Processing and Time Series
The post has been created using the Python Data Analysis book and the blog on Python found in Google and Youtube. Signal Processing Signal Processing is a field of engineering and applied mathematics that analyzes analog and digital signals, corresponding to variables that vary with time. Now, let us delve a little bit more into Continue reading
-
Mutables Vs Immutables
Python has a varied set of data structures that it comes with. However, all of them get classified into two – Mutable Data Types Immutable Data Types In this blog, we will be understanding what is the difference between mutable and immutable data types. But, before we delve deeper into the meaning of both, it Continue reading
-
Map Reduce Joins
There is a huge amount of data that is present around the world! It is being created and we need to analyze it for sure. To do that, the normal functioning happen as well! So, there are going to be joins, indexes and so much more! In Hadoop, when joining two or more data sets Continue reading
