01 Notes Advanced Python 10-08-2024
01 Notes Advanced Python 10-08-2024
What is Programming
1. When you instruct a computer to perform specific tasks then this is
called Computer Programming.
2. These step-by-step instruction written in any programming language
that perform a specific task when executed known as Program.
3. The purpose of programs is to make computer programs run faster,
safer and more efficiently.
4. A Program is written in any programming language which the computer
can understand and execute.
5. Program is collaboration between human and computer.
6. Algorithm and flowchart are powerful tools for learning programming.
Difference Between Coding and Programming
Coding Programming
Coding is a part of programming that Programming is a process that creates
deals with writing codes that a programs that involve the ratification of
machine can understand. codes.
Coding requires basic knowledge of Programming requires a good knowledge of
programming skills without any programming skills and good software
software tools. development tools to manage them in a
better way.
Coding knowledge helps to work with Programming knowledge helps to work
simple projects. with big projects and manage the projects.
Coding requires simple tools and simple Programming requires a large number of
syntax. tools and syntax.
It follows the trial-and-error method Programming needs a piece of detailed
and needs no previous preparations. information and a detailed
approach.