25353 подписчиков
277 видео
python max() function,to calculate the maximum value with integers, floating point numbers & strings
Python : While loop syntax in python with else part , with program
Call By Value and Call By Reference in JAVA , Functions in java , most important topic in java
Input in Java by Command Line Argument : command line argument in Java
How to convert octal to binary
Python: Function to calculate Factorial of a number, very important python program of Factorial
Python : Built-in String Methods , with examples
Python : todays date and time from datetime library, fetching year , month and date
Python:Combine two Dictionaries adding values for common keys, very important python program,Imp
Python: Fibonacci Series program , with list and tuple , Important program in python
Python : Conditional Statement : if statement : if else : if elif else statement in python
Variables and Keywords in Python, Variables properties and declaration of Variables
Python : Function returning Multiple Values , very important python program of functions
Mathematical Library Methods in Java: Math Functions of Java
INSERTION IN ARRAY , HOW TO INSERT AN ELEMENT IN ARRAY AT SPECIFIED POSITION
Python:Program to count number of items in a dictionary value that is a list. important program
Python : abs() function, absolute function with examples
STRINGBUFFER FUNCTIONS IN JAVA , append, insert,m delete,setlength,reverse,setcharat
Ternary Operator : Nested Ternary Operator : Java Operators
Python:Program to swap tuple elements in the list of tuples, very important python program
Java String Handling | String Manipulation in Java | String Functions
Python: Function to calculate GCD of two Numbers , Greatest common divisor, very important program
Python Transfer statements, break , continue , pass statements in python, very important
Python: Program to convert String to List , code with examples
ORACLE SQL: ALTER TABLE, ADD column , MODIFY column , DROP column , RENAME column &TABLE in oracle.
NIVEN Number/ Harshad Number Python program
UNIX : comm command , common command in unix , comparing two files in unix , Important
ORACLE SQL : ROWID and ROWNUM in Oracle SQL . Difference between rowid and rownum in oracle sql
Python: Program to get Unique numbers from list , Important program with example
Python: 3 ways to Append a list to another list , + operator, append() , extend() with examples
MYSQL with PYTHON: how to create a table in MYSQL Database with python application.
Octal Addition , Octal Arithmetic with examples
Shift Operators: Java Operators: Left shift ,Right shift,Zero fill right shift
Conversion of Fractional Binary , Octal and Hexadecimal into Decimal Number system
Python : Prime Number Program in Python with while loop
Python: program to swap /interchange values of two Tuples , important program with example
PYTHON : Interactive mode and Script mode with practicle examples.important topic for python
PYTHON : CBSE Class 12 . Reading from a Binary file . load() function , with practical example.
What is CSS ? CSS - HTML styles . Ways to use CSS in html page . INLINE , INTERNAL, EXTERNAL CSS .
Python: Built-in String Methods with examples, replace(),split(),join(),partition() etc
Python: Formatting Strings with % (modulo operator or string formatting operator)
DATA STRUCTURE : infix to prefix conversion using stack.
Python : Formatting Strings , with format() method , syntax and examples
ORACLE SQL : Character Single Row Functions in oracle SQL . upper,lower, initcap,length,substr,instr
PYTHON : CBSE class 12 .Reading Data from a Text file . read() readline() readlines() methods .
SQL DDL COMMANDS: Create database, tables, alter table, truncate table,drop table and database.
PYTHON : CBSE CLASS XII. Random access in Files. seek () and tell() methods
USER DEFINED METHODS/FUNCTIONS IN PROGRAMMING LANGUAGE, SYNTAX ,SIGNATURE, ACTUAL&FORMAL PARAMETERS
Python : Sort a Dictionary by a key , very important python program of sorting Dictionary
ORACLE SQL:Aggregate functions in ORACLE SQL.count() min() max() avg() sum() with practical examples