Rediscovering Markov Chains through Name Generation
https://medium.com/@archielister/rediscovering-markov-chains-through-name-generation-2308b0e7742a
https://medium.com/@archielister/rediscovering-markov-chains-through-name-generation-2308b0e7742a
Medium
Rediscovering Markov Chains through Name Generation
In making a name generator, stringing random letters together will not do. It is too easy to result in something unpronouncable, as mashing…
REST API Test Framework by Plain Text Input and Output Files
https://peter-jp-xie.medium.com/rest-api-test-framework-by-plain-text-input-and-output-files-e1e24872fe74
https://peter-jp-xie.medium.com/rest-api-test-framework-by-plain-text-input-and-output-files-e1e24872fe74
Medium
REST API Test Framework by Plain Text Input and Output Files
It reads plain text input files to send API requests, converts the JSON response to INI file format and compare with expected outputs.
Scrapy — An easy way to scraw data from web page
https://ydcat.medium.com/scrapy-an-easy-way-to-scraw-data-from-web-page-dbb4aedf8bd9
https://ydcat.medium.com/scrapy-an-easy-way-to-scraw-data-from-web-page-dbb4aedf8bd9
Medium
Scrapy — An easy way to get data from web page
The scrapy is a python library for quickly build web spiders. It provides many functions, makes new comes feel a little confusing. Here is…
Monte Carlo Simulation for Black-Scholes Option Pricing
https://medium.com/the-quant-journey/monte-carlo-simulation-for-black-scholes-option-pricing-fd98a669c029
https://medium.com/the-quant-journey/monte-carlo-simulation-for-black-scholes-option-pricing-fd98a669c029
Medium
Monte Carlo Simulation for Black-Scholes Option Pricing
In this article we will look at applying Monte Carlo simulation to price both a European Call and Put Option, following the Black-Scholes…
12 Repositories on GitHub that are Fascinating
https://grahamwaters.medium.com/12-repositories-on-github-that-are-fascinating-bf13593dab23
https://grahamwaters.medium.com/12-repositories-on-github-that-are-fascinating-bf13593dab23
Medium
12 Repos on GitHub That You might Like
In Python and Jupyter Notebooks
System Reliability Optimization by Evolutionary Strategy
https://medium.com/@Armin_Bishop/system-reliability-optimization-by-evolutionary-strategy-3b8ceea0268f
https://medium.com/@Armin_Bishop/system-reliability-optimization-by-evolutionary-strategy-3b8ceea0268f
Medium
System Reliability Optimization by Evolutionary Strategy
According to the definition of the Advisory Group on the Reliability of Electronic Equipment, reliability indicates the probability…
Build and deploy Python cron scheduler using APscheduler and Heroku
https://medium.com/@sauravkumarsct/build-and-deploy-python-cron-scheduler-using-apscheduler-and-heroku-8c90ce4ba069
https://medium.com/@sauravkumarsct/build-and-deploy-python-cron-scheduler-using-apscheduler-and-heroku-8c90ce4ba069
Medium
Build and deploy Python cron scheduler using APscheduler and Heroku
Grab that Amazon deal of the day right from your Phone using your own CRON scheduler !
Python 101: The Ultimate Python Tutorial for Beginners (Part 1)
https://medium.com/@chrsmwaura/python-101-the-ultimate-python-tutorial-for-beginners-part-1-e3b3f13845ca
https://medium.com/@chrsmwaura/python-101-the-ultimate-python-tutorial-for-beginners-part-1-e3b3f13845ca
Medium
Python 101: The Ultimate Python Tutorial for Beginners Part 1
Hello everyone. I recently started learning Python programming language, and I’d like to share some of the things I’ve learned so far…
The Four or Five Steps for Determining Yields From Price Historical Data Using Python
https://dr-bruce-cottman.medium.com/the-four-or-five-steps-for-determining-yields-from-price-historical-data-using-python-abc46d5e4699
https://dr-bruce-cottman.medium.com/the-four-or-five-steps-for-determining-yields-from-price-historical-data-using-python-abc46d5e4699
Medium
The Four or Five Steps for Determining Yields From Price Historical Data Using Python
A step-by-step approach for finding and analyzing the yield of a market-exchange asset.
Text Alert Smart Security Camera With Python In 6 Steps
https://medium.com/@jacobwoods45/text-alert-smart-security-camera-with-python-in-6-steps-608e527d251f
https://medium.com/@jacobwoods45/text-alert-smart-security-camera-with-python-in-6-steps-608e527d251f
Medium
Text Alert Smart Security Camera With Python In 6 Steps
Get a text on your phone when a face is detected at your door!
Hospital Charges Prediction application using Flask
https://medium.com/@himancodes/hospital-charges-prediction-application-using-flask-21d7eb687da9
https://medium.com/@himancodes/hospital-charges-prediction-application-using-flask-21d7eb687da9
Medium
Hospital Charges Prediction application using Flask
This is a tutorial to develop a machine learning based prediction application using Flask and Python