BCA-603 : Python Programming (Practical) (1-25)
Download zip
π
π
How to run programs :
- Clone or download this repo to your computer.
- Unzip (If you download zip).
- Open "Python-Programs" folder.
- Run programs using cmd or any python IDE.
-
Write a Python program to display 'Hello World" Message on Screen.
-
Write a Python program to swap two variables
-
Write a Python program to display the Fibonacci series
-
Write a Python program to calculate sum of given number.
-
Write a Python Program to print first prime number.
-
Write a Python Program to Check Armstrong Number
-
Write a Python Program to Create a sequence of numbers using range datatype to display 1 to 30, with an increment of 2.
-
Write a Python Program to Find area of circle.
-
Write a Python program to implement Factorial series up to user entered number.
-
Write a Python program to check the given number is palindrome or not.
-
Write a python program to display ascending and descending order from given 10 numbers.
-
Write a Python program to print the duplicate elements of an array
-
Write Python programs to create functions and use functions in the program.
-
Write Python programs to using lambda function.
-
Write Python programs Loading the module in Python code.
-
Write a program to print following pattern
1 1 2 1 2 3 1 2 3 4 1 2 3 4 5
-
Write Python programs to implement a concept of list.
-
Write Python programs to implement a concept of tuples.
-
Write a Python program to create nested list and display its elements.
-
Write a Python program to using multiple inheritance.
-
Write a Python program to read a file bca.txt and print the contents of file along with number of vowels present in it.
-
Write a Python program for Error Handling.
-
Write a Python program for connection with my Sql and display all record from the database.
-
Write a Python program for modified record, display record and delete record from the database.
-
Write a Python program for search record from the database.
Want to contribute with me :
We are open for all so feel free to contribute with us