Top Cryptocurrency News Site Traffic
https://riangiri.medium.com/top-cryptocurrency-news-site-traffic-3c33173ea089
https://riangiri.medium.com/top-cryptocurrency-news-site-traffic-3c33173ea089
Medium
Top Cryptocurrency News Site Traffic
Sometimes I have question about if there is any market stock news site, how about cryptocurrency market ? is there any site to provide specific information about crypto and their traffic? based on…
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…