0% found this document useful (0 votes)
17 views1 page

Technology Framework Language Difference

The document explains the differences between programming languages, frameworks, and technology. A programming language is a formal language for writing code, a framework is a collection of pre-written code that simplifies development, and technology is a broad term encompassing various tools and platforms. Examples include Python and JavaScript for programming languages, React and Django for frameworks, and web and AI technologies for technology.

Uploaded by

narottam.bxr0140
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Technology Framework Language Difference

The document explains the differences between programming languages, frameworks, and technology. A programming language is a formal language for writing code, a framework is a collection of pre-written code that simplifies development, and technology is a broad term encompassing various tools and platforms. Examples include Python and JavaScript for programming languages, React and Django for frameworks, and web and AI technologies for technology.

Uploaded by

narottam.bxr0140
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Difference Between Technology, Framework, and Language

Programming Language
A programming language is a formal language used to write code that a computer can understand
and execute.
Purpose: It's used to build software and applications from scratch.
Examples: Python, JavaScript, Java, C++
Analogy: Like a spoken language - used to express instructions.

Framework
A framework is a collection of pre-written code, libraries, and tools that provide a structure and
common patterns to build applications.
Purpose: Saves time and improves code quality.
Built with: Frameworks are built using programming languages.
Examples: React (JavaScript), Django (Python), Spring (Java)
Analogy: Like a ready-made structure for a house - foundation is already laid.

Technology
Technology is a broad term that refers to tools, platforms, programming languages, frameworks,
libraries, and methodologies used in computing.
Examples: Web technology (HTML, CSS, JavaScript), AI technology (Python, TensorFlow), Cloud
technology (AWS, Azure)
Analogy: Everything in your toolbox - languages, tools, strategies, platforms all together.

Quick Comparison Table

Aspect Programming LanguageFramework Technology

What it is Set of rules to write code Predefined code structure Broad term for tools & systems

Used for Writing software Simplifying development Tools/methods/platforms

Examples Python, JavaScript React, Django Web dev, AI, Cloud

Built with - Built using a language Includes both languages & frameworks

You might also like