TechGatha
TechGatha
  • 216
  • 119 017
Surprise by class 10 ICSE students
Surprise by class 10 ICSE students
zhlédnutí: 363

Video

Python 53 - SET OPERATIONS
zhlédnutí 78Před rokem
This video explains about some advance operations on set.
Python 52 - SET BASICS
zhlédnutí 37Před rokem
This video explains about basic of set, how to create set and some basic operations on set.
Python 51 - List Mutable vs Immutable
zhlédnutí 81Před rokem
This video explain the mutable and immutable list.
Hexadecimal to Decimal Program
zhlédnutí 97Před rokem
This video explains how to write a program that converts hexadecimal to decimal number system
Python 50 - Dictionary Programs
zhlédnutí 104Před rokem
This video explains about how to solve the problems using dictionary. frequency of words in a sentence maximum value in tuple as a value of dictionary
Python 49 - Dictionary Methods
zhlédnutí 69Před rokem
This video explores various built-in dictionary methods available clear() get() keys() values() items() fromKeys() update()
Python 48 - Working On A Dictionary
zhlédnutí 43Před rokem
This video provides the various operations that can be performed on a dictionary Create dictionary in various ways Update delete Add new key-value pairs
Python 47 - Dictionary basics
zhlédnutí 34Před rokem
This video explains the basics of dictionary. Syntax to create dictionary Traverse in a dictionary Create list of dictionary
Python 46 - List programs
zhlédnutí 79Před rokem
This video covers few programs on list to give you an insigh how to solve programs on list
Python 45 - List methods
zhlédnutí 36Před rokem
This video covers various methods available in the list. append extend remove pop index count clear del
Python 44 - Operations on List
zhlédnutí 31Před rokem
This video covers various operations that can be performed on the list. concatenation replication membership slicing
Python 43 - List - Create / Traverse ,Nested List
zhlédnutí 57Před 2 lety
this video explains about the various ways list can be created and traversed. It also explain how to create nested list
Lesson 5 - Full adder and Full Subtraction
zhlédnutí 23Před 2 lety
1. Full Adder 2. Circuit for full adder 3. Full Subtraction
Lesson 4 - K Map
zhlédnutí 17Před 2 lety
1. K Map with 2/3/4 Variables 2. Grey Code 3. Binary to Grey Code 4. Grey Code to Binary 5. Designing of Half Adder
Lesson 3 - Binary Subtraction and Proof for De Morgan Theorem
zhlédnutí 18Před 2 lety
Lesson 3 - Binary Subtraction and Proof for De Morgan Theorem
Lesson 2 - Gates in details and Binary Arithmetic
zhlédnutí 13Před 2 lety
Lesson 2 - Gates in details and Binary Arithmetic
Lesson 1 - Introduction to Gates
zhlédnutí 36Před 2 lety
Lesson 1 - Introduction to Gates
FUN IN TRAINING...
zhlédnutí 183Před 2 lety
FUN IN TRAINING...
Python 42 - Methods In Tuples And a program
zhlédnutí 43Před 2 lety
Python 42 - Methods In Tuples And a program
Python 41 - Operations on Tuples
zhlédnutí 18Před 2 lety
Python 41 - Operations on Tuples
Python 40 - Tuples Create/Access/Input/Traverse/Eval
zhlédnutí 32Před 2 lety
Python 40 - Tuples Create/Access/Input/Traverse/Eval
Python 39 - VSCode Download
zhlédnutí 17Před 2 lety
Python 39 - VSCode Download
Python 38 - Data Structures Overview
zhlédnutí 27Před 2 lety
Python 38 - Data Structures Overview
Python 37 - Programs on String
zhlédnutí 45Před 2 lety
Python 37 - Programs on String
Python 36 - String Methods
zhlédnutí 21Před 2 lety
Python 36 - String Methods
Python 35 - String Slicing
zhlédnutí 21Před 2 lety
Python 35 - String Slicing
Python 34 - String Operators
zhlédnutí 12Před 2 lety
Python 34 - String Operators
Python 33 - String Basics
zhlédnutí 21Před 2 lety
Python 33 - String Basics
Python 32 - Programs on Functions
zhlédnutí 39Před 2 lety
Python 32 - Programs on Functions

Komentáře

  • @Primitive_Code
    @Primitive_Code Před 3 měsíci

    Can the user input an arithmetic operation? For example when they're asked to enter the radius in the first program, can they enter 1+1 instead of 2? Weird suggestion lol. Thanks.

  • @209_Violate
    @209_Violate Před 3 měsíci

    the teacher is good, when he/she can bring back the knowledge to the most basic experience. everyone has dealt with bottles/milk/pen. what an intuitive way of teaching it :)

  • @ChandanS-xy7qe
    @ChandanS-xy7qe Před 4 měsíci

    Hi ma'am, is it realistically possible for a 30-year-old to learn programming if I can invest 2 hours per day?

    • @techgatha8903
      @techgatha8903 Před 4 měsíci

      You can do it if you believe you can!! This is my mantra. And infact I started my career at the age of 32. So anything and everything is possible till the time YOU don't give up and are consistent 🙏

    • @ChandanS-xy7qe
      @ChandanS-xy7qe Před 4 měsíci

      @techgatha8903 Thank you very much for responding. Can you please guide me where to start from? What should I learn/ understand first in an order? It'll be a big help.

    • @ChandanS-xy7qe
      @ChandanS-xy7qe Před 4 měsíci

      @techgatha8903 if you can share how you started your journey, it'll be very helpful. 🙏

  • @stockmantra7975
    @stockmantra7975 Před 6 měsíci

    can we use division with different types

    • @techgatha8903
      @techgatha8903 Před 6 měsíci

      Division can be used for only numbers.

  • @stockmantra7975
    @stockmantra7975 Před 6 měsíci

    Amazing! Thanks for the explanation. In python I wrote the answer print('********************') print('2+2 =',2+2,': 30+30 =',30+30) print('********************')

  • @fluffyskye4813
    @fluffyskye4813 Před 10 měsíci

    Helpful, but is the last bit correct? The way I learned declaring, creating and initializing Arrays in one line is the following: int[] arr = {1, 2, 3}; Google seems to back me up. Does the position of the []-porenthesies not matter? Having my first programming exam tomorrow 🙏This was good getting back into the materia.

    • @techgatha8903
      @techgatha8903 Před 10 měsíci

      No the position of parenthesis does not matter. You can either write int []a={1,2,3} or int a[] = {1,2,3},

  • @b.warron4631
    @b.warron4631 Před 11 měsíci

    Thank you!! your explanation is very clearly

  • @punithaarumugam82
    @punithaarumugam82 Před 11 měsíci

    👍

  • @PeruguCharanraj-hf9hr

    next level explanation.

  • @PeruguCharanraj-hf9hr

    awesome

  • @PeruguCharanraj-hf9hr

    your explanation is excellent mam

  • @HumanBeing11011
    @HumanBeing11011 Před rokem

    I am interested

  • @user-lu6hr5ji2l
    @user-lu6hr5ji2l Před rokem

    i need its html and css alslo

  • @Penguinz4LOLZ
    @Penguinz4LOLZ Před rokem

    Perfect! Short and straight to the point ❤️.

  • @Er.Ayushmishra
    @Er.Ayushmishra Před rokem

    Love you mam Bahut achha padhati hai aap ekdam achha se samajh aaya

  • @alyanakaufman1514
    @alyanakaufman1514 Před rokem

    what app did you use?

    • @techgatha8903
      @techgatha8903 Před rokem

      App for what?

    • @alyanakaufman1514
      @alyanakaufman1514 Před rokem

      @@techgatha8903 for this coding ?

    • @techgatha8903
      @techgatha8903 Před rokem

      ​@@alyanakaufman1514 for python coding it is IDLE . For annotation I have used ink2go and wacom tablet

  • @Telusko
    @Telusko Před rokem

    Upgraded to green screen.. Nice :)

    • @techgatha8903
      @techgatha8903 Před rokem

      Your inputs my execution.. Thanks as always Navin

  • @kelvinthomas1816
    @kelvinthomas1816 Před rokem

    Thank you i was really scared.

  • @probrine9544
    @probrine9544 Před rokem

    if we put n instead of n1 it is ok

  • @mahamidsoofi7939
    @mahamidsoofi7939 Před rokem

    I have watched 5 videos and not understood anything. But now I was able to finally understand. Thanks. Liked the video.

  • @mislam313
    @mislam313 Před rokem

    underrated video.

  • @oumardiop1
    @oumardiop1 Před rokem

    Didn't realize it was that simple

  • @thinkdaily5140
    @thinkdaily5140 Před rokem

    mam aap Knowledgehut m bhi padate ho

  • @baterickpatman
    @baterickpatman Před rokem

    thank you for this simple explanation! You have a new subscriber :) This idea is very important for beginner programmers to understand

  • @SaaduDharmateja
    @SaaduDharmateja Před rokem

    int a=53; int c=-20; int c=a^b; int d=a|b; explain this

  • @triptikumari1952
    @triptikumari1952 Před rokem

    Hello ma'am, I saw the module of Node Js on Knowledgehut upGrad , It's superb . You explain everything in simple way . I really like your way of teaching . I want you to make JavaScript video on your CZcams channel from where I can learn easily . Thank you🙂

  • @daryljamesnangcas2121

    thank you queen

  • @naqiabedi
    @naqiabedi Před rokem

    Short and sweet explaination

  • @tardrad8080
    @tardrad8080 Před rokem

    Amazing explanation

  • @NagaVenkateshgavini

    2nd one is also wrong as variable names should start with either letter or an underscore

  • @TheGuyTaflohh
    @TheGuyTaflohh Před rokem

    So helpful

  • @CheeseWithMold
    @CheeseWithMold Před rokem

    Fantastic explanation. Thank you!

  • @LearnWithNeeraj2000
    @LearnWithNeeraj2000 Před 2 lety

    very nice explained

  • @quratulainatta5377
    @quratulainatta5377 Před 2 lety

    I'm asking about JavaScript

    • @techgatha8903
      @techgatha8903 Před 2 lety

      javascript.info/ Here you will get the complete list of topics in javascript to go through quickly and advance forward to learn frameworks like angular or react

  • @quratulainatta5377
    @quratulainatta5377 Před 2 lety

    And tell me why you stopped

    • @techgatha8903
      @techgatha8903 Před 2 lety

      I actually got busy with my family. Will resume asap

    • @quratulainatta5377
      @quratulainatta5377 Před 2 lety

      @@techgatha8903 ok

    • @quratulainatta5377
      @quratulainatta5377 Před 2 lety

      @@techgatha8903 now can you please tell me what important topics I must cover in order to become a front end developer I'm not a school college student Me a mommy of three kids want to start my earnings as soon as possible I've already learned html and css Now learning java but it's too long

  • @quratulainatta5377
    @quratulainatta5377 Před 2 lety

    Hi Shalini Can you guide me what important topics I must select to learn instead of covering the whole course in order to start my career as a developer Because I'm not a school college student Me a mommy of three want to become a web developer In order to start my earnings as soon as possible

  • @quratulainatta5377
    @quratulainatta5377 Před 2 lety

    Completed or not

  • @quratulainatta5377
    @quratulainatta5377 Před 2 lety

    Ok Finnish

  • @LearnWithNeeraj2000
    @LearnWithNeeraj2000 Před 2 lety

    very nicely explained

  • @prohiestcontent8907
    @prohiestcontent8907 Před 2 lety

    I really understand in 7 , 8 min Thank you for your video 😍😍

  • @ilovelongcox
    @ilovelongcox Před 2 lety

    Thank you for making this finally make sense to me ❤️

  • @LearnWithNeeraj2000
    @LearnWithNeeraj2000 Před 2 lety

    mam t1 count samjh nhi aaya pls explain

    • @techgatha8903
      @techgatha8903 Před 2 lety

      count function will check how many times a given value exists in the tuple

    • @LearnWithNeeraj2000
      @LearnWithNeeraj2000 Před 2 lety

      @@techgatha8903 yeah got it. thank you, ma'am

  • @liri1189
    @liri1189 Před 2 lety

    Hello, could you please explain the logic behind the following? print("John" > "Jhon") print("Emma" < "Emm")

    • @techgatha8903
      @techgatha8903 Před 2 lety

      String comparison happens using ASCII code. Same way as we search for words in dictionary. So if you are searching for John you will search j then o then h and so on. So when John and Jhon are compared, first letter J are equal so it moves to next letter. Now here o ASCII value is greater than h hence 1st statement returns true. Same goes for next statement as well

    • @liri1189
      @liri1189 Před 2 lety

      @@techgatha8903 Thank you a lot. Great explanation

  • @vandresv
    @vandresv Před 2 lety

    Great explanation. Thank you!

  • @ticey4316
    @ticey4316 Před 2 lety

    I am new to programming. Thank you very much for the information that you gave.

  • @sarfarazsheikh7378
    @sarfarazsheikh7378 Před 2 lety

    great video

  • @charlesabinaar6563
    @charlesabinaar6563 Před 2 lety

    this is so explained so perfect Lord, thanks

  • @siomarapantarotto
    @siomarapantarotto Před 2 lety

    Very good! I loved your great explanation. Thanks a lot. 🥰

  • @billya6828
    @billya6828 Před 2 lety

    💐 𝙥𝙧𝙤𝙢𝙤𝙨𝙢

  • @deepanm4271
    @deepanm4271 Před 2 lety

    Great explanation 👌