Calculator : Java programski jezik

Here you can download a simple calculator that is made in java programming language.
Since I am a beginner in the Java programming language, this is a very simple example. As I will improve my knowledge of this programming language, I will eventually develop a more complex application.

Download the Calculator Java_logo

Days between two dates : Php

Enter date like that ( Year - Month - Day) : 2010-03-20

+0 day/s

Simple Python code to scrap Crypto; names, prices...,

The easiest way to install all the necessary libraries is to download and install the pip package for Python.
NOTE: if you have Python version 3.4 or later, PIP is included by default.

import requests
import urllib.request
import pandas as pd
from bs4 import BeautifulSoup

url='https://coinmarketcap.com/'
response=requests.get(url)
print(response)
d=pd.read_html(url)[0]
print(d)

Compare two strings, arrays...,




Please enter data in both textareas.