Coders Packet

Packets submitted by Omprakash Biswas

Converting decimal to binary using recursion in Python

The easiest way to convert a decimal number to a binary number using recursion in Python language.

Python script to fetch current crypto currency price

This piece of code will scrape the google search result and find the current crypto price.

Python script to sort elements in Ascending or Descending order

Here user inputs a list of integers or floats or strings along with sorting type. The program outputs the sorted list according to specified sorting type i.e. Ascending or Descending order