Automating SSM Parameter store backup using Python.
https://devops.supportsages.com/automating-ssm-parameter-store-backup-using-python-2acfc1cd6482
https://devops.supportsages.com/automating-ssm-parameter-store-backup-using-python-2acfc1cd6482
Medium
Automating SSM Parameter store backup using Python.
AWS Systems Manager parameter store is a well-known key-value store where the developers store the parameters in a secure manner. You can…
Sorting Users into Groups Based on Ranked Preferences
https://medium.com/@cooper.ross.c/sorting-users-into-groups-based-on-ranked-preferences-6dc932d12ee8
https://medium.com/@cooper.ross.c/sorting-users-into-groups-based-on-ranked-preferences-6dc932d12ee8
Medium
Sorting Users into Groups Based on Ranked Preferences
Learn how to efficiently categorize users into groups according to their ranked preferences in the most optimal way!
Mastering Python Logging: Understanding Logging Levels
https://observabilityfeed.medium.com/mastering-python-logging-understanding-logging-levels-feb6767a49ca
https://observabilityfeed.medium.com/mastering-python-logging-understanding-logging-levels-feb6767a49ca
Medium
Mastering Python Logging: Understanding Logging Levels
Harness log level to gain insights into application behavior, troubleshoot issues, and ensure smooth production operation
Building Age Calculator Using Tkinter In Python
https://medium.com/@doroh_dev/building-age-calculator-using-tkinter-in-python-cbdabdd3ed07
https://medium.com/@doroh_dev/building-age-calculator-using-tkinter-in-python-cbdabdd3ed07
Medium
Building Age Calculator Using Tkinter In Python
Suppose we want to create an application whereby one can input their birthdate and the program will calculate their age.
I Bet I Can Create Value For You In 15 Seconds Of Reading.
https://medium.com/@sebastianmbecerra5/i-bet-i-can-create-value-for-you-in-15-seconds-of-reading-cd4d9562c88c
https://medium.com/@sebastianmbecerra5/i-bet-i-can-create-value-for-you-in-15-seconds-of-reading-cd4d9562c88c
Medium
I Bet I Can Create Value For You In 15 Seconds Of Reading.
TIME is money, and I VALUE yours.
Explore Pydantic V2’s Enhanced Data Validation Capabilities
https://towardsdatascience.com/explore-pydantic-v2s-enhanced-data-validation-capabilities-792a3353ec5
https://towardsdatascience.com/explore-pydantic-v2s-enhanced-data-validation-capabilities-792a3353ec5
Medium
Explore Pydantic V2’s Enhanced Data Validation Capabilities
Learn the new features and syntaxes of Pydantic V2
Easy patterns in Python: Chain of Responsibility — Hacking With Python
https://blog.stackademic.com/easy-patterns-in-python-chain-of-responsibility-hacking-with-python-4d6e4a232563
https://blog.stackademic.com/easy-patterns-in-python-chain-of-responsibility-hacking-with-python-4d6e4a232563
Medium
Easy patterns in Python: Chain of Responsibility — Hacking With Python
Sometimes you need your component or object to respond to different kind of requests, while the client of your component should be unaware…
Only Use LLMs If You Know How to Do the Task on Your Own
https://towardsdatascience.com/only-use-llms-if-you-know-how-to-do-the-task-on-your-own-0d56e0d07572
https://towardsdatascience.com/only-use-llms-if-you-know-how-to-do-the-task-on-your-own-0d56e0d07572
Towards Data Science
Only Use LLMs If You Know How to Do the Task on Your Own | Towards Data Science
To most of us (or all of us), LLMs are mysterious boxes that get complicated things done surprisingly quickly. We’re usually not interested in the "how" part as long as they give us what we need. ChatGPT, and other LLMs, are surely a productivity booster.…
Practical Applications of Altair in Data Science
https://medium.com/@harshitaaswani2002/practical-applications-of-altair-in-data-science-3f2dcce11969
https://medium.com/@harshitaaswani2002/practical-applications-of-altair-in-data-science-3f2dcce11969
Medium
Practical Applications of Altair in Data Science
Data visualization is a crucial aspect of data exploration and analysis. Altair is a Python library that provides a declarative and…
Developing a video translation and dubbing tool using Python
https://medium.com/@jianchang512/developing-a-video-translation-and-dubbing-tool-using-python-a1120b8b5b47
https://medium.com/@jianchang512/developing-a-video-translation-and-dubbing-tool-using-python-a1120b8b5b47
Medium
Developing a video translation and dubbing tool using Python
Recently, I have been studying video translation, which involves translating a video from one language to another and displaying subtitles…
A Beginner’s Guide to Machine Learning and Deep Learning
https://medium.com/@kantaprustys/a-beginners-guide-to-machine-learning-and-deep-learning-59de66a58a25
https://medium.com/@kantaprustys/a-beginners-guide-to-machine-learning-and-deep-learning-59de66a58a25
Medium
A Beginner’s Guide to Machine Learning and Deep Learning
Discover the foundations of machine learning and dive into the exciting world of deep learning in this beginner’s guide to AI technologies.
Header, Footer, body with Dash, CSS, and Dash HTML Component
https://medium.com/@matthieu.ru/header-footer-body-with-dash-css-and-dash-html-component-d076b1881546
https://medium.com/@matthieu.ru/header-footer-body-with-dash-css-and-dash-html-component-d076b1881546
Medium
Header, Footer, body with Dash, CSS, and Dash HTML Component
Create with me the structure of a common website including Header, Footer, body with Dash, CSS, and Dash HTML Component.