Given 2 x,y positions check if a bishop can move from x1, y1 to x2, y2 Given a x,y position find all the places that the bishop can move to. Also try for 2 moves. Given a x,y position find all the pl…
Iteration in Computer Programming is a control statement that allows the repetition of code. For loops, while loops and do while loops are examples of iteration. An iterator in Python is an object t…
Python code to connect to Gmail via IMAP and read mails in the inbox Settings Needed Connect to Gmail and open settings. Open IMAP and POP settings Enable IMAP access We can run our Python Code …
Sending mail through GMail via Python Code Before sending mail through Python you need to set up your GMail account so that you can use it for sending mails Here are the steps. 1. Log in to your GMa…
What is a Happy Number? (This is a question that is asked often in Coding Interviews and also in programming assignments in schools and college courses) A Happy Number is a number where the sum of di…
What is a Disarium number? (This is a question that is asked often in Coding Interviews and also in programming assignments in schools and college courses) A Disarium number is a number where the sum…
Question: What are the fundamentals of the Python Programming Language? Answer: It is an object oriented programming language that doesn't have compulsory variable declaration. We will discuss th…
A Pythagorean Triplet is a 3 number sequence of a, b and c such that a 2 + b 2 = c 2 Some examples of Pythagorean triplets are 3,4 and 5 where 3 2 + 4 2 = 5 2 , that is 9 + 16 = 25 Another examp…
Some text..
Some text..
Contact us for software training, education or development …
Social Plugin