Recent Advancements in
Python
By
CTTC,
Bhubaneswar
What is Programming?
Programming is a way for us to all computers what to do.
Computer is a very dumb machine and it only does what we tell it to
do. Hence we learn programming and tell computers to do what we are
very slow at-computation.
Why Python
Cross
Open source
Platform
Programming Beginner’s
Language Language
What is Python?
Python is a dynamically typed, general purpose programming
language that supports an object-oriented programming approach as
well as a functional programming approach.
Python is an interpreted and a high-level programming language.
Created by Guido van Rossum and first released in 1989.
Features
Python is , powerful, versatile, interpreted, object
oriented programming language.
Program in C Program in Python
#include <stdio.h> print(“hello world”)
int main() {
printf(“hello world”);
return 0;
Program in Java
}
public class Main {
public static void main(String[] args) {
System.out.println(“hello world”);
}}
Features (contd…)
Python is easy to use, , versatile, interpreted, object
oriented programming language.
Features (contd…)
Features (contd…)
Python is easy to use, powerful, , interpreted, object
oriented programming language.
Features (contd…)
Python is easy to use, powerful, versatile, , object
oriented programming language.
Features (contd…)
Python is easy to use, powerful, versatile, interpreted,
programming language.
GUI using python
Web Development using python
Game development using python
Data Analysis using python
Computer Vision using python
Computer Vision (Defence) using python
Chat Bot using python
IOT using python
IOT using python (contd…)
Scientific Research using python
Simulation using python