Tag: Python

Python

[Solved] Sum of Diagonal Elements in Matrix in Python Code

How to find the sum of diagonal elements in matrix in Python code. Asked in coding interview.

pip

How to install the Python module from Local using Pip?

How to install Python module from local directory using pip? Command to Install Python Package in Editable Mode.

cpp

C++ or Python | Which Programming Language Deserves More Praise?

What is Differences Between C++ And Python? Advantages Of Python and CPP. Use of programming language.

coding challenge

Longest Contiguous Sequence of URLs in Browsing Histories | Indeed Interview

[Coding challenge] Longest Contiguous Sequence of URLs in Browsing Histories. Indeed Interview question.

Python

String Permutation in Python without itertools

Write a program to find and get all the string Permutation in Python without itertools.

Binary Tree

Find Parent of a Node in Binary Tree | Python Code

How to write a program to find parent of a node in binary tree? Solved using Python code?

CAPTCHA

How to Read and Solve Captcha Using Python?

How to write code to solve captcha using Python? Example for Python captcha solver tesseract and captcha verification.

interview

Design Music Player with Shuffle Feature | Python Code

Write a Python program to design music player. Spotify shuffle songs. Asked in the design round interview.

Code

Write a Program to Find GCD of Two Numbers

What is Greatest Common Divisor? Write a program to find GCD of two numbers? Explain with code and example.