Scheduled backup of Vault secrets with CronJob of Kubernetes
https://warolv.medium.com/scheduled-backup-of-vault-secrets-with-cronjob-of-kubernetes-e585d2245792
https://warolv.medium.com/scheduled-backup-of-vault-secrets-with-cronjob-of-kubernetes-e585d2245792
Medium
Scheduled backup of Vault secrets with CronJob of Kubernetes
I am a DevOps engineer at Cloudify.co and I will share in this post my experience related to automation of Vault backup creation using…
Use Slicing To Insert Into A List At A Given Position In Python
https://pavolkutaj.medium.com/use-slicing-to-insert-into-a-list-at-a-given-position-in-python-bc3330d9135e
https://pavolkutaj.medium.com/use-slicing-to-insert-into-a-list-at-a-given-position-in-python-bc3330d9135e
Medium
Use Slicing To Insert Into A List At A Given Position In Python
“Use Slicing To Insert Into A List At A Given Position In Python” is published by Pavol Kutaj.
There’s an error in your code, but that’s OK! (Part 1)
https://medium.com/@kikodo/theres-an-error-in-your-code-but-that-s-ok-18630fee0189
https://medium.com/@kikodo/theres-an-error-in-your-code-but-that-s-ok-18630fee0189
Medium
There’s an error in your code, but that’s OK! (Part 1)
Thinking about learning to program, in Python? Kikodo’s interactive exercises will make your life breezier! Learn Python on Kikodo.
How to use a simple time series forecast on training data using numpy, pandas, math and matplotlib
https://tracyrenee61.medium.com/how-to-use-a-simple-time-series-forecast-on-training-data-using-numpy-pandas-math-and-matplotlib-add07ab67288
https://tracyrenee61.medium.com/how-to-use-a-simple-time-series-forecast-on-training-data-using-numpy-pandas-math-and-matplotlib-add07ab67288
Medium
How to use a simple time series forecast on training data using numpy, pandas, math and matplotlib
Although I practice the various genres of data science on datasets I have acquired on the internet, such as Kaggle and GitHub, in this post…
Sharing data across workers in a Gunicorn + Flask application
https://medium.com/@jgleeee/sharing-data-across-workers-in-a-gunicorn-flask-application-2ad698591875
https://medium.com/@jgleeee/sharing-data-across-workers-in-a-gunicorn-flask-application-2ad698591875
Medium
Sharing data across workers in a Gunicorn + Flask application
Flask and Gunicorn are Python packages that are used together to serve various services at scale. Flask is a light-weight web application…
McCabe — Thiele Method in Python
https://medium.com/@pukumarathe/mccabe-thiele-method-in-python-791e5760b6b1
https://medium.com/@pukumarathe/mccabe-thiele-method-in-python-791e5760b6b1
Medium
McCabe — Thiele Method in Python
Introduction
Time series classification using Dynamic Time Warping
https://medium.com/@nikoskafritsas/time-series-classification-using-dynamic-time-warping-61dcd9e143f6
https://medium.com/@nikoskafritsas/time-series-classification-using-dynamic-time-warping-61dcd9e143f6
Medium
Time series classification using Dynamic Time Warping
Fast and scalable time series classification by combining Dynamic Time Warping (DTW) and k-nearest neighbor (KNN)
Basic Operations on Images using OpenCV — Python
https://medium.com/@koushikc2000/basic-operations-on-images-using-opencv-python-cb0d60d11911
https://medium.com/@koushikc2000/basic-operations-on-images-using-opencv-python-cb0d60d11911
Medium
Basic Operations on Images using OpenCV — Python
Theoretical and practical understanding of some basic operations, for starters, that are necessary for understanding image processing.
Variables, Taking Input From User — Python
https://kishantongs.medium.com/variables-taking-input-from-user-python-7f6f4ac46cd8
https://kishantongs.medium.com/variables-taking-input-from-user-python-7f6f4ac46cd8
Medium
Variables, Taking Input From User — Python
Hello, my name is Kishan Tongrao. We are gonna talk, how we can declare and, use variables in the python programming language and how to…
How to: Machine Leaning Pipeline (Beginner)
https://towardsdatascience.com/how-to-machine-leaning-pipeline-beginner-2a736595cbfd
https://towardsdatascience.com/how-to-machine-leaning-pipeline-beginner-2a736595cbfd
Towards Data Science
How to: Machine Learning Pipeline (Beginner) | Towards Data Science
When I first started on my machine learning journey, all I knew was how to code in Jupyter notebooks/google colab and run them. However, as...