Author Archives: Sumit Kumar

Speech To Text Conversion using Python

Posted on by Sumit Kumar

Hello Reader, In this blog, we will learn how to convert Speech to Text using Python. Follow below Steps:- Download and install Anaconda (for python and jupyter). Install SpeechRecognition. Open Anaconda prompt and install SpeechRecognition. 3. Install pyaudio. pip install pyaudio If you are getting below error while installing pyaudio:- Then download pyaudio binary and […]

Install pyspark on windows

Posted on by Sumit Kumar

In this Post we will learn how to setup learning environment for pyspark in windows. To learning spark with python, we will install pyspark in windows and we will use jupyter notebook and spider IDE to test and run pyspark code. Prerequisite:- Java should be installed. If java is not installed please install java then […]

Reason to learn scala

Posted on by Sumit Kumar

Scala is an acronym for Scalable Language. Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise ,elegant and type-safe way. multi-paradigm programming means it supports Object oriented programming as well as fuctional programming. So scala is a scalable programming language for component software with the focus on pattern […]