DevOps | Cloud | Analytics | Open Source | Programming





How To Fix Python Error - UnicodeEncodeError: ascii codec cant encode character

This is a very common error


UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe0' in position x

How To Fix - Indentation Errors in Python

In this post , we will see How to Fix Various Indentation Errors in Python. Spacing is important in Python since the coding is dependent of the place or line where a code block starts or ends. Hence Indentation is crucial in Python coding.

Free Google Datasets for Analytics NLP & AI

Free Google Datasets for Analytics , NLP & AI ! Google recently open sourced TWO datasets which are primarily useful for NLP or Natural Language Processing , Analytics or AI research oriented.They can be aptly used for NLP analytics use cases.

Free Platform To Practice Big Data

There are quite a few Free Platform To Practice Big Data. Good thing is - Both Cloud and Desktop set-ups are available if you really want to Get a good hands-on. Below is a Comprehensive list of some of the Practice options you can consider -

How To Handle Garbage Collection in Spark Streaming

In this post we will try to understand How To Handle Garbage Collection in Spark Streaming. Garbage Collection in Spark Streaming is a crucial point of concern in Spark Streaming since it runs in streams or micro batches.

Stream processing can stressfully impact the standard Java JVM garbage collection due to the high number of objects processed during the run-time. This more often than not causes frequent pauses and thereby increase the latency of the real-time applications.

GCP Google Cloud CLI - gcloud commands

The GCP Google Cloud CLI - gcloud commands or gcloud cli or command-line tool is used to create and manage various Google cloud components.

Google Announces Kubernetes Alpha in Cloud Dataproc

Google recently announced Kubernetes Alpha release in Cloud Dataproc. Google Cloud Dataproc is a Cloud based Big Data product with Hadoop and Spark open source big data software. Kubernetes is another Open source , originally by Google Team, is growing as Big Data Cluster Manager as well as a Helping hand to manage and deploy Microservice or Cloud-Native Computing.

How To Make Your Laptop or Desktop A Public Server (NGROK) ?

Ngrok is a Fantastic software to quickly test your own builds or programs or chatbot on public Url without actually buying a Public url . Once installed , NGROK facilitates by providing you a Public URL ABSOLUTELY FREE . And you can use that -

How to Build & Run Spark Cassandra Application

This post explains - How to Build & Run Spark Cassandra Application. You can get the Spark Cassandra Sample Code from my this post. Please follow the step by step process to create and execute your Spark Cassandra application.

How to Check Syntax Errors in Python Code ?

In this post , we will explore - How to Check Syntax Errors in Python Code. You can use various options to check for any syntax errors in Python without executing the script . Try the below options -

How to Code Custom Exception Handling in Python ?

In this post , we will see How to Code Custom Exception Handling in Python . Apart from the regular , out of the box or in-built exceptions, Python facilitates us to create or define our our own custom Exceptions as per the Business need.

How To Compress Message Size in Kafka ?

In this post , we will see How To Compress Message Size in Kafka . With ever increasing data generating or producing speed and need to retain data for prolonged analysis, it is quite imperative that we understand how we can be smart about data transportation.

How To Connect Google Cloud GCP using Putty ?

This post explains How To Connect Google Cloud GCP using Putty . Our objective is to connect to our Google Cloud GCP cluster from local desktop or laptop. We will see step by step how to do that.

How To Connect Local Python to Kafka on AWS EC2 ?

This post helps - How to Connect Python running on local machine to Kafka running on AWS EC2 . Try the below fixes -

How to Create a Multi Node Hadoop\Spark Cluster in Google Cloud(GCP) ?

This post explains How to Create a Multi Node Hadoop Spark Cluster in Google Cloud GCP . We will Create a 4 Node Cluster - 1-Master Node & 3-Worker Node in Google Cloud(GCP) . Lets start step by step.

How To Debug or Troubleshoot Kubernetes Cluster ?

In this post, we will explore How To Debug or Troubleshoot Kubernetes Cluster. Kubernetes issues are difficult to detect & identify. We assume that Kubectl CLI is installed and configured in your Kubernetes environment. Let's start with the basic sanity Checks.