Coding Articles

  • April 18, 2022

Image to Text in Python

In this Post, We will see how to convert image to text in Python. Means How to Fetch Text written on images

Read More
  • April 13, 2022

Language Translator in Python

We can use a language translator to translate text from one language to another. There are various APIs and modules for this,

Read More
  • April 13, 2022

Download Video from Youtube using Python

Hello Guys. In This Article We Will Learn how to Download Video from youtube using Python Libraries. Here is a Detailed Video

Read More
  • April 13, 2022

Text To Speech using Python

In this Article, We will learn how to convert Text to Speech using Python Google Text to Speech API. Before this, I

Read More
  • April 6, 2022

Switch Case Practice in C++ | Part 2

Here is Video of Switch case Practice in C++ Part 2. Task 1 Write a Program that inputs a value and type

Read More
  • April 6, 2022

Switch case practice in C++ | part 1

Here is Video of Switch case Practice Programs in C++ Task 1 Write a program that ask the user to enter two

Read More
  • April 6, 2022

VOWEL or CONSONANT using switch case in C++

A program to check whether a character is VOWEL or CONSONANT using switch case in C++ Related Video Code Output

Read More
  • April 6, 2022

if else statements in C++ | Part 3

Related Video Task Write a program that ask the user to enter their salary. If the salary is greater then 50,000 then

Read More
  • April 6, 2022

if else statements in C++ | Part 2

In this Post we will do some more if else Practice Programs in C++. To Check Part 1 of if else statements

Read More