A simple and easy Validator for python

Şimdiye kadarki en basit ve en kolay kimlik numarası doğrulayıcı Bu yazılım TC kimlik numarasının geçerli veya geçersiz olduğunu doğrulaması için tasarlanmıştır Tc kimlik numarasının kendi doğrulama özelliği ile tasarlanmıştır NOT : KULLANIM SORUMLULUĞU KİŞİYE AİTTİR -Zafiyetsiz 1 – validator.py dosyasındaki Python kodunu kopyalayın 2 – Kendi Python editörünüze kodu yapıştırın ve çalıştırın GitHub View Github    

Read more

An option valuation webapp in Python

Option Valuation with Python An option valuation webapp in Python. Models Installation Clone this repository : git clone https://github.com/romaincaraes/option-valuation-python cd option-valuation-python You may want to use a virtual environment to keep a clean Python installation : python3 -m venv venv/ source venv/bin/activate Install the required dependencies : pip3 install -r requirements.txt Usage To use the Option Valuation web app, run the option.py script in option-valuation/ folder : cd option-valuation streamlit run option.py A new tab should open in your browser […]

Read more