What is the difference between programming and coding

preview_player
Показать описание
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:

You can find our discord link, github link etc on the above website.

Рекомендации по теме
Комментарии
Автор

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

LazyAdventurer
Автор

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

mshahmirkhan
Автор

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

mohammedsaad
Автор

4:52 Short and simple answer, Stay Happy

Lodalailai
Автор

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/.

r.i.p.
Автор

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.

kevinrickey
Автор

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

rishavmahajan
Автор

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.

judesamuel
Автор

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

codeu
Автор

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.

sanjibpramanik
Автор

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!

davidt
Автор

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

RandomGuy-hijm
Автор

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?

BendyPenguin
Автор

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).

poucxs
Автор

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.

andrewevans
Автор

Programing is giving instructions
And
Coding converting instructions into code format

sugy
Автор

2:58


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

sivabalanj
Автор

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

rebelio
Автор

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

kshitizsharma
Автор

#include<stdio.h>
Void main()
{
Printf("we are programming");
Return 0;
}

kaat