google.com, pub-8786015629279405, DIRECT, f08c47fec0942fa0 Python Practical

Python Practical



Python Practical


List of Python Programs For Polytechnic Students

Getting started with Python and IDLE in interactive and batch modes 

What do the following string methods do?

 • lower 

• count 

• replace

 Write instructions to perform each of the steps below 

(a) Create a string containing at least five words and store it in a variable. 

(b) Print out the string. 

(c) Convert the string to a list of words using the string split method. 

(d) Sort the list into reverse alphabetical order using some of the list methods.

 (e) Print out the sorted, reversed list of words.

Write a program that determines whether the number is prime. 

WAP to Find all numbers which are multiple of 17, but not the multiple of 5, between 2000 and 2500? 

WAP to Swap two integer numbers using a temporary variable.

WAP to Find the largest of n numbers, using a user defined function largest(). 

Write a function myReverse() which receives a string as an input and returns the reverse of the string. 

WAP to Check if a given string is palindrome or not.

WAP to convert Celsius to Fahrenheit

WAP to Find the ASCII value of charades

WAP for simple calculator


List of Other Python Programs

Write A Program to Add to Numbers in Python.

Write A Program to Find Number is Even or Odd in Python.

 Write a Program Greatest Number Among Three Numbers.

 Write a Program Print Table of a given Number in Python.

Write A Program to Create a User-defined List in Python.

Write a Program to Implement Dictionary in Python.

Write a Program to Implement Function in Python.

Write a Program to Implement Calendar and Current Date Using Module in Python.










Post a Comment

2 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

Thank you for your interest 😊

We will back shortly after reviewing...

  1. I always look forward read blogs about python & I want to learn python. Keep sharing this kind of content and write more about python because Python training
    is one of the best ways to get leads in the current time.

    ReplyDelete

Thank you for your interest 😊

We will back shortly after reviewing...

Post a Comment

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !
To Top