0% found this document useful (0 votes)
2 views23 pages

Recent Advancements in Python-1

The document discusses recent advancements in Python, highlighting its features as a versatile, easy-to-use, and powerful programming language. It outlines Python's applications in various fields such as web development, data analysis, game development, and more. Additionally, it emphasizes Python's status as an open-source and beginner-friendly language.

Uploaded by

hateno085
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)
2 views23 pages

Recent Advancements in Python-1

The document discusses recent advancements in Python, highlighting its features as a versatile, easy-to-use, and powerful programming language. It outlines Python's applications in various fields such as web development, data analysis, game development, and more. Additionally, it emphasizes Python's status as an open-source and beginner-friendly language.

Uploaded by

hateno085
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/ 23

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

You might also like