Intuition point
Intuition point
  • Видео 106
  • Просмотров 80 622
Storing names of students in a list in Python
#data #storing #datastorage #list in #python # programming
#students #names #coding
code given below
Students = []
for i in range(10):
student = input("Name of student"+" "+str(i+1))
Students.append(student)
print(Students)
Просмотров: 21

Видео

Understanding for loop in python
Просмотров 19Месяц назад
#forloops #forloop #range #syntax for i in range(10) : print(i) a = [2,5,6,1,0,9,3,2,5,7,1,4,2] for i in a: print(i) #datatype #list #python #programming #coding
Python code-Calculate student grades using if-elif-else statements---conditional statements
Просмотров 664 месяца назад
#python #visualstudiocode #vscode #conditionalstatements #ifelsestatement #programming #coding #learncoding #learnprogrammingonyoutube
Variables, User input, output, and basic operations in Python
Просмотров 327 месяцев назад
#variablesinpython and #variableassignment Taking #userinput #python #pythonprogramming #pythontutorial Print on screen #print #printonscreen #commands #basic #operations #addition #subtraction #multiplication #division #areaofcircle
Create your first project in Python
Просмотров 9511 месяцев назад
#Download and #install #python #interpretation download and install #pycharm #community #edition #sdk #ide #create #new #project #newproject #Create #virtualenvironment #print on #screen/ #console print #string print #value of #variable
2D Discrete Cosine Transform (2D-DCT)
Просмотров 421Год назад
#2d #discreet #cosine #transform #frequency #coefficients
Image Contrast Adjustment continued Negative Image
Просмотров 24Год назад
#negative of a #digitalimage #scaling #mapping the #pixel #intensity #values
Image Contrast Adjustment in Matlab
Просмотров 292Год назад
#Image #contrast #adjustment #enhancement #scaling and #mapping the #pixel #values #stretching the #histogram
Image Histogram
Просмотров 14Год назад
#image #histogram #frequency of #pixel #values #intensity values
Image averaging or mean filter
Просмотров 16Год назад
Taking #average of an #image by #slidingwindow #convolution #2d #digitalimage
Introduction to Digital Images
Просмотров 18Год назад
#introduction #What is a #digitalimage. #2d #matrix of #pixels or #intensity #levels
1D Discrete Cosine Transform
Просмотров 244Год назад
#1D #onedimentional #discreet #cosine #Transform #Frequency #coefficients
specific heat capacity
Просмотров 10Год назад
#specific #heat #capacity heat #storage
Basic atomic structure
Просмотров 32Год назад
Basic #Atomic #Structure #Nucleus #Protons #positive #charge #Neutrons #Electrons #Negative charge
Foundation of Islam is laid upon five things #shorts
Просмотров 20Год назад
Foundation of Islam is laid upon five things #shorts
Measuring volume of an irregular shaped object using measuring glass #shorts
Просмотров 362Год назад
Measuring volume of an irregular shaped object using measuring glass #shorts
Commutative property of Addition of Vectors
Просмотров 242 года назад
Commutative property of Addition of Vectors
Vectors Addition
Просмотров 162 года назад
Vectors Addition
Welcome to Intuition Point
Просмотров 1092 года назад
Welcome to Intuition Point
Rectangular coordinate system
Просмотров 162 года назад
Rectangular coordinate system
Measuring diameter of cylinder with Vernier Callipers
Просмотров 4,6 тыс.2 года назад
Measuring diameter of cylinder with Vernier Callipers
Vectors representation
Просмотров 172 года назад
Vectors representation
Introduction to vectors and equilibrium
Просмотров 322 года назад
Introduction to vectors and equilibrium
Negative of a Vector
Просмотров 142 года назад
Negative of a Vector
Digital XOR gate
Просмотров 182 года назад
Digital XOR gate
What are different number systems?
Просмотров 242 года назад
What are different number systems?
Derive equation of the circle
Просмотров 372 года назад
Derive equation of the circle
1s complement and 2s complement
Просмотров 472 года назад
1s complement and 2s complement
LCM of two numbers animation #shorts
Просмотров 302 года назад
LCM of two numbers animation #shorts
Convert a number from Binary to Decimal
Просмотров 452 года назад
Convert a number from Binary to Decimal

Комментарии