A pile of small and simple python programs that primarily focus on the improvement of problem solving skills and efficiency in programming in python.
NOTE - Be careful with the pronounciation of the word, especially in public.
-
Display current date and time in default and formatted strings.
-
Display the version of Python installed on the system.
-
Display the square root of an entered number.
-
It accepts the number of Bitcoins users want to buy and displays the current market price of them using API.
-
It accepts an unsorted list of numbers and sorts them using merge sort algorithm.
-
It generates the QR CODE of any given link and save that QR CODE as an image with .svg extention.
-
It accepts an unsorted list of numbers and sorts them using bubble sort algorithm.
-
Print the fibonacci series upto 'n' terms.
-
Program to plot a scatter graph taking a random distribution in X and Y (both with shape as (100,) having randomly generated integers.
-
#Program to create a dataframe using the dictionary that stores the Book names and Shelf numbers as list of values.
-
Python program that encrypts given text using the shift key and outputs the caesar cypher encryption.
-
Program to guess the number randomly chosen between 1-15.
-
Program to check whether entered word is a pallindrome or not.
-
Program that enables customer to enter details related to their purchase of book and stores the same for future reference.
Contributions are most welcome to this repository. Every PR of good quality will be merged ASAP.
Before you start coding your python programs, take some time to read the Contribution Guide and the Code of Conduct.