What is the difference between programming and coding

Sdílet
Vložit
  • čas přidán 25. 06. 2019
  • Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdotcom
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...
  • Věda a technologie

Komentáře • 740

  • @LazyAdventurer101
    @LazyAdventurer101 Před 4 lety +233

    Programming - Define the desired behaviour.
    Coding - Write code to get the desired behaviour

    • @alyssadelgado8232
      @alyssadelgado8232 Před 2 lety +6

      this made more sense than any comment and any moment in the video x)

    • @Being_Human01
      @Being_Human01 Před 2 lety

      Great yaaa
      Pretty well way to explain ❤️
      Love you dude

  • @mohammedsaad0761
    @mohammedsaad0761 Před 5 lety +3196

    I'm the student who asked this question 😅😅😅

  • @mshahmirkhan
    @mshahmirkhan Před 4 lety +1188

    Difference between programming and coding
    .
    Programming : creating logic
    Coding : typing any programming language

    • @FaranAiki
      @FaranAiki Před 4 lety +24

      That is CORRECT

    • @karljay7473
      @karljay7473 Před 4 lety +35

      This. It's amazing how things have changed. I've been in this industry for nearly 40 years now and "coding" was never the same as programming. A real programmer will use logic, systems analysis and create a solution, a code will be given screens and will write the code that makes the screen. We used to have "coders" that would take accounting transactions and figure out which "code" to get each transaction so that someone else could input into the accounting software. A coder doesn't have to do anything nearly as complex as a programmer. I would never want to be a "coder", it can be replace so easily by a machine. We actually had coding machines that did this in whatever language you wanted decades ago.

    • @elitecrewmate4559
      @elitecrewmate4559 Před 4 lety +21

      Thanks for saving my time

    • @sumeriano
      @sumeriano Před 4 lety +8

      No true. “Creating the logic” is MODELLING... which is a matter for system architect, BI, etc. So, both words “programming” and “coding” are synonyms.

    • @mshahmirkhan
      @mshahmirkhan Před 4 lety +1

      @@sumeriano Let me google it bye the way thanks

  • @Lodalailai
    @Lodalailai Před 4 lety +145

    4:52 Short and simple answer , Stay Happy

    • @ASmartNameForMe
      @ASmartNameForMe Před 4 lety +2

      Thanks

    • @scientificmultiverse6218
      @scientificmultiverse6218 Před 3 lety +2

      Please can you tell how much mathematics is required to learn programming languages like C++,CCC, Java,Python and android studio?

    • @scientificmultiverse6218
      @scientificmultiverse6218 Před 3 lety

      Please can you tell how much mathematics is required to learn programming languages like C++,CCC, Java,Python and android studio?

    • @scientificmultiverse6218
      @scientificmultiverse6218 Před 3 lety +3

      Please can you tell how much mathematics is required to learn programming languages like C++,CCC, Java,Python and android studio?

    • @scientificmultiverse6218
      @scientificmultiverse6218 Před 3 lety

      Please can you tell how much mathematics is required to learn programming languages like C++,CCC, Java,Python and android studio?

  • @rishavmahajan6130
    @rishavmahajan6130 Před 5 lety +609

    The world is programming, that's why we start every programming language with "Hello World"✍️

    • @cartiktechnomechnobro9061
      @cartiktechnomechnobro9061 Před 5 lety +10

      Even Chitti Robo says that...

    • @THENOOBYPRO
      @THENOOBYPRO Před 4 lety +8

      @Happy Toxic print (hello world)

    • @THENOOBYPRO
      @THENOOBYPRO Před 4 lety +5

      @Happy Toxic no its python. *I forgot ''
      print ('hello world')

    • @babudelhi9885
      @babudelhi9885 Před 4 lety

      @Happy Toxic just simply
      print("hello world")

    • @babudelhi9885
      @babudelhi9885 Před 4 lety

      @Happy Toxic of course you will say cpp is base of python yes it is true but python helps you concentrate on the problem and work not bunch of codes

  • @kevinrickey3925
    @kevinrickey3925 Před 4 lety +78

    I've been programming since 1980.... I sometimes hand assemble machine language.... I cannot see and distinction or difference between coding and programming.. I'd say they are synonymous.

    • @acerld519
      @acerld519 Před 3 lety +1

      This is the correct answer. If anything, I avoid use of the term 'coding' as it has a meaning in the context of mathematics, in particular in coding theory.

    • @edwinflakes1132
      @edwinflakes1132 Před 3 lety

      Well ! I have done no coding and arrived quickly at the same position. I think the tendency to compartmentalisation is a problem!

  • @r.i.p.4485
    @r.i.p.4485 Před 4 lety +189

    Programming: the general action of giving something an effect for a cause. I.E.
    Tom meet me at four p.m. tomorrow.
    Cause: time reaches four p.m. the next day.
    Effect: Tom meets with me.
    Coding= the specific language and proper syntax to program.
    I.e.
    Command who: Tom;
    Give command: meet me;
    Give criteria: at four p.m. tommorow; execute code.
    Tom /meet me/ at four p.m. tommorow/.

    • @rishavmasih9450
      @rishavmasih9450 Před 4 lety +8

      That was actually a really short and descriptive answer you have my thanks.

    • @asianhavoc1872
      @asianhavoc1872 Před 4 lety +2

      Thats.....perfect😯

    • @MP-im7un
      @MP-im7un Před 4 lety +2

      So basically coding results in a program?

    • @r.i.p.4485
      @r.i.p.4485 Před 4 lety +1

      @@MP-im7un yes, think of program as Mona lisa and coding as paint/paint strokes. Coding is the paint and like with different paint strokes( functions, if statements, namespace,etc) you can create many different works of art( programs).

    • @MP-im7un
      @MP-im7un Před 4 lety +1

      @@r.i.p.4485 ah okay thanks for the clarification, ive been trying to learn python recently (1st language) and i always figured coding was the end all be all definition of what id be doing as a software engineer

  • @code4u328
    @code4u328 Před 5 lety +47

    sir, in my point of view programming is algorithm and coding is the implementation of that algorithm...

    • @edwinflakes1132
      @edwinflakes1132 Před 3 lety

      does coding consist of a set of instructions in sequence like a recipe > Yes ?
      does programming consist of a set of instructions in sequence = Yes ?

  • @sanjibpramanik9268
    @sanjibpramanik9268 Před 4 lety +38

    I think programming is about create the algorithm or flowchart to achieve what we want , and coding is about just writing that program in any programming language.

  • @judesamuel2848
    @judesamuel2848 Před 3 lety +10

    Programming : - "Input" to a code, so that we can get a desire function or a process being done.
    Code : - A "sequence of syntax", written to process various inputs from a Source to give out a desired result, for which the syntax was written.
    Ex. For instance, You want your Air Conditioner to Run for a Hour. You programme the AC through a remote by giving input.
    But You need code to be written to control the running time of the AC in the PLC first to give an input.

  • @NidhiSharma-tr5yy
    @NidhiSharma-tr5yy Před 5 lety +7

    I recently joined your channel out of curiosity. I must say that you provide a very good content. Kudos to you. 👍

  • @realchrishawkes
    @realchrishawkes Před 3 lety +69

    Nice video bro!

  • @BM__8
    @BM__8 Před 5 lety +6

    This was helpful. Thank you!

  • @kshitizsharma7086
    @kshitizsharma7086 Před 5 lety +34

    most toughest quest of interview is now most easiest quest thanx sir 🥰🥰

  • @davidt8193
    @davidt8193 Před 3 lety +5

    The comment section is so invaluable. I find a video because I'm looking for answers, but I scroll straight to the comments and find the answer right away!

  • @RandomGuy-hi2jm
    @RandomGuy-hi2jm Před 5 lety +262

    Can we also say that
    Writing HTML is coding not programming 🤔

    • @AshokKumar-zl5jd
      @AshokKumar-zl5jd Před 4 lety +1

      Yea

    • @JosueRodriguez08
      @JosueRodriguez08 Před 4 lety +2

      No

    • @richardikin
      @richardikin Před 4 lety +28

      HTML is not a programming language though, it's a Markup language, so there is no such thing as HTML programming or HTML coding, just HTML scripting.

    • @romancewastaken
      @romancewastaken Před 4 lety +7

      HTML is markup

    • @udaikumar1782
      @udaikumar1782 Před 4 lety +1

      @@richardikin nope, not even scripting , writing html may be called coding.

  • @ShenronFN
    @ShenronFN Před 5 lety +1

    Many Many Happy Returns of the day Hitesh.!!!! Thank you for your help

  • @poucxs9246
    @poucxs9246 Před 4 lety +5

    In the context of making software i am of the opinion that programming relates to the thinking that is needed to inventarise the specifications of your software, to distill the procedures that you want to code and to organise them in a way that makes sense for people might have to read your code in 10 years after you left the company where you made it. Coding is about taking that design and creating the code either with an IDE or notepad (if you are hardcore).

  • @WebDude
    @WebDude Před 5 lety +3

    Thanks Hitesh it was a really informative video....Please make a series on data structures and algorithms also.

  • @gauravnagar3712
    @gauravnagar3712 Před 5 lety +5

    Noone in the youtube can match your outro level sir . Amazing

  • @zafeerahmad4705
    @zafeerahmad4705 Před 4 lety +1

    awesome explanation i just got the difference between of coding and programming within first 2 minutes when you picked up AC remote

  • @smartITworks4me
    @smartITworks4me Před 4 lety

    Thanks for a very clear distinction and explanation of programming and coding.

  • @CodingBeast-em1bu
    @CodingBeast-em1bu Před 3 lety

    Great explanation! Cleared all my doubts..

  • @trekkingwithus
    @trekkingwithus Před 5 lety +41

    The question is asked like finding the difderence between food and meal 🔕🔕🔕

  • @sujishiju5783
    @sujishiju5783 Před 3 lety

    Thank u sooo much i was searching for the video and u explained it very well..... Thanks a lot....

  • @yatendrajain6353
    @yatendrajain6353 Před 5 lety +7

    First comment. Really inspired by you. Thanks for all yours guidance

  • @pavankumarchandrappa855

    Very good explanation Hitesh. Thank you so much

  • @sivabalanj
    @sivabalanj Před 4 lety +11

    2:58
    hmm......
    it may be so because phone is widely available for cheap....
    but i think pc is way better time consuming device.....

  • @rebelio6692
    @rebelio6692 Před 3 lety +2

    I like how you keep repeating words to make the video longer. So smart.

  • @AlphaWolfMusica
    @AlphaWolfMusica Před 2 lety

    Nice channel man 👏!

  • @sugy9310
    @sugy9310 Před 4 lety +13

    Programing is giving instructions
    And
    Coding converting instructions into code format

    • @kunalapte5816
      @kunalapte5816 Před 3 lety +1

      So, programming is giving a certain device a set of instructions and when to execute any of those instructions, and coding is preparing those instructions, right ?

    • @edwinflakes1132
      @edwinflakes1132 Před 3 lety

      @@kunalapte5816 BUT how can the set of instructions be prepared when they already exist ? - What do you mean ?

  • @prashanthi8492
    @prashanthi8492 Před 4 lety

    Seriously,your communication skills are on point
    I will try to learn from you

  • @original_sytro
    @original_sytro Před 3 lety

    thank you so much,now i understand diferences between programing and coding👍❤️

  • @prafullgawade6531
    @prafullgawade6531 Před 5 lety +5

    Difference between software engineer and software developer ?

  • @nirmalpatel29
    @nirmalpatel29 Před 5 lety +4

    Hello, I big fan of your work!! Can please make video series of ES6 and OOP Javascript? Love from Canada. Thanks....

  • @jiachuhdry594
    @jiachuhdry594 Před 5 lety

    well said..... very nicely differentiate in coding and programming

  • @oxglowinc.1614
    @oxglowinc.1614 Před 5 lety +1

    Great explanation, then it means programming can be used interchangeably with coding without any problem. What is the difference between Software engineer and software developer? Help me out.

  • @shanky4604
    @shanky4604 Před 3 lety

    Waao simply amazing..nice work!

  • @millerdane
    @millerdane Před 4 lety

    Hi Hitesh. I see you are using a Apple laptop is this correct? I want to get into programming and I want to use python and django. What is the best latop you can recommend. Should I go with apple or windows?

  • @shivashsunker4075
    @shivashsunker4075 Před 4 lety

    Very insightful. Thank you

  • @BrianKingProductions
    @BrianKingProductions Před 4 lety +2

    I just came across this by accident and wanted to chime in. I started messing with code back in 1988/1989. I started with BasicA/QBasic since it came with DOS2.0 on my IBM XT 8088. I spent a few months fiddling with that at 9 and 10 years old. I was introduced to C, then C++ and never looked back. In the last 3 decades I have done everything from ASM to all the Basics, C, C++, Perl, PHP, Java, Javascript, all the shell scripting languages, all the SQL variants, all the markup variants, as well as made my own scripting language, etc. I have worked on everything from the firmware for a custom dual laserjet printer at Torrey Pines Research for testing printing on recycled paper, to firmware for controlling the touchscreen systems at Xerox, to Facial Recognition algorithms at an undisclosed security firm on gov contract. I have experienced it all. I have met every type of would-be coder you can imagine. So-called "software engineers" these days are nothing more than library mongers that take all the libraries we made since the advent of the PC, slap a few function calls in, and call themselves professional. Meanwhile those of us responsible for technology being where it is today, we mean nothing anymore. Tossed aside and forgotten. You want to make a college graduate that "studied" C++ in school, collapse, tell them to write you a multi-threaded program that utilizes templated polymorphic (that word almost always illicits a 😳 from them) multiple inheritance atleast once in the code, with a recursive descent parser to read a custom either scripting language, or a text based database (dont scare them with binary yet), a custom sockets interface. That all code must be neat, properly indented, commented (clean code always trips them up), and anything else you can think of. When I did the hiring for my group at Xerox I made the candidates do this in front of me. Then I went through their code and added bugs, made it dump core, then had them fix it. If they couldnt do all this, they didnt even get to the vocal stage of the interview.

    • @asakpke
      @asakpke Před 4 lety

      You are a programmer :) All in one paragraph :p

  • @mouradoul3645
    @mouradoul3645 Před 5 lety +13

    Hi Sir. Is data science really worth it like most people said, and is it a good choice for a beginner to start?

    • @ayubomaraden867
      @ayubomaraden867 Před 5 lety +1

      In my opinion it is not good for beginners

    • @lopa8519
      @lopa8519 Před 5 lety +2

      Yes it is. Don't be bothered by dunces saying otherwise, they most likely haven't processed as much in Data science themselves.
      You can go right at it. Start by learning R or Python. Python has more learning resources on the internet so maybe go with that

    • @RandomGuy-hi2jm
      @RandomGuy-hi2jm Před 5 lety

      @@lopa8519 what after that, i have a very good knowledge of data science now but i don't know what to do next. If u say go for the projects, i can't decide what project to do.

    • @lopa8519
      @lopa8519 Před 5 lety +1

      @@RandomGuy-hi2jm I'm pretty sure a Google would suffice. A better alternative is to join the Python discord. There you will find a lot of ideas for your projects.

  • @blackamericanlesbianprofes4357

    Thank you for posting.

  • @andrewevans5750
    @andrewevans5750 Před 4 lety +3

    might want to throw in developing since coding and programming are part of a job and not a job anymore. Development is requirements gathering, problem-solving, architecting, testing, programming or coding identified solutions, and analyzing your solution. It involves keeping your nerves as clients constantly try to change requirements mid-project xD.

  • @OsamV
    @OsamV Před 4 lety

    Hi, being a 1st yr student of HM (hotel management) instead of btech, can i have chances of getting to IT companies through great coding skills. Please Reply

  • @prestonwallitsch8636
    @prestonwallitsch8636 Před 3 lety +8

    He actually scared me out of my pants when he said "Almost everyone on the planet programs".

  • @Spar1an
    @Spar1an Před 4 lety

    Good explaining brother!!

  • @ankitdobhal3542
    @ankitdobhal3542 Před 5 lety +1

    Good explanation sir and tq for this vedio.
    Sir You say something about automation and I m very keen to know about this
    So sir plz make a vedio automation programming and how to to start on this as a beginner?

  • @rahulkumarsingh6832
    @rahulkumarsingh6832 Před 5 lety +2

    Good explanation... Alexa part was so awesome

  • @ihsanullah5979
    @ihsanullah5979 Před 5 lety +2

    Very good explanation....please make a video on ur Health...which I have requested!
    Please..

  • @rudrabhatt9131
    @rudrabhatt9131 Před 3 lety

    Very well explained....

  • @mritunjaymishra5008
    @mritunjaymishra5008 Před 4 lety +2

    Sir in starting..i thought you are using any voice modulating software, until i saw you live on insta and realized this is your original voice 🔥

  • @shibnathroy106
    @shibnathroy106 Před 5 lety

    Loved the end of the video.

  • @donovantrejo6822
    @donovantrejo6822 Před 3 lety

    Great explanation, thanks

  • @nehagawade121
    @nehagawade121 Před 3 lety

    ur just awesome mine doubts are cleared

  • @BendyPenguin64
    @BendyPenguin64 Před 4 lety +40

    I went to university to learn computer programming. I thought I knew what I was doing, since I was able to write the actual code needed to complete my university projects. It wasn't until the second year when I was put in a team for the first time that I realised how poor my abilities were in comparison to everyone else's. On countless occasions, I would show my code to my teammates that accomplished what it needed to, but they just said "It's too inefficient and ugly. There's a much better way of doing it." They'd rewrite my code in seconds and say "Why not do this instead?" I'd say "Oh, yes, I guess that is better. But that thought never occurred to me." I've had the same experiences at work as well, as I now work as a programmer (although I don't feel like a very good one, as I still get told "Your code may work, but that doesn't mean it's good code"). The problem solving skills needed for writing efficient and clean code just doesn't come naturally to me, and I struggle with a lot of the most basic programming concepts as well. If you want some code writing, I can do it. If you want a top quality product, I feel like I'm seriously unqualified. Am I just not cut out for programming, or is everybody else getting upset over nothing?

    • @deplaymaker3
      @deplaymaker3 Před 4 lety +7

      Spyrotechnical hi there, I just started studying computer programming in school. I’m still a newbie and it’s just my first semester. I feel we have a lot in common, and secondly I don’t have any friends that motivates me. Any advice? I’d really appreciate thanks

    • @dixonjamesofficial
      @dixonjamesofficial Před 4 lety +3

      Keep at it! Live in it, and continue that process, you’ll be a solid programmer in no time

    • @videohog100
      @videohog100 Před 4 lety +3

      Ask questions, learn shortcuts. I know the feeling but what you don't realize is one day a new rookie coder will show you their code and your response will be somewhat familiar to what your colleagues told you. Its a matter of listening, applying, and constantly asking how can I make this cleaner, easier, more efficient?

    • @simpletongeek
      @simpletongeek Před 4 lety +1

      Solve a problem 3 different ways. Then seek commonalities and discard the rest. Ask "what am I trying to solve? What is the core of the problem?" And arrange your answer in the most streamlined manner possible.
      Also, learn Algorithm.

    • @Jestrath
      @Jestrath Před 4 lety +1

      There are some general best practices for clean code. Books have been written about that very subject. However, there are a lot of aspects that are still pretty subjective and a matter of preference. I think at some point in time everyone probably gets told that their code is "ugly" but it works. Sometimes if you are on a very tight deadline and it works you have to use a hacky solution. Writing code with solid foundation that Is scalable and modular can sometimes be challenging. You really have to consider all the long term ramifications of your design choices. It can be pretty easy to screw up in this area even if you have experience. If you have some code snippets I might be able to provide some input. I won't say my way is "right" just the way I might do things. How long have you been in the field? I've been in for a few years I still feel like I have some level of imposter syndrome. I might know my stuff but many of my coworkers have a few decades of experience over me.

  • @rudymilla
    @rudymilla Před 3 lety

    excellent answer

  • @scientificmultiverse6218

    Please can you tell how much mathematics is required to learn programming languages like C++,CCC, Java,Python and android studio?

  • @trevorduke7738
    @trevorduke7738 Před 4 lety +2

    This is great...But how would you use this to program a robot

  • @tirumalamohan8923
    @tirumalamohan8923 Před 4 lety

    I have good front-end developer and i working in the college for the past 6years and present I change my profession for different reasons of my interest .which one is the best one to learn and got for job.

  • @nandinigupta5859
    @nandinigupta5859 Před 5 lety

    Loved the video quality and content.

  • @ibrahimhassan8239
    @ibrahimhassan8239 Před 4 lety

    Useful advice

  • @daydrmrofficial1966
    @daydrmrofficial1966 Před 3 lety

    so programming is what you want for example the pc to do, and coding is writing the code to make it do that task?

  • @maithreyaa8174
    @maithreyaa8174 Před 4 lety +1

    Hi sir!
    I'm gonna buy a new Macbook i5 2017 please guide me to install c++ and other programing language on Mac...!
    And guide me to migrate

  • @arunathulya
    @arunathulya Před 4 lety +1

    Hi Hitesh, Thanks for the great tip. I have no knowledge on omputer programming, can i learn coding or web development?

    • @factsofmaurya5669
      @factsofmaurya5669 Před 4 lety

      Yeah you can , my channel name is
      Coding bhaiya
      You can visit and explore my channel
      If you like it then become the family of coding bhaiya

  • @vishalchoudhary022
    @vishalchoudhary022 Před 4 lety

    Thankyou brother you solved my problem

  • @SunggukLim
    @SunggukLim Před 3 lety

    excellent explanation..

  • @kaat6663
    @kaat6663 Před 4 lety +5

    #include
    Void main()
    {
    Printf("we are programming");
    Return 0;
    }

  • @morinobody
    @morinobody Před 3 lety

    so, is it that programming is the process, while code is the command or recourse that's used in that process?

  • @musabbirhasan5764
    @musabbirhasan5764 Před 3 lety +1

    I am a new student. I can't sleep last night just thinking about these two things. Thank you for the clarification. I should not think that much.

  • @Bajrang.707
    @Bajrang.707 Před 5 lety +9

    Lovely video sir :)
    By the way i also like "Country Music".

  • @sumanth8296
    @sumanth8296 Před 5 lety +11

    We are irrevocably programmed to watch hitesh videos.. Love u man😍😍🙆🙆🙋🙋🙋

  • @DonAlcohol
    @DonAlcohol Před 4 lety

    you can program a cpld or fpga or plc but coding it? (sounds like you are writing some sort of emulator) ,

  • @rajatkumarpanigrahi7082

    You explained too good and your accent man awesome 👌 👏

  • @ofcoursecircusbabylovesspy8834

    Good job bro you're an excellent of programming and coding Jesus this man is genius

  • @Termerpores
    @Termerpores Před 4 lety +1

    So from what I getting, take a simple light bulb circuit for example,
    Programming: gives instructions by turning the light switch off and on
    Coding: responsible for connecting the circuitry together so that the instructions can be carried out.
    Is this right? Correct me if I am wrong

  • @englishsongs7303
    @englishsongs7303 Před 2 lety

    Is coddling usable to read monitor data and organise them according to preference?

  • @anubhabbhattacharya3644

    I like both your content and background . Who's seeing your content he or she is seeing something which is worth

  • @ks8411
    @ks8411 Před 3 lety

    this was helpful!

  • @debarghyachattopadhyay2614

    I am a pharmaceutical engineering student and giving thought to start a career in programming and coding which language should i learn ?

  • @VisitCalabardotcom
    @VisitCalabardotcom Před 4 lety

    I like this guy. You explain easily.

  • @justinmiller7183
    @justinmiller7183 Před 4 lety

    I am completely new to programming. Want to learn Python. Any resources you recommend?

  • @letstalk1264
    @letstalk1264 Před 4 lety +2

    Can anyone explain the above video content in single sentence any one?

  • @VikasSingh-qo8oe
    @VikasSingh-qo8oe Před 5 lety

    Sir is offline bootcamp is their in lco Jaipur..if then when Android development bootcamp start..next beaches...??

  • @manojshindetalks4365
    @manojshindetalks4365 Před 4 lety

    I am writing software since 1996 wrote so many software and still do not know the difference between coding and programming....do i need to?

  • @amitbillore9794
    @amitbillore9794 Před 5 lety +17

    Hey there, Hitesh is here, back again with another video😀.

  • @rajesh_thakur_123
    @rajesh_thakur_123 Před rokem

    Thank it's very useful

  • @randalmillbank8766
    @randalmillbank8766 Před 4 lety +8

    I have been programing computers for over 40 years. The traditional difference between programming and coding has been a programmer creates logic whereas a coder mostly follows instructions from someone else. Your definition applies to a more literal interpretation of the words, which I can agree with.

  • @amazingvideos7839
    @amazingvideos7839 Před 2 lety

    Awesome explanation 🤩

  • @mdataul887
    @mdataul887 Před 4 lety

    I have something about a little bit simple question for you sir how to create my own robot like service robot and many more stuff and smart home so how i do that??🤔🤔🤔

  • @sunnyverma3952
    @sunnyverma3952 Před 4 lety

    I'm web designer but I moving app Development which programming language I choose I don't know pls suggest me which programming language is better in future and now?

  • @thrishacutie7436
    @thrishacutie7436 Před 3 lety

    Amazing sir

  • @SubheshKavinissery
    @SubheshKavinissery Před 5 lety

    Does it mean that programming is the outcome of the coding?

  • @prernaarora2746
    @prernaarora2746 Před 2 lety

    Thanks a lot sir

  • @archanadhiman681
    @archanadhiman681 Před 3 lety

    May you please tell me the book for learning basic concepts of computer programming.

  • @lipsonthomasphilip8680
    @lipsonthomasphilip8680 Před 5 lety +18

    "We Are Programming" 🙋🙋

  • @khalidsahib1527
    @khalidsahib1527 Před 3 lety

    I am a very beginner and don't know much. where do I start. coding or programming

  • @sakshisaxena8913
    @sakshisaxena8913 Před 5 lety

    Sir can you make some video on time table that a college going student can follow. Since we all are spending a lot of time before computers. Can u suggest some routine to make it more productive!

  • @justinbeiber6207
    @justinbeiber6207 Před 3 lety

    Where do we use this languaged?? Someone please tell me do we need app to run this languages?

  • @amiteshkumar9455
    @amiteshkumar9455 Před 3 lety

    Which on is more important important coding or programming