Python Home(Theory)

Common Settings & Configurations in PyCharm *** All the Python programs are tested on PyCharm Professional 2022.1/2023.1 or Online GDB Python Interpreter. *** To create a new. Py file using PyCharm to write and run the Python program – File …

Loading

Basic Examples(Pyhton)

NB: Put the Python code in the ‘main.py’ file already created when we create a new project in Python and run or execute by clicking the run button (horizontal green color triangle symbol above in standard toolbar) by selecting the …

Loading

Notations for Complexity

Links for Complexity and its Type Complexity notations are mathematical ways that are used to express the growth rate of an algorithm’s time or space requirements (ignoring constants and lower-order terms) as the input size grows or becomes very large. …

Loading

JS Interview Questions

Ques. : What is JavaScript? Ques. : Differenciate between Java and JS. Ques. : Which symbol is used for Comments in Javascript? Ques. : Which company developed JS? Ques. : Is JavaScript case sensitive? Ques. : What are the different data types present in JS? Ques. …

Loading

JS Popup/Dialog Boxes

Introduction These popup boxes are mainly used for the purpose of Input and Output jobs in JS. These are created using three methods of window object. Types In JavaScript, there are three kinds of popup/dialog boxes – Alert box, Confirm …

Loading

JS Function Examples

Example : A JS Program to print a message using the (No Argument No Return) Function. Example : A JS Program to display an output of given Input using the (With Argument No Return) Function. Example : A JS Program to …

Loading

JS Array Examples

Example : A JS program in Array to find the length of an array. Example : A JS program in Array to display the first and last elements of an array. Example : A JS program in Array to display …

Loading