You are on page 1of 26

COMPUTER LANGUAGES

COMPUTER LANGUAGES
Programming language is the way by which

programmers communicate with computers. They are

mostly a set of instructions that they give to the

computer for completing a certain task. 


PURPOSE OF COMPUTER
LANGUAGES
APP DEVELOPMENT
DESKTOP APPS MOBILE APPS
WEB DEVELOPMENT
GAME DEVELOPMENT
AUTOMATION TESTING
ETHICAL HACKING
NETWORKING
PYTHON
INTRODUCTION TO PYTHON
General Purpose
High Level
Interpreted
Dynamically Typed

Multi-paradigm
HISTORY
• Guido Van Rossum invented
Python in 1991.

• He named it Python because he


was highly inspired by a show
“Monty Python’s Flying Circus ”.

• Python was the successor of ABC


Language

Guido van Rossum


WHY PYTHON ?
Easy to use and learn

Hundreds of Libraries

No programming background required

Most used language in AI, which is the future.

Used by biggest tech giants like Google, Facebook, Netflix, Quora etc.

Line of code is too short to build any application


POPULARITY OF PYTHON
COMPANIES USING PYTHON
PYTHON APPLICATIONS
COURSE OUTLINE
Python Basics
Loops & Conditional Statements
Data Collections – List , Tuple , Dictionary , Sets
Functional Programming
File Handling & Exception Handling
Object Oriented Programming
Web Crawling (Bonus)
Game Development Using PyGame(Bonus)
C & C++ PROGRAMMING
C & C++ PROGRAMMING
C is a procedural programming language. It was initially developed by Dennis
Ritchie as a system programming language to write an operating system.

C++ is a general-purpose programming language and widely used nowadays


for competitive programming. It has imperative, object-oriented and generic
programming features.
C++ is an extended Version of C Language.
Application of C Programming
Application of C++ Programming

GUI based APPs


C++ For Game Development
Blender is a free and open-source 3D computer graphics

software tool set used for creating animated films, visual

effects, art, 3D-printed models, motion graphics, interactive

3D applications, virtual reality, and, formerly, video games. 


Unreal Engine is a 3D computer graphics game
engine developed by Epic Games
JAVA PROGRAMMING

You might also like