Bash, Python или JavaScript: какой язык лучше для автоматизации?
https://medium.com/nuances-of-programming/bash-python-%D0%B8%D0%BB%D0%B8-javascript-%D0%BA%D0%B0%D0%BA%D0%BE%D0%B9-%D1%8F%D0%B7%D1%8B%D0%BA-%D0%BB%D1%83%D1%87%D1%88%D0%B5-%D0%B4%D0%BB%D1%8F-%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D0%B8-cf56057ccc84
https://medium.com/nuances-of-programming/bash-python-%D0%B8%D0%BB%D0%B8-javascript-%D0%BA%D0%B0%D0%BA%D0%BE%D0%B9-%D1%8F%D0%B7%D1%8B%D0%BA-%D0%BB%D1%83%D1%87%D1%88%D0%B5-%D0%B4%D0%BB%D1%8F-%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D0%B8-cf56057ccc84
Medium
Bash, Python или JavaScript: какой язык лучше для автоматизации?
Shell-сценарий — исходный файл, специально созданный для интерпретатора командной строки типа Bash. Программисты обычно пишут…
The problem that I debug Yesterday “Service degradation”
https://medium.com/@hashtrust/the-problem-that-i-debug-yesterday-service-degradation-4539de0e8f68
https://medium.com/@hashtrust/the-problem-that-i-debug-yesterday-service-degradation-4539de0e8f68
Medium
The problem that I debug Yesterday “Service degradation”
In the last few days, we were facing a lot of performance degradation in the production environment. So from the tools that we use to…
Python Decorators and Generators Q & A: Day 5 Live Session Review
https://k21-academy.medium.com/python-decorators-and-generators-q-a-day-5-live-session-review-50203a2c163e
https://k21-academy.medium.com/python-decorators-and-generators-q-a-day-5-live-session-review-50203a2c163e
Medium
Python Decorators and Generators Q & A: Day 5 Live Session Review
Generators Generators are just like functions that give us a sequence of values one as an iterable (which can be iterated upon using…
Scraping popular TV-shows on TMDB using Python.
https://blog.jovian.ai/scraping-popular-tv-shows-on-tmdb-using-python-4374295e45f6
https://blog.jovian.ai/scraping-popular-tv-shows-on-tmdb-using-python-4374295e45f6
Medium
Scraping popular TV-shows on TMDB using Python.
With the help of Request, BeautifulSoup and Pandas.
Dynamic CircleCI config based on git changes for a monorepo
https://martinterhaak.medium.com/dynamic-circleci-config-based-on-git-changes-for-a-monorepo-7620c2b65880
https://martinterhaak.medium.com/dynamic-circleci-config-based-on-git-changes-for-a-monorepo-7620c2b65880
Medium
Dynamic CircleCI config based on git changes for a monorepo
How to create a fully automated Python monorepo with CircleCI, Continuation, Jinja2 and Poetry
An Alternative To Correlation, Predictive Power Score In Python
https://lzpdatascience.medium.com/an-alternative-to-correlation-predictive-power-score-in-python-a3160c95d701
https://lzpdatascience.medium.com/an-alternative-to-correlation-predictive-power-score-in-python-a3160c95d701
Medium
An Alternative To Correlation, Predictive Power Score In Python
Correlation has long been used to deduce a possible linear relationship between two variables. However, do results by correlations provide…
Extract Stock Historical Data with yfinance for free
https://medium.com/mlearning-ai/extract-stock-historical-data-with-yfinance-for-free-6f9114d04c2b
https://medium.com/mlearning-ai/extract-stock-historical-data-with-yfinance-for-free-6f9114d04c2b
Medium
Extract Stock Historical Data with yfinance for free
yfinance is the most popular open source library to access the financial data available on Yahoo Finance.
How to take the probability density of any set of numbers and make an analysis.
https://sharifsuliman1.medium.com/how-to-take-the-probability-density-of-any-set-of-numbers-and-make-an-analysis-cca1abdce222
https://sharifsuliman1.medium.com/how-to-take-the-probability-density-of-any-set-of-numbers-and-make-an-analysis-cca1abdce222
Medium
How to take the probability density of any set of numbers and make an analysis.
Let’s start at the beginning: A Probability Density Function. The probability density is used to describe where the average list of numbers…