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

Python Programs Index

The document contains a list of programming tasks to be implemented in Python, ranging from basic operations like printing 'HELLO WORLD' to more complex algorithms such as the Travelling Salesman Problem and the 8 Queen Problem. Each task is numbered and briefly described, indicating the specific programming concept or problem to be addressed. The tasks also include graphical implementations using the Matplotlib library.

Uploaded by

Sorabh Bhardwaj
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)
8 views1 page

Python Programs Index

The document contains a list of programming tasks to be implemented in Python, ranging from basic operations like printing 'HELLO WORLD' to more complex algorithms such as the Travelling Salesman Problem and the 8 Queen Problem. Each task is numbered and briefly described, indicating the specific programming concept or problem to be addressed. The tasks also include graphical implementations using the Matplotlib library.

Uploaded by

Sorabh Bhardwaj
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

Index

Sr Content Remark

1 Write a program to print 'HELLO WORLD' in Python

2 Write a program to add two numbers with user input

3 Write a program to swap two variables

4 Write a program to check if a number is positive, negative or 0

5 Write a program to check if a number is even or odd

6 Write a program to check leap year

7 Write a program to check prime number

8 Write a program to find factorial of number using recursion

9 Write a program to create Pyramid Patterns

10 Write a program to implement Inheritance

11 Write a program to implement Python List operation

12 Write a program in Python to create class and object

13 Write a program in Python to implement Polymorphism

14 Write a program to implement Breadth First Search using Python

15 Write a program to implement Depth First Search using Python

16 Write a program to implement Water Jug problem using Python

17 Write a program to implement Travelling Salesman Problem in Python

18 Write a program to implement Tower of Hanoi using Python

19 Write a program to implement 8 Queen Problem using Python

20 Write a Python program to implement Matplotlib Library

21 Write a Python program to implement Matplotlib Label

22 Write a Python program to implement Matplotlib Bar Graph

You might also like